#A0FFA0
A very light, vivid green closely aligning with Palegreen.
About #A0FFA0
Visually, #A0FFA0 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 255, and 160.
Translating this color to physical media requires the CMYK color model. The color uses 37% Cyan, 0% Magenta, 37% Yellow, and 0% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0FFA0
RGB160, 255, 160
HSL120.0°, 100.0%, 81.4%
CMYK37%, 0%, 37%, 0%
HSV120.0°, 37.3%, 100.0%
LAB92.4, -46.4, 36.8
XYZ56.6, 81.5, 46.0
Decimal10551200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.31:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFA0;
}
.text-color {
color: #A0FFA0;
}
.border-color {
border: 2px solid #A0FFA0;
}