#AFE96D
A light, vivid green closely aligning with Yellowgreen.
About #AFE96D
The hex code #AFE96D represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(175, 233, 109).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 25% cyan, 0% magenta, 53% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#AFE96D
RGB175, 233, 109
HSL88.1°, 73.8%, 67.1%
CMYK25%, 0%, 53%, 9%
HSV88.1°, 53.2%, 91.4%
LAB86.3, -38.3, 53.7
XYZ49.6, 68.5, 25.1
Decimal11528557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.70:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE96D;
}
.text-color {
color: #AFE96D;
}
.border-color {
border: 2px solid #AFE96D;
}