HSL(136, 41%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,41%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 41%, 59%) color: hsl(136, 41%, 59%)
HEX #6CC182 color: #6CC182
RGB rgb(108, 193, 130) color: rgb(108, 193, 130)
CMYK cmyk(44%, 0%, 33%, 24%)
HSV hsv(136, 44%, 76%)
HWB hwb(136 43% 24%) color: hwb(136 43% 24%)
OKLCH oklch(0.7406 0.1234 150.79) color: oklch(0.7406 0.1234 150.79)
Lab lab(71.51 -39.52 23.91) color: lab(71.51 -39.52 23.91)
LCH lch(71.51 46.19 148.83) color: lch(71.51 46.19 148.83)

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.19:1
vs Black 9.59: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)

#919291 — rgb(145, 146, 145)

Deuteranopia (Green-blind)

#8C8695 — rgb(140, 134, 149)

Tritanopia (Blue-blind)

#709DA0 — rgb(112, 157, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 41%, 59%);

text

color: hsl(136, 41%, 59%);

border

border: 2px solid hsl(136, 41%, 59%);

gradient light

background: linear-gradient(to right, hsl(136, 41%, 79%), hsl(136, 41%, 59%));

gradient dark

background: linear-gradient(to right, hsl(136, 41%, 59%), hsl(136, 41%, 39%))

hex

background-color: #6CC182;

tailwind

bg-[hsl(136,41%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(136, 41%, 59%, 0.4);

css variable

--color-primary: hsl(136, 41%, 59%);

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(136, 41%, 59%)?

HEX: #6CC182 | RGB: rgb(108, 193, 130) | CMYK: 44%, 0%, 33%, 24% | HSV: 136°, 44%, 76%. Copy any format from the conversion table above.

What colors go well with #6CC182?

The complementary color is HSL(316, 41%, 59%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 41%, 59%) in CSS?

As HSL: color: hsl(136, 41%, 59%); — As HEX: color: #6CC182; — As RGB: color: rgb(108, 193, 130); — Tailwind CSS: bg-[hsl(136,41%,59%)] — CSS variable: --color-primary: hsl(136, 41%, 59%);