#A0D36D
A light, moderate green closely aligning with Lightgreen.
About #A0D36D
At its core, #A0D36D is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 160 parts red, 211 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0D36D
RGB160, 211, 109
HSL90.0°, 53.7%, 62.7%
CMYK24%, 0%, 48%, 17%
HSV90.0°, 48.3%, 82.7%
LAB79.1, -33.7, 45.0
XYZ40.6, 55.2, 23.0
Decimal10539885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D36D;
}
.text-color {
color: #A0D36D;
}
.border-color {
border: 2px solid #A0D36D;
}