#A0F8A0
A very light, vivid green closely aligning with Lightgreen.
About #A0F8A0
At its core, #A0F8A0 is a very light and vivid hue. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(160, 248, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 35% cyan, 0% magenta, 35% yellow, and 3% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#A0F8A0
RGB160, 248, 160
HSL120.0°, 86.3%, 80.0%
CMYK35%, 0%, 35%, 3%
HSV120.0°, 35.5%, 97.3%
LAB90.4, -43.4, 34.1
XYZ54.4, 77.1, 45.3
Decimal10549408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.43:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F8A0;
}
.text-color {
color: #A0F8A0;
}
.border-color {
border: 2px solid #A0F8A0;
}