#07A000
A dark, vivid green closely aligning with Green.
About #07A000
The hex code #07A000 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 7 red, 160 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 96% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A000
RGB7, 160, 0
HSL117.4°, 100.0%, 31.4%
CMYK96%, 0%, 100%, 37%
HSV117.4°, 100.0%, 62.7%
LAB57.3, -60.4, 58.8
XYZ12.7, 25.2, 4.2
Decimal499712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A000;
}
.text-color {
color: #07A000;
}
.border-color {
border: 2px solid #07A000;
}