#92FFA0
A light, vivid green closely aligning with Palegreen.
About #92FFA0
Visually, #92FFA0 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 255, and 160.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. With a hue angle of 127.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92FFA0
RGB146, 255, 160
HSL127.7°, 100.0%, 78.6%
CMYK43%, 0%, 37%, 0%
HSV127.7°, 42.7%, 100.0%
LAB91.8, -50.5, 35.8
XYZ54.0, 80.2, 45.9
Decimal9633696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.03:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92FFA0;
}
.text-color {
color: #92FFA0;
}
.border-color {
border: 2px solid #92FFA0;
}