#AFF06D
A light, vivid green closely aligning with Yellowgreen.
About #AFF06D
When working with digital screens, the color #AFF06D is rendered by mixing light. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(175, 240, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. The HSL representation is 89.8° hue, 81.4% saturation, and 68.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFF06D
RGB175, 240, 109
HSL89.8°, 81.4%, 68.4%
CMYK27%, 0%, 55%, 6%
HSV89.8°, 54.6%, 94.1%
LAB88.2, -41.4, 56.0
XYZ51.6, 72.5, 25.7
Decimal11530349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF06D;
}
.text-color {
color: #AFF06D;
}
.border-color {
border: 2px solid #AFF06D;
}