HSL(138, 80%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(138,80%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(138, 80%, 33%) color: hsl(138, 80%, 33%)
HEX #119739 color: #119739
RGB rgb(17, 151, 57) color: rgb(17, 151, 57)
CMYK cmyk(89%, 0%, 62%, 41%)
HSV hsv(138, 89%, 59%)
HWB hwb(138 6% 41%) color: hwb(138 6% 41%)
OKLCH oklch(0.591 0.1704 147.04) color: oklch(0.591 0.1704 147.04)
Lab lab(54.6 -53.24 39.42) color: lab(54.6 -53.24 39.42)
LCH lch(54.6 66.25 143.48) color: lch(54.6 66.25 143.48)

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 3.81:1
vs Black 5.51:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#4B4C50 — rgb(75, 76, 80)

Deuteranopia (Green-blind)

#433955 — rgb(67, 57, 85)

Tritanopia (Blue-blind)

#186266 — rgb(24, 98, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(138, 80%, 33%);

text

color: hsl(138, 80%, 33%);

border

border: 2px solid hsl(138, 80%, 33%);

gradient light

background: linear-gradient(to right, hsl(138, 80%, 53%), hsl(138, 80%, 33%));

gradient dark

background: linear-gradient(to right, hsl(138, 80%, 33%), hsl(138, 80%, 13%))

hex

background-color: #119739;

tailwind

bg-[hsl(138,80%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(138, 80%, 33%, 0.4);

css variable

--color-primary: hsl(138, 80%, 33%);

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(138, 80%, 33%)?

HEX: #119739 | RGB: rgb(17, 151, 57) | CMYK: 89%, 0%, 62%, 41% | HSV: 138°, 89%, 59%. Copy any format from the conversion table above.

What colors go well with #119739?

The complementary color is HSL(318, 80%, 33%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(138, 80%, 33%) in CSS?

As HSL: color: hsl(138, 80%, 33%); — As HEX: color: #119739; — As RGB: color: rgb(17, 151, 57); — Tailwind CSS: bg-[hsl(138,80%,33%)] — CSS variable: --color-primary: hsl(138, 80%, 33%);