#A0F866
A light, vivid green closely aligning with Yellowgreen.
About #A0F866
Visually, #A0F866 is defined as a vivid green. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 160 parts red, 248 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F866
RGB160, 248, 102
HSL96.2°, 91.3%, 68.6%
CMYK35%, 0%, 59%, 3%
HSV96.2°, 58.9%, 97.3%
LAB89.7, -50.6, 60.5
XYZ50.5, 75.6, 24.5
Decimal10549350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.11:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F866;
}
.text-color {
color: #A0F866;
}
.border-color {
border: 2px solid #A0F866;
}