#A8D36D
A light, moderate green closely aligning with Lightgreen.
About #A8D36D
The precise color #A8D36D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 168 parts red, 211 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 0% Magenta, 48% Yellow, and 17% 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8D36D
RGB168, 211, 109
HSL85.3°, 53.7%, 62.7%
CMYK20%, 0%, 48%, 17%
HSV85.3°, 48.3%, 82.7%
LAB79.6, -30.7, 45.7
XYZ42.2, 56.0, 23.1
Decimal11064173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.20:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D36D;
}
.text-color {
color: #A8D36D;
}
.border-color {
border: 2px solid #A8D36D;
}