#A0CC24
A medium, vivid green closely aligning with Yellowgreen.
About #A0CC24
The precise color #A0CC24 is an excellent choice for modern design projects. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 204, and 36.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. The HSL representation is 75.7° hue, 70.0% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#A0CC24
RGB160, 204, 36
HSL75.7°, 70.0%, 47.1%
CMYK22%, 0%, 82%, 20%
HSV75.7°, 82.4%, 80.0%
LAB76.5, -35.8, 70.7
XYZ36.4, 50.8, 9.6
Decimal10538020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC24;
}
.text-color {
color: #A0CC24;
}
.border-color {
border: 2px solid #A0CC24;
}