HSL(117, 83%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,83%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 83%, 23%) color: hsl(117, 83%, 23%)
HEX #0F6B0A color: #0F6B0A
RGB rgb(15, 107, 10) color: rgb(15, 107, 10)
CMYK cmyk(86%, 0%, 91%, 58%)
HSV hsv(117, 91%, 42%)
HWB hwb(117 4% 58%) color: hwb(117 4% 58%)
OKLCH oklch(0.4597 0.1492 142.28) color: oklch(0.4597 0.1492 142.28)
Lab lab(38.96 -43.41 41.56) color: lab(38.96 -43.41 41.56)
LCH lch(38.96 60.1 136.25) color: lch(38.96 60.1 136.25)

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 6.71:1
vs Black 3.13:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#373821 — rgb(55, 56, 33)

Deuteranopia (Green-blind)

#322B27 — rgb(50, 43, 39)

Tritanopia (Blue-blind)

#143438 — rgb(20, 52, 56)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 83%, 23%);

text

color: hsl(117, 83%, 23%);

border

border: 2px solid hsl(117, 83%, 23%);

gradient light

background: linear-gradient(to right, hsl(117, 83%, 43%), hsl(117, 83%, 23%));

gradient dark

background: linear-gradient(to right, hsl(117, 83%, 23%), hsl(117, 83%, 3%))

hex

background-color: #0F6B0A;

tailwind

bg-[hsl(117,83%,23%)]

box shadow

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

css variable

--color-primary: hsl(117, 83%, 23%);

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, 83%, 23%)?

HEX: #0F6B0A | RGB: rgb(15, 107, 10) | CMYK: 86%, 0%, 91%, 58% | HSV: 117°, 91%, 42%. Copy any format from the conversion table above.

What colors go well with #0F6B0A?

The complementary color is HSL(297, 83%, 23%). 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, 83%, 23%) in CSS?

As HSL: color: hsl(117, 83%, 23%); — As HEX: color: #0F6B0A; — As RGB: color: rgb(15, 107, 10); — Tailwind CSS: bg-[hsl(117,83%,23%)] — CSS variable: --color-primary: hsl(117, 83%, 23%);