HSL(129, 80%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,80%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 80%, 73%) | color: hsl(129, 80%, 73%) | |
| HEX | #83F194 | color: #83F194 | |
| RGB | rgb(131, 241, 148) | color: rgb(131, 241, 148) | |
| CMYK | cmyk(46%, 0%, 39%, 5%) | — | |
| HSV | hsv(129, 46%, 95%) | — | |
| HWB | hwb(129 51% 5%) | color: hwb(129 51% 5%) | |
| OKLCH | oklch(0.8699 0.1633 147.48) | color: oklch(0.8699 0.1633 147.48) | |
| Lab | lab(86.93 -50.67 35.36) | color: lab(86.93 -50.67 35.36) | |
| LCH | lch(86.93 61.79 145.09) | color: lch(86.93 61.79 145.09) |
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)
#B3B4AB — rgb(179, 180, 171)
Deuteranopia (Green-blind)
#ACA4B0 — rgb(172, 164, 176)
Tritanopia (Blue-blind)
#89BCC0 — rgb(137, 188, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 80%, 73%);
text
color: hsl(129, 80%, 73%);
border
border: 2px solid hsl(129, 80%, 73%);
gradient light
background: linear-gradient(to right, hsl(129, 80%, 93%), hsl(129, 80%, 73%));
gradient dark
background: linear-gradient(to right, hsl(129, 80%, 73%), hsl(129, 80%, 53%))
hex
background-color: #83F194;
tailwind
bg-[hsl(129,80%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 80%, 73%, 0.4);
css variable
--color-primary: hsl(129, 80%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 80%, 73%)?
HEX: #83F194 | RGB: rgb(131, 241, 148) | CMYK: 46%, 0%, 39%, 5% | HSV: 129°, 46%, 95%. Copy any format from the conversion table above.
What colors go well with #83F194?
The complementary color is HSL(309, 80%, 73%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 80%, 73%) in CSS?
As HSL: color: hsl(129, 80%, 73%); — As HEX: color: #83F194; — As RGB: color: rgb(131, 241, 148); — Tailwind CSS: bg-[hsl(129,80%,73%)] — CSS variable: --color-primary: hsl(129, 80%, 73%);