#A0E27C
A light, moderate green closely aligning with Lightgreen.
About #A0E27C
At its core, #A0E27C is a light and moderate hue. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 226, and 124.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 29% cyan, 0% magenta, 45% yellow, and 11% black. With a hue angle of 98.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E27C
RGB160, 226, 124
HSL98.8°, 63.7%, 68.6%
CMYK29%, 0%, 45%, 11%
HSV98.8°, 45.1%, 88.6%
LAB83.6, -38.7, 43.2
XYZ45.3, 63.3, 28.9
Decimal10543740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.66:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E27C;
}
.text-color {
color: #A0E27C;
}
.border-color {
border: 2px solid #A0E27C;
}