#AFF050
A light, vivid green closely aligning with Yellowgreen.
About #AFF050
Visually, #AFF050 is defined as a vivid green. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 175 red, 240 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 67% yellow, and 6% black. With a hue angle of 84.4 degrees, it sits comfortably in the green spectrum.
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#AFF050
RGB175, 240, 80
HSL84.4°, 84.2%, 62.7%
CMYK27%, 0%, 67%, 6%
HSV84.4°, 66.7%, 94.1%
LAB88.0, -43.8, 67.8
XYZ50.3, 72.0, 18.8
Decimal11530320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF050;
}
.text-color {
color: #AFF050;
}
.border-color {
border: 2px solid #AFF050;
}