#A0F057
A light, vivid green closely aligning with Yellowgreen.
About #A0F057
The hex code #A0F057 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(160, 240, 87).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 0% magenta, 64% yellow, and 6% black. The HSL representation is 91.4° hue, 83.6% saturation, and 64.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0F057
RGB160, 240, 87
HSL91.4°, 83.6%, 64.1%
CMYK33%, 0%, 64%, 6%
HSV91.4°, 63.7%, 94.1%
LAB87.2, -48.5, 64.1
XYZ47.4, 70.5, 20.1
Decimal10547287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.10:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F057;
}
.text-color {
color: #A0F057;
}
.border-color {
border: 2px solid #A0F057;
}