#A0F06D
A light, vivid green closely aligning with Palegreen.
About #A0F06D
The hex code #A0F06D represents a beautifully specific shade of green. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 160 red, 240 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. The HSL representation is 96.6° hue, 81.4% saturation, and 68.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0F06D
RGB160, 240, 109
HSL96.6°, 81.4%, 68.4%
CMYK33%, 0%, 55%, 6%
HSV96.6°, 54.6%, 94.1%
LAB87.4, -46.5, 54.9
XYZ48.4, 70.9, 25.6
Decimal10547309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.18:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F06D;
}
.text-color {
color: #A0F06D;
}
.border-color {
border: 2px solid #A0F06D;
}