HSL(147, 75%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,75%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 75%, 41%) color: hsl(147, 75%, 41%)
HEX #1AB761 color: #1AB761
RGB rgb(26, 183, 97) color: rgb(26, 183, 97)
CMYK cmyk(86%, 0%, 47%, 28%)
HSV hsv(147, 86%, 72%)
HWB hwb(147 10% 28%) color: hwb(147 10% 28%)
OKLCH oklch(0.6851 0.1736 152.13) color: oklch(0.6851 0.1736 152.13)
Lab lab(65.71 -57.21 33.13) color: lab(65.71 -57.21 33.13)
LCH lch(65.71 66.11 149.93) color: lch(65.71 66.11 149.93)

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.63:1
vs Black 7.99: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)

#5E5F76 — rgb(94, 95, 118)

Deuteranopia (Green-blind)

#55497B — rgb(85, 73, 123)

Tritanopia (Blue-blind)

#22868A — rgb(34, 134, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 75%, 41%);

text

color: hsl(147, 75%, 41%);

border

border: 2px solid hsl(147, 75%, 41%);

gradient light

background: linear-gradient(to right, hsl(147, 75%, 61%), hsl(147, 75%, 41%));

gradient dark

background: linear-gradient(to right, hsl(147, 75%, 41%), hsl(147, 75%, 21%))

hex

background-color: #1AB761;

tailwind

bg-[hsl(147,75%,41%)]

box shadow

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

css variable

--color-primary: hsl(147, 75%, 41%);

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, 75%, 41%)?

HEX: #1AB761 | RGB: rgb(26, 183, 97) | CMYK: 86%, 0%, 47%, 28% | HSV: 147°, 86%, 72%. Copy any format from the conversion table above.

What colors go well with #1AB761?

The complementary color is HSL(327, 75%, 41%). 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, 75%, 41%) in CSS?

As HSL: color: hsl(147, 75%, 41%); — As HEX: color: #1AB761; — As RGB: color: rgb(26, 183, 97); — Tailwind CSS: bg-[hsl(147,75%,41%)] — CSS variable: --color-primary: hsl(147, 75%, 41%);