HSL(107, 86%, 16%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,86%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 86%, 16%) color: hsl(107, 86%, 16%)
HEX #154C06 color: #154C06
RGB rgb(21, 76, 6) color: rgb(21, 76, 6)
CMYK cmyk(72%, 0%, 92%, 70%)
HSV hsv(107, 92%, 30%)
HWB hwb(107 2% 70%) color: hwb(107 2% 70%)
OKLCH oklch(0.3662 0.1127 140.25) color: oklch(0.3662 0.1127 140.25)
Lab lab(27.69 -31.59 32.76) color: lab(27.69 -31.59 32.76)
LCH lch(27.69 45.51 133.96) color: lch(27.69 45.51 133.96)

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.15:1
vs Black 2.07: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)

#2D2D17 — rgb(45, 45, 23)

Deuteranopia (Green-blind)

#2A261B — rgb(42, 38, 27)

Tritanopia (Blue-blind)

#182427 — rgb(24, 36, 39)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 86%, 16%);

text

color: hsl(107, 86%, 16%);

border

border: 2px solid hsl(107, 86%, 16%);

gradient light

background: linear-gradient(to right, hsl(107, 86%, 36%), hsl(107, 86%, 16%));

gradient dark

background: linear-gradient(to right, hsl(107, 86%, 16%), hsl(107, 86%, 0%))

hex

background-color: #154C06;

tailwind

bg-[hsl(107,86%,16%)]

box shadow

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

css variable

--color-primary: hsl(107, 86%, 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(107, 86%, 16%)?

HEX: #154C06 | RGB: rgb(21, 76, 6) | CMYK: 72%, 0%, 92%, 70% | HSV: 107°, 92%, 30%. Copy any format from the conversion table above.

What colors go well with #154C06?

The complementary color is HSL(287, 86%, 16%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 86%, 16%) in CSS?

As HSL: color: hsl(107, 86%, 16%); — As HEX: color: #154C06; — As RGB: color: rgb(21, 76, 6); — Tailwind CSS: bg-[hsl(107,86%,16%)] — CSS variable: --color-primary: hsl(107, 86%, 16%);