HSL(121, 83%, 18%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(121,83%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 83%, 18%) color: hsl(121, 83%, 18%)
HEX #085409 color: #085409
RGB rgb(8, 84, 9) color: rgb(8, 84, 9)
CMYK cmyk(90%, 0%, 89%, 67%)
HSV hsv(121, 90%, 33%)
HWB hwb(121 3% 67%) color: hwb(121 3% 67%)
OKLCH oklch(0.3883 0.1249 142.81) color: oklch(0.3883 0.1249 142.81)
Lab lab(30.43 -36.68 34.09) color: lab(30.43 -36.68 34.09)
LCH lch(30.43 50.08 137.1) color: lch(30.43 50.08 137.1)

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.2:1
vs Black 2.28: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)

#292A1B — rgb(41, 42, 27)

Deuteranopia (Green-blind)

#251F20 — rgb(37, 31, 32)

Tritanopia (Blue-blind)

#0C292D — rgb(12, 41, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 83%, 18%);

text

color: hsl(121, 83%, 18%);

border

border: 2px solid hsl(121, 83%, 18%);

gradient light

background: linear-gradient(to right, hsl(121, 83%, 38%), hsl(121, 83%, 18%));

gradient dark

background: linear-gradient(to right, hsl(121, 83%, 18%), hsl(121, 83%, 0%))

hex

background-color: #085409;

tailwind

bg-[hsl(121,83%,18%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 83%, 18%, 0.4);

css variable

--color-primary: hsl(121, 83%, 18%);

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(121, 83%, 18%)?

HEX: #085409 | RGB: rgb(8, 84, 9) | CMYK: 90%, 0%, 89%, 67% | HSV: 121°, 90%, 33%. Copy any format from the conversion table above.

What colors go well with #085409?

The complementary color is HSL(301, 83%, 18%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 83%, 18%) in CSS?

As HSL: color: hsl(121, 83%, 18%); — As HEX: color: #085409; — As RGB: color: rgb(8, 84, 9); — Tailwind CSS: bg-[hsl(121,83%,18%)] — CSS variable: --color-primary: hsl(121, 83%, 18%);