#8AFF92
A light, vivid green closely aligning with Palegreen.
About #8AFF92
Visually, #8AFF92 is defined as a vivid green. It is closely associated with the named CSS color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 255, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 46% cyan, 0% magenta, 43% yellow, and 0% black. With a hue angle of 124.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AFF92
RGB138, 255, 146
HSL124.1°, 100.0%, 77.1%
CMYK46%, 0%, 43%, 0%
HSV124.1°, 45.9%, 100.0%
LAB91.2, -54.8, 42.0
XYZ51.4, 79.0, 39.7
Decimal9109394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.80:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF92;
}
.text-color {
color: #8AFF92;
}
.border-color {
border: 2px solid #8AFF92;
}