#16990F
A dark, vivid green closely aligning with Green.
About #16990F
At its core, #16990F is a dark and vivid hue. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 22 red, 153 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 86% Cyan, 0% Magenta, 90% Yellow, and 40% Black. The HSL representation is 117.0° hue, 82.1% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16990F
RGB22, 153, 15
HSL117.0°, 82.1%, 32.9%
CMYK86%, 0%, 90%, 40%
HSV117.0°, 90.2%, 60.0%
LAB55.1, -56.8, 54.6
XYZ11.8, 23.0, 4.3
Decimal1480975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16990F;
}
.text-color {
color: #16990F;
}
.border-color {
border: 2px solid #16990F;
}