#0A4F17
A very dark, vivid green closely aligning with Darkgreen.
About #0A4F17
The precise color #0A4F17 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 10 red, 79 green, and 23 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 87% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0A4F17
RGB10, 79, 23
HSL131.3°, 77.5%, 17.5%
CMYK87%, 0%, 71%, 69%
HSV131.3°, 87.3%, 31.0%
LAB28.7, -33.3, 26.6
XYZ3.1, 5.7, 1.8
Decimal675607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.80:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.36:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0A4F17;
}
.text-color {
color: #0A4F17;
}
.border-color {
border: 2px solid #0A4F17;
}