#00A01D
A dark, vivid green closely aligning with Green.
About #00A01D
Visually, #00A01D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 160, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 82% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#00A01D
RGB0, 160, 29
HSL130.9°, 100.0%, 31.4%
CMYK100%, 0%, 82%, 37%
HSV130.9°, 100.0%, 62.7%
LAB57.3, -59.7, 53.1
XYZ12.8, 25.2, 5.4
Decimal40989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.05:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A01D;
}
.text-color {
color: #00A01D;
}
.border-color {
border: 2px solid #00A01D;
}