#AFF0AF
A very light, moderate green closely aligning with Lightgreen.
About #AFF0AF
The hex code #AFF0AF represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 240, and 175.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 27% C, 0% M, 27% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFF0AF
RGB175, 240, 175
HSL120.0°, 68.4%, 81.4%
CMYK27%, 0%, 27%, 6%
HSV120.0°, 27.1%, 94.1%
LAB89.2, -32.7, 25.0
XYZ56.6, 74.5, 52.0
Decimal11530415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.91:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF0AF;
}
.text-color {
color: #AFF0AF;
}
.border-color {
border: 2px solid #AFF0AF;
}