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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.75:1
vs Black 7.64:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);