#008A16
A dark, vivid green closely aligning with Green.
About #008A16
Visually, #008A16 is defined as a vivid green. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 0 red, 138 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 84% Y, and 46% K. With a hue angle of 129.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#008A16
RGB0, 138, 22
HSL129.6°, 100.0%, 27.1%
CMYK100%, 0%, 84%, 46%
HSV129.6°, 100.0%, 54.1%
LAB49.8, -53.7, 48.1
XYZ9.2, 18.2, 3.8
Decimal35350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A16;
}
.text-color {
color: #008A16;
}
.border-color {
border: 2px solid #008A16;
}