#00A816
A dark, vivid green closely aligning with Limegreen.
About #00A816
The hex code #00A816 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(0, 168, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 87% Y, and 34% K. The HSL representation is 127.9° hue, 100.0% saturation, and 32.9% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00A816
RGB0, 168, 22
HSL127.9°, 100.0%, 32.9%
CMYK100%, 0%, 87%, 34%
HSV127.9°, 100.0%, 65.9%
LAB59.9, -62.4, 57.3
XYZ14.1, 28.1, 5.4
Decimal43030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A816;
}
.text-color {
color: #00A816;
}
.border-color {
border: 2px solid #00A816;
}