#A0D324
A medium, vivid green closely aligning with Yellowgreen.
About #A0D324
At its core, #A0D324 is a medium and vivid hue. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 211, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 24% Cyan, 0% Magenta, 83% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0D324
RGB160, 211, 36
HSL77.5°, 70.9%, 48.4%
CMYK24%, 0%, 83%, 17%
HSV77.5°, 82.9%, 82.7%
LAB78.6, -38.9, 72.5
XYZ38.1, 54.2, 10.1
Decimal10539812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.84:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D324;
}
.text-color {
color: #A0D324;
}
.border-color {
border: 2px solid #A0D324;
}