#8ADB50
A medium, moderate green closely aligning with Yellowgreen.
About #8ADB50
The precise color #8ADB50 is an excellent choice for modern design projects. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 138 red, 219 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 37% Cyan, 0% Magenta, 63% Yellow, and 14% Black. With a hue angle of 95.0 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8ADB50
RGB138, 219, 80
HSL95.0°, 65.9%, 58.6%
CMYK37%, 0%, 63%, 14%
HSV95.0°, 63.5%, 85.9%
LAB80.0, -47.8, 58.7
XYZ37.3, 56.6, 16.6
Decimal9100112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.33:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADB50;
}
.text-color {
color: #8ADB50;
}
.border-color {
border: 2px solid #8ADB50;
}