#07A842
A dark, vivid green closely aligning with Forestgreen.
About #07A842
Visually, #07A842 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 7 parts red, 168 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07A842
RGB7, 168, 66
HSL142.0°, 92.0%, 34.3%
CMYK96%, 0%, 61%, 34%
HSV142.0°, 95.8%, 65.9%
LAB60.3, -58.2, 41.7
XYZ15.1, 28.4, 9.8
Decimal501826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A842;
}
.text-color {
color: #07A842;
}
.border-color {
border: 2px solid #07A842;
}