HSL(77, 70%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,70%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 70%, 39%) | color: hsl(77, 70%, 39%) | |
| HEX | #82A91E | color: #82A91E | |
| RGB | rgb(130, 169, 30) | color: rgb(130, 169, 30) | |
| CMYK | cmyk(23%, 0%, 82%, 34%) | — | |
| HSV | hsv(77, 82%, 66%) | — | |
| HWB | hwb(77 12% 34%) | color: hwb(77 12% 34%) | |
| OKLCH | oklch(0.6818 0.162 125.06) | color: oklch(0.6818 0.162 125.06) | |
| Lab | lab(64.33 -31.88 60.77) | color: lab(64.33 -31.88 60.77) | |
| LCH | lch(64.33 68.62 117.68) | color: lch(64.33 68.62 117.68) |
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)
#939340 — rgb(147, 147, 64)
Deuteranopia (Green-blind)
#918E48 — rgb(145, 142, 72)
Tritanopia (Blue-blind)
#845A60 — rgb(132, 90, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 70%, 39%);
text
color: hsl(77, 70%, 39%);
border
border: 2px solid hsl(77, 70%, 39%);
gradient light
background: linear-gradient(to right, hsl(77, 70%, 59%), hsl(77, 70%, 39%));
gradient dark
background: linear-gradient(to right, hsl(77, 70%, 39%), hsl(77, 70%, 19%))
hex
background-color: #82A91E;
tailwind
bg-[hsl(77,70%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 70%, 39%, 0.4);
css variable
--color-primary: hsl(77, 70%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 70%, 39%)?
HEX: #82A91E | RGB: rgb(130, 169, 30) | CMYK: 23%, 0%, 82%, 34% | HSV: 77°, 82%, 66%. Copy any format from the conversion table above.
What colors go well with #82A91E?
The complementary color is HSL(257, 70%, 39%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 70%, 39%) in CSS?
As HSL: color: hsl(77, 70%, 39%); — As HEX: color: #82A91E; — As RGB: color: rgb(130, 169, 30); — Tailwind CSS: bg-[hsl(77,70%,39%)] — CSS variable: --color-primary: hsl(77, 70%, 39%);