HSL(124, 80%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(124,80%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 80%, 17%) color: hsl(124, 80%, 17%)
HEX #094E0D color: #094E0D
RGB rgb(9, 78, 13) color: rgb(9, 78, 13)
CMYK cmyk(88%, 0%, 83%, 69%)
HSV hsv(123, 88%, 31%)
HWB hwb(123 4% 69%) color: hwb(123 4% 69%)
OKLCH oklch(0.37 0.1153 143.37) color: oklch(0.37 0.1153 143.37)
Lab lab(28.21 -34.15 30.56) color: lab(28.21 -34.15 30.56)
LCH lch(28.21 45.83 138.18) color: lch(28.21 45.83 138.18)

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 9.97:1
vs Black 2.11: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)

#27271D — rgb(39, 39, 29)

Deuteranopia (Green-blind)

#231E21 — rgb(35, 30, 33)

Tritanopia (Blue-blind)

#0C292C — rgb(12, 41, 44)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 80%, 17%);

text

color: hsl(124, 80%, 17%);

border

border: 2px solid hsl(124, 80%, 17%);

gradient light

background: linear-gradient(to right, hsl(124, 80%, 37%), hsl(124, 80%, 17%));

gradient dark

background: linear-gradient(to right, hsl(124, 80%, 17%), hsl(124, 80%, 0%))

hex

background-color: #094E0D;

tailwind

bg-[hsl(124,80%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(124, 80%, 17%, 0.4);

css variable

--color-primary: hsl(124, 80%, 17%);

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(124, 80%, 17%)?

HEX: #094E0D | RGB: rgb(9, 78, 13) | CMYK: 88%, 0%, 83%, 69% | HSV: 123°, 88%, 31%. Copy any format from the conversion table above.

What colors go well with #094E0D?

The complementary color is HSL(304, 80%, 17%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(124, 80%, 17%) in CSS?

As HSL: color: hsl(124, 80%, 17%); — As HEX: color: #094E0D; — As RGB: color: rgb(9, 78, 13); — Tailwind CSS: bg-[hsl(124,80%,17%)] — CSS variable: --color-primary: hsl(124, 80%, 17%);