#AFF049
A light, vivid green closely aligning with Yellowgreen.
About #AFF049
At its core, #AFF049 is a light and vivid hue. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 240, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 27% C, 0% M, 70% Y, and 6% K. The HSL representation is 83.4° hue, 84.8% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF049
RGB175, 240, 73
HSL83.4°, 84.8%, 61.4%
CMYK27%, 0%, 70%, 6%
HSV83.4°, 69.6%, 94.1%
LAB87.9, -44.2, 70.3
XYZ50.0, 71.9, 17.5
Decimal11530313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.38:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF049;
}
.text-color {
color: #AFF049;
}
.border-color {
border: 2px solid #AFF049;
}