#07AF3A
A dark, vivid green closely aligning with Forestgreen.
About #07AF3A
The hex code #07AF3A represents a beautifully specific shade of green. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(7, 175, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. The HSL representation is 138.2° hue, 92.3% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07AF3A
RGB7, 175, 58
HSL138.2°, 92.3%, 35.7%
CMYK96%, 0%, 67%, 31%
HSV138.2°, 96.0%, 68.6%
LAB62.5, -61.3, 47.8
XYZ16.2, 31.0, 9.1
Decimal503610
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF3A;
}
.text-color {
color: #07AF3A;
}
.border-color {
border: 2px solid #07AF3A;
}