#A0F05F
A light, vivid green closely aligning with Yellowgreen.
About #A0F05F
Visually, #A0F05F is defined as a vivid green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(160, 240, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 33% Cyan, 0% Magenta, 60% Yellow, and 6% Black. The HSL representation is 93.1° hue, 82.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A0F05F
RGB160, 240, 95
HSL93.1°, 82.9%, 65.7%
CMYK33%, 0%, 60%, 6%
HSV93.1°, 60.4%, 94.1%
LAB87.3, -47.9, 60.8
XYZ47.7, 70.6, 21.9
Decimal10547295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.12:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F05F;
}
.text-color {
color: #A0F05F;
}
.border-color {
border: 2px solid #A0F05F;
}