#07AF42
A dark, vivid green closely aligning with Forestgreen.
About #07AF42
At its core, #07AF42 is a dark and vivid hue. Designers often compare it to the standard color Forestgreen. This translates to an RGB value of rgb(7, 175, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 0% M, 62% Y, and 31% K. With a hue angle of 141.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07AF42
RGB7, 175, 66
HSL141.1°, 92.3%, 35.7%
CMYK96%, 0%, 62%, 31%
HSV141.1°, 96.0%, 68.6%
LAB62.6, -60.4, 44.4
XYZ16.4, 31.1, 10.3
Decimal503618
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF42;
}
.text-color {
color: #07AF42;
}
.border-color {
border: 2px solid #07AF42;
}