#A0F899
A light, vivid green closely aligning with Palegreen.
About #A0F899
The hex code #A0F899 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegreen. In the RGB color space, it consists of 160 red, 248 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 35% cyan, 0% magenta, 38% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#A0F899
RGB160, 248, 153
HSL115.6°, 87.2%, 78.6%
CMYK35%, 0%, 38%, 3%
HSV115.6°, 38.3%, 97.3%
LAB90.3, -44.5, 37.5
XYZ53.8, 76.9, 42.1
Decimal10549401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.38:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F899;
}
.text-color {
color: #A0F899;
}
.border-color {
border: 2px solid #A0F899;
}