#A0E250
A light, vivid green closely aligning with Yellowgreen.
About #A0E250
The hex code #A0E250 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(160, 226, 80).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 29% cyan, 0% magenta, 65% yellow, and 11% black. The HSL representation is 87.1° hue, 71.6% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0E250
RGB160, 226, 80
HSL87.1°, 71.6%, 60.0%
CMYK29%, 0%, 65%, 11%
HSV87.1°, 64.6%, 88.6%
LAB83.1, -43.1, 62.5
XYZ43.1, 62.4, 17.4
Decimal10543696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.49:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E250;
}
.text-color {
color: #A0E250;
}
.border-color {
border: 2px solid #A0E250;
}