#00A824
A dark, vivid green closely aligning with Limegreen.
About #00A824
When working with digital screens, the color #00A824 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(0, 168, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 79% Yellow, and 34% Black. The HSL representation is 132.9° hue, 100.0% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00A824
RGB0, 168, 36
HSL132.9°, 100.0%, 32.9%
CMYK100%, 0%, 79%, 34%
HSV132.9°, 100.0%, 65.9%
LAB60.0, -61.6, 53.5
XYZ14.3, 28.1, 6.3
Decimal43044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A824;
}
.text-color {
color: #00A824;
}
.border-color {
border: 2px solid #00A824;
}