HSL(147, 93%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,93%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 93%, 26%) color: hsl(147, 93%, 26%)
HEX #05803C color: #05803C
RGB rgb(5, 128, 60) color: rgb(5, 128, 60)
CMYK cmyk(96%, 0%, 53%, 50%)
HSV hsv(147, 96%, 50%)
HWB hwb(147 2% 50%) color: hwb(147 2% 50%)
OKLCH oklch(0.5253 0.1408 150.67) color: oklch(0.5253 0.1408 150.67)
Lab lab(46.71 -45.84 28.49) color: lab(46.71 -45.84 28.49)
LCH lch(46.71 53.97 148.14) color: lch(46.71 53.97 148.14)

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 5.05:1
vs Black 4.16:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3A3B4C — rgb(58, 59, 76)

Deuteranopia (Green-blind)

#332A50 — rgb(51, 42, 80)

Tritanopia (Blue-blind)

#0B595C — rgb(11, 89, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 93%, 26%);

text

color: hsl(147, 93%, 26%);

border

border: 2px solid hsl(147, 93%, 26%);

gradient light

background: linear-gradient(to right, hsl(147, 93%, 46%), hsl(147, 93%, 26%));

gradient dark

background: linear-gradient(to right, hsl(147, 93%, 26%), hsl(147, 93%, 6%))

hex

background-color: #05803C;

tailwind

bg-[hsl(147,93%,26%)]

box shadow

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

css variable

--color-primary: hsl(147, 93%, 26%);

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, 93%, 26%)?

HEX: #05803C | RGB: rgb(5, 128, 60) | CMYK: 96%, 0%, 53%, 50% | HSV: 147°, 96%, 50%. Copy any format from the conversion table above.

What colors go well with #05803C?

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

As HSL: color: hsl(147, 93%, 26%); — As HEX: color: #05803C; — As RGB: color: rgb(5, 128, 60); — Tailwind CSS: bg-[hsl(147,93%,26%)] — CSS variable: --color-primary: hsl(147, 93%, 26%);