#A0CC3A
A medium, moderate green closely aligning with Yellowgreen.
About #A0CC3A
At its core, #A0CC3A is a medium and moderate hue. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 160 parts red, 204 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 22% Cyan, 0% Magenta, 72% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0CC3A
RGB160, 204, 58
HSL78.1°, 58.9%, 51.4%
CMYK22%, 0%, 72%, 20%
HSV78.1°, 71.6%, 80.0%
LAB76.7, -34.8, 64.1
XYZ36.9, 51.0, 11.9
Decimal10538042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC3A;
}
.text-color {
color: #A0CC3A;
}
.border-color {
border: 2px solid #A0CC3A;
}