HSL(141, 82%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,82%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 82%, 32%) color: hsl(141, 82%, 32%)
HEX #0F953E color: #0F953E
RGB rgb(15, 149, 62) color: rgb(15, 149, 62)
CMYK cmyk(90%, 0%, 58%, 42%)
HSV hsv(141, 90%, 58%)
HWB hwb(141 6% 42%) color: hwb(141 6% 42%)
OKLCH oklch(0.5859 0.1641 148.27) color: oklch(0.5859 0.1641 148.27)
Lab lab(53.97 -52.06 36.28) color: lab(53.97 -52.06 36.28)
LCH lch(53.97 63.45 145.13) color: lch(53.97 63.45 145.13)

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.9:1
vs Black 5.39: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)

#494A53 — rgb(73, 74, 83)

Deuteranopia (Green-blind)

#413758 — rgb(65, 55, 88)

Tritanopia (Blue-blind)

#166467 — rgb(22, 100, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 82%, 32%);

text

color: hsl(141, 82%, 32%);

border

border: 2px solid hsl(141, 82%, 32%);

gradient light

background: linear-gradient(to right, hsl(141, 82%, 52%), hsl(141, 82%, 32%));

gradient dark

background: linear-gradient(to right, hsl(141, 82%, 32%), hsl(141, 82%, 12%))

hex

background-color: #0F953E;

tailwind

bg-[hsl(141,82%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(141, 82%, 32%, 0.4);

css variable

--color-primary: hsl(141, 82%, 32%);

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(141, 82%, 32%)?

HEX: #0F953E | RGB: rgb(15, 149, 62) | CMYK: 90%, 0%, 58%, 42% | HSV: 141°, 90%, 58%. Copy any format from the conversion table above.

What colors go well with #0F953E?

The complementary color is HSL(321, 82%, 32%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 82%, 32%) in CSS?

As HSL: color: hsl(141, 82%, 32%); — As HEX: color: #0F953E; — As RGB: color: rgb(15, 149, 62); — Tailwind CSS: bg-[hsl(141,82%,32%)] — CSS variable: --color-primary: hsl(141, 82%, 32%);