#AFF05F
A light, vivid green closely aligning with Yellowgreen.
About #AFF05F
The precise color #AFF05F is an excellent choice for modern design projects. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 240, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 27% C, 0% M, 60% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFF05F
RGB175, 240, 95
HSL86.9°, 82.9%, 65.7%
CMYK27%, 0%, 60%, 6%
HSV86.9°, 60.4%, 94.1%
LAB88.1, -42.6, 62.0
XYZ50.9, 72.3, 22.1
Decimal11530335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF05F;
}
.text-color {
color: #AFF05F;
}
.border-color {
border: 2px solid #AFF05F;
}