HSL(117, 91%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,91%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 91%, 19%) color: hsl(117, 91%, 19%)
HEX #095D04 color: #095D04
RGB rgb(9, 93, 4) color: rgb(9, 93, 4)
CMYK cmyk(90%, 0%, 96%, 64%)
HSV hsv(117, 96%, 36%)
HWB hwb(117 1% 64%) color: hwb(117 1% 64%)
OKLCH oklch(0.4161 0.1373 142.16) color: oklch(0.4161 0.1373 142.16)
Lab lab(33.76 -39.88 38.66) color: lab(33.76 -39.88 38.66)
LCH lch(33.76 55.54 135.89) color: lch(33.76 55.54 135.89)

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 8.14:1
vs Black 2.58: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)

#2D2E1A — rgb(45, 46, 26)

Deuteranopia (Green-blind)

#29221F — rgb(41, 34, 31)

Tritanopia (Blue-blind)

#0D2B2E — rgb(13, 43, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 91%, 19%);

text

color: hsl(117, 91%, 19%);

border

border: 2px solid hsl(117, 91%, 19%);

gradient light

background: linear-gradient(to right, hsl(117, 91%, 39%), hsl(117, 91%, 19%));

gradient dark

background: linear-gradient(to right, hsl(117, 91%, 19%), hsl(117, 91%, 0%))

hex

background-color: #095D04;

tailwind

bg-[hsl(117,91%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 91%, 19%, 0.4);

css variable

--color-primary: hsl(117, 91%, 19%);

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(117, 91%, 19%)?

HEX: #095D04 | RGB: rgb(9, 93, 4) | CMYK: 90%, 0%, 96%, 64% | HSV: 117°, 96%, 36%. Copy any format from the conversion table above.

What colors go well with #095D04?

The complementary color is HSL(297, 91%, 19%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 91%, 19%) in CSS?

As HSL: color: hsl(117, 91%, 19%); — As HEX: color: #095D04; — As RGB: color: rgb(9, 93, 4); — Tailwind CSS: bg-[hsl(117,91%,19%)] — CSS variable: --color-primary: hsl(117, 91%, 19%);