HSL(84, 69%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(84,69%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 69%, 32%) color: hsl(84, 69%, 32%)
HEX #5D8A19 color: #5D8A19
RGB rgb(93, 138, 25) color: rgb(93, 138, 25)
CMYK cmyk(33%, 0%, 82%, 46%)
HSV hsv(84, 82%, 54%)
HWB hwb(84 10% 46%) color: hwb(84 10% 46%)
OKLCH oklch(0.5794 0.1451 129.82) color: oklch(0.5794 0.1451 129.82)
Lab lab(52.48 -32.52 50.68) color: lab(52.48 -32.52 50.68)
LCH lch(52.48 60.22 122.69) color: lch(52.48 60.22 122.69)

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 4.11:1
vs Black 5.11:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#707134 — rgb(112, 113, 52)

Deuteranopia (Green-blind)

#6E6B3B — rgb(110, 107, 59)

Tritanopia (Blue-blind)

#5F4A4F — rgb(95, 74, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 69%, 32%);

text

color: hsl(84, 69%, 32%);

border

border: 2px solid hsl(84, 69%, 32%);

gradient light

background: linear-gradient(to right, hsl(84, 69%, 52%), hsl(84, 69%, 32%));

gradient dark

background: linear-gradient(to right, hsl(84, 69%, 32%), hsl(84, 69%, 12%))

hex

background-color: #5D8A19;

tailwind

bg-[hsl(84,69%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(84, 69%, 32%, 0.4);

css variable

--color-primary: hsl(84, 69%, 32%);

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(84, 69%, 32%)?

HEX: #5D8A19 | RGB: rgb(93, 138, 25) | CMYK: 33%, 0%, 82%, 46% | HSV: 84°, 82%, 54%. Copy any format from the conversion table above.

What colors go well with #5D8A19?

The complementary color is HSL(264, 69%, 32%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(84, 69%, 32%) in CSS?

As HSL: color: hsl(84, 69%, 32%); — As HEX: color: #5D8A19; — As RGB: color: rgb(93, 138, 25); — Tailwind CSS: bg-[hsl(84,69%,32%)] — CSS variable: --color-primary: hsl(84, 69%, 32%);