#AFF866
A light, vivid green closely aligning with Yellowgreen.
About #AFF866
Visually, #AFF866 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 248, 102).
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, 59% yellow, and 3% black. The HSL representation is 90.0° hue, 91.3% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFF866
RGB175, 248, 102
HSL90.0°, 91.3%, 68.6%
CMYK29%, 0%, 59%, 3%
HSV90.0°, 58.9%, 97.3%
LAB90.4, -45.5, 61.6
XYZ53.6, 77.2, 24.6
Decimal11532390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.44:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF866;
}
.text-color {
color: #AFF866;
}
.border-color {
border: 2px solid #AFF866;
}