#166D00
A dark, vivid green closely aligning with Darkgreen.
About #166D00
The precise color #166D00 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(22, 109, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 80% Cyan, 0% Magenta, 100% Yellow, and 57% Black. With a hue angle of 107.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#166D00
RGB22, 109, 0
HSL107.9°, 100.0%, 21.4%
CMYK80%, 0%, 100%, 57%
HSV107.9°, 100.0%, 42.7%
LAB39.8, -43.5, 44.8
XYZ5.8, 11.1, 1.8
Decimal1469696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.52:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #166D00;
}
.text-color {
color: #166D00;
}
.border-color {
border: 2px solid #166D00;
}