#008A07
A dark, vivid green closely aligning with Green.
About #008A07
At its core, #008A07 is a dark and vivid hue. Designers often compare it to the standard color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 138, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 95% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#008A07
RGB0, 138, 7
HSL123.0°, 100.0%, 27.1%
CMYK100%, 0%, 95%, 46%
HSV123.0°, 100.0%, 54.1%
LAB49.7, -54.4, 51.4
XYZ9.1, 18.2, 3.2
Decimal35335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A07;
}
.text-color {
color: #008A07;
}
.border-color {
border: 2px solid #008A07;
}