#0AB049
A dark, vivid green closely aligning with Forestgreen.
About #0AB049
The hex code #0AB049 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 10 red, 176 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. The HSL representation is 142.8° hue, 89.2% saturation, and 36.5% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0AB049
RGB10, 176, 73
HSL142.8°, 89.2%, 36.5%
CMYK94%, 0%, 59%, 31%
HSV142.8°, 94.3%, 69.0%
LAB63.0, -59.7, 41.6
XYZ16.9, 31.6, 11.5
Decimal700489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.32:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0AB049;
}
.text-color {
color: #0AB049;
}
.border-color {
border: 2px solid #0AB049;
}