#00A03A
A dark, vivid green closely aligning with Forestgreen.
About #00A03A
The hex code #00A03A represents a beautifully specific shade of green. Designers often compare it to the standard color Forestgreen. Its digital footprint relies on 0 parts red, 160 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 64% yellow, and 37% black. The HSL representation is 141.8° hue, 100.0% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00A03A
RGB0, 160, 58
HSL141.8°, 100.0%, 31.4%
CMYK100%, 0%, 64%, 37%
HSV141.8°, 100.0%, 62.7%
LAB57.5, -57.0, 42.2
XYZ13.3, 25.4, 8.2
Decimal41018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A03A;
}
.text-color {
color: #00A03A;
}
.border-color {
border: 2px solid #00A03A;
}