#A0CC6D
A light, moderate green closely aligning with Lightgreen.
About #A0CC6D
At its core, #A0CC6D is a light and moderate hue. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(160, 204, 109).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 22% cyan, 0% magenta, 47% yellow, and 20% black. The HSL representation is 87.8° hue, 48.2% saturation, and 61.4% lightness.
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#A0CC6D
RGB160, 204, 109
HSL87.8°, 48.2%, 61.4%
CMYK22%, 0%, 47%, 20%
HSV87.8°, 46.6%, 80.0%
LAB77.1, -30.4, 42.5
XYZ38.9, 51.8, 22.4
Decimal10538093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.35:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC6D;
}
.text-color {
color: #A0CC6D;
}
.border-color {
border: 2px solid #A0CC6D;
}