HSL(147, 40%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,40%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 40%, 65%) color: hsl(147, 40%, 65%)
HEX #82C9A2 color: #82C9A2
RGB rgb(130, 201, 162) color: rgb(130, 201, 162)
CMYK cmyk(35%, 0%, 19%, 21%)
HSV hsv(147, 35%, 79%)
HWB hwb(147 51% 21%) color: hwb(147 51% 21%)
OKLCH oklch(0.778 0.0912 159.3) color: oklch(0.778 0.0912 159.3)
Lab lab(75.53 -30.72 12.54) color: lab(75.53 -30.72 12.54)
LCH lch(75.53 33.18 157.79) color: lch(75.53 33.18 157.79)

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 1.94:1
vs Black 10.83: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)

#A1A1AB — rgb(161, 161, 171)

Deuteranopia (Green-blind)

#9D97AE — rgb(157, 151, 174)

Tritanopia (Blue-blind)

#86B3B5 — rgb(134, 179, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 40%, 65%);

text

color: hsl(147, 40%, 65%);

border

border: 2px solid hsl(147, 40%, 65%);

gradient light

background: linear-gradient(to right, hsl(147, 40%, 85%), hsl(147, 40%, 65%));

gradient dark

background: linear-gradient(to right, hsl(147, 40%, 65%), hsl(147, 40%, 45%))

hex

background-color: #82C9A2;

tailwind

bg-[hsl(147,40%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(147, 40%, 65%, 0.4);

css variable

--color-primary: hsl(147, 40%, 65%);

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(147, 40%, 65%)?

HEX: #82C9A2 | RGB: rgb(130, 201, 162) | CMYK: 35%, 0%, 19%, 21% | HSV: 147°, 35%, 79%. Copy any format from the conversion table above.

What colors go well with #82C9A2?

The complementary color is HSL(327, 40%, 65%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 40%, 65%) in CSS?

As HSL: color: hsl(147, 40%, 65%); — As HEX: color: #82C9A2; — As RGB: color: rgb(130, 201, 162); — Tailwind CSS: bg-[hsl(147,40%,65%)] — CSS variable: --color-primary: hsl(147, 40%, 65%);