HSL(115, 63%, 18%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,63%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 63%, 18%) color: hsl(115, 63%, 18%)
HEX #164B11 color: #164B11
RGB rgb(22, 75, 17) color: rgb(22, 75, 17)
CMYK cmyk(71%, 0%, 77%, 71%)
HSV hsv(115, 77%, 29%)
HWB hwb(115 7% 71%) color: hwb(115 7% 71%)
OKLCH oklch(0.3643 0.1041 141.88) color: oklch(0.3643 0.1041 141.88)
Lab lab(27.42 -30.04 28.15) color: lab(27.42 -30.04 28.15)
LCH lch(27.42 41.17 136.86) color: lch(27.42 41.17 136.86)

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.25:1
vs Black 2.05: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)

#2D2D1F — rgb(45, 45, 31)

Deuteranopia (Green-blind)

#2A2622 — rgb(42, 38, 34)

Tritanopia (Blue-blind)

#192A2D — rgb(25, 42, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 63%, 18%);

text

color: hsl(115, 63%, 18%);

border

border: 2px solid hsl(115, 63%, 18%);

gradient light

background: linear-gradient(to right, hsl(115, 63%, 38%), hsl(115, 63%, 18%));

gradient dark

background: linear-gradient(to right, hsl(115, 63%, 18%), hsl(115, 63%, 0%))

hex

background-color: #164B11;

tailwind

bg-[hsl(115,63%,18%)]

box shadow

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

css variable

--color-primary: hsl(115, 63%, 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(115, 63%, 18%)?

HEX: #164B11 | RGB: rgb(22, 75, 17) | CMYK: 71%, 0%, 77%, 71% | HSV: 115°, 77%, 29%. Copy any format from the conversion table above.

What colors go well with #164B11?

The complementary color is HSL(295, 63%, 18%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 63%, 18%) in CSS?

As HSL: color: hsl(115, 63%, 18%); — As HEX: color: #164B11; — As RGB: color: rgb(22, 75, 17); — Tailwind CSS: bg-[hsl(115,63%,18%)] — CSS variable: --color-primary: hsl(115, 63%, 18%);