#A0F075
A light, vivid green closely aligning with Palegreen.
About #A0F075
At its core, #A0F075 is a light and vivid hue. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(160, 240, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 33% Cyan, 0% Magenta, 51% Yellow, and 6% Black. The HSL representation is 99.0° hue, 80.4% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A0F075
RGB160, 240, 117
HSL99.0°, 80.4%, 70.0%
CMYK33%, 0%, 51%, 6%
HSV99.0°, 51.3%, 94.1%
LAB87.5, -45.7, 51.3
XYZ48.9, 71.1, 28.0
Decimal10547317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.22:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F075;
}
.text-color {
color: #A0F075;
}
.border-color {
border: 2px solid #A0F075;
}