#A0F85F
A light, vivid green closely aligning with Greenyellow.
About #A0F85F
The precise color #A0F85F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 248, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 0% Magenta, 62% Yellow, and 3% Black. The HSL representation is 94.5° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A0F85F
RGB160, 248, 95
HSL94.5°, 91.6%, 67.3%
CMYK35%, 0%, 62%, 3%
HSV94.5°, 61.7%, 97.3%
LAB89.6, -51.2, 63.4
XYZ50.1, 75.4, 22.7
Decimal10549343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F85F;
}
.text-color {
color: #A0F85F;
}
.border-color {
border: 2px solid #A0F85F;
}