HSL(141, 81%, 16%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,81%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 81%, 16%) color: hsl(141, 81%, 16%)
HEX #084A1F color: #084A1F
RGB rgb(8, 74, 31) color: rgb(8, 74, 31)
CMYK cmyk(89%, 0%, 58%, 71%)
HSV hsv(141, 89%, 29%)
HWB hwb(141 3% 71%) color: hwb(141 3% 71%)
OKLCH oklch(0.3594 0.095 149.34) color: oklch(0.3594 0.095 149.34)
Lab lab(26.87 -30.44 20.08) color: lab(26.87 -30.44 20.08)
LCH lch(26.87 36.47 146.59) color: lch(26.87 36.47 146.59)

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 10.45:1
vs Black 2.01:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#252529 — rgb(37, 37, 41)

Deuteranopia (Green-blind)

#211C2C — rgb(33, 28, 44)

Tritanopia (Blue-blind)

#0B3233 — rgb(11, 50, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 81%, 16%);

text

color: hsl(141, 81%, 16%);

border

border: 2px solid hsl(141, 81%, 16%);

gradient light

background: linear-gradient(to right, hsl(141, 81%, 36%), hsl(141, 81%, 16%));

gradient dark

background: linear-gradient(to right, hsl(141, 81%, 16%), hsl(141, 81%, 0%))

hex

background-color: #084A1F;

tailwind

bg-[hsl(141,81%,16%)]

box shadow

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

css variable

--color-primary: hsl(141, 81%, 16%);

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, 81%, 16%)?

HEX: #084A1F | RGB: rgb(8, 74, 31) | CMYK: 89%, 0%, 58%, 71% | HSV: 141°, 89%, 29%. Copy any format from the conversion table above.

What colors go well with #084A1F?

The complementary color is HSL(321, 81%, 16%). 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, 81%, 16%) in CSS?

As HSL: color: hsl(141, 81%, 16%); — As HEX: color: #084A1F; — As RGB: color: rgb(8, 74, 31); — Tailwind CSS: bg-[hsl(141,81%,16%)] — CSS variable: --color-primary: hsl(141, 81%, 16%);