HSL(126, 92%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,92%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 92%, 70%) | color: hsl(126, 92%, 70%) | |
| HEX | #6CF97A | color: #6CF97A | |
| RGB | rgb(108, 249, 122) | color: rgb(108, 249, 122) | |
| CMYK | cmyk(57%, 0%, 51%, 2%) | — | |
| HSV | hsv(126, 57%, 98%) | — | |
| HWB | hwb(126 42% 2%) | color: hwb(126 42% 2%) | |
| OKLCH | oklch(0.8763 0.2086 145.34) | color: oklch(0.8763 0.2086 145.34) | |
| Lab | lab(88.13 -63.32 49.29) | color: lab(88.13 -63.32 49.29) | |
| LCH | lch(88.13 80.24 142.1) | color: lch(88.13 80.24 142.1) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#A9AA99 — rgb(169, 170, 153)
Deuteranopia (Green-blind)
#A196A0 — rgb(161, 150, 160)
Tritanopia (Blue-blind)
#73B1B6 — rgb(115, 177, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 92%, 70%);
text
color: hsl(126, 92%, 70%);
border
border: 2px solid hsl(126, 92%, 70%);
gradient light
background: linear-gradient(to right, hsl(126, 92%, 90%), hsl(126, 92%, 70%));
gradient dark
background: linear-gradient(to right, hsl(126, 92%, 70%), hsl(126, 92%, 50%))
hex
background-color: #6CF97A;
tailwind
bg-[hsl(126,92%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 92%, 70%, 0.4);
css variable
--color-primary: hsl(126, 92%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 92%, 70%)?
HEX: #6CF97A | RGB: rgb(108, 249, 122) | CMYK: 57%, 0%, 51%, 2% | HSV: 126°, 57%, 98%. Copy any format from the conversion table above.
What colors go well with #6CF97A?
The complementary color is HSL(306, 92%, 70%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 92%, 70%) in CSS?
As HSL: color: hsl(126, 92%, 70%); — As HEX: color: #6CF97A; — As RGB: color: rgb(108, 249, 122); — Tailwind CSS: bg-[hsl(126,92%,70%)] — CSS variable: --color-primary: hsl(126, 92%, 70%);