#AFFFAF
A very light, vivid green closely aligning with Lightgreen.
About #AFFFAF
At its core, #AFFFAF is a very light and vivid hue. 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, 255, and 175.
If you are designing for print, the four-color process is what matters most. The color uses 31% Cyan, 0% Magenta, 31% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFFFAF
RGB175, 255, 175
HSL120.0°, 100.0%, 84.3%
CMYK31%, 0%, 31%, 0%
HSV120.0°, 31.4%, 100.0%
LAB93.3, -39.6, 30.7
XYZ61.2, 83.7, 53.5
Decimal11534255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.75:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFAF;
}
.text-color {
color: #AFFFAF;
}
.border-color {
border: 2px solid #AFFFAF;
}