#AFF857
A light, vivid green closely aligning with Greenyellow.
About #AFF857
When working with digital screens, the color #AFF857 is rendered by mixing light. It is closely associated with the named CSS color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 248, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 29% C, 0% M, 65% Y, and 3% K. With a hue angle of 87.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AFF857
RGB175, 248, 87
HSL87.2°, 92.0%, 65.7%
CMYK29%, 0%, 65%, 3%
HSV87.2°, 64.9%, 97.3%
LAB90.3, -46.7, 67.6
XYZ53.0, 76.9, 21.1
Decimal11532375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.39:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF857;
}
.text-color {
color: #AFF857;
}
.border-color {
border: 2px solid #AFF857;
}