#A0E249
A medium, vivid green closely aligning with Yellowgreen.
About #A0E249
At its core, #A0E249 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 160 parts red, 226 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 68% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E249
RGB160, 226, 73
HSL85.9°, 72.5%, 58.6%
CMYK29%, 0%, 68%, 11%
HSV85.9°, 67.7%, 88.6%
LAB83.1, -43.6, 65.1
XYZ42.9, 62.3, 16.1
Decimal10543689
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.47:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E249;
}
.text-color {
color: #A0E249;
}
.border-color {
border: 2px solid #A0E249;
}