#AFDB6D
A light, moderate green closely aligning with Lightgreen.
About #AFDB6D
The hex code #AFDB6D represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 175 parts red, 219 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 0% Magenta, 50% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFDB6D
RGB175, 219, 109
HSL84.0°, 60.4%, 64.3%
CMYK20%, 0%, 50%, 14%
HSV84.0°, 50.2%, 85.9%
LAB82.3, -31.9, 49.0
XYZ45.8, 60.9, 23.8
Decimal11524973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.18:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB6D;
}
.text-color {
color: #AFDB6D;
}
.border-color {
border: 2px solid #AFDB6D;
}