HSL(129, 80%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,80%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 80%, 23%) color: hsl(129, 80%, 23%)
HEX #0C6A1A color: #0C6A1A
RGB rgb(12, 106, 26) color: rgb(12, 106, 26)
CMYK cmyk(89%, 0%, 75%, 58%)
HSV hsv(129, 89%, 42%)
HWB hwb(129 5% 58%) color: hwb(129 5% 58%)
OKLCH oklch(0.4573 0.1404 144.4) color: oklch(0.4573 0.1404 144.4)
Lab lab(38.66 -42.29 35.86) color: lab(38.66 -42.29 35.86)
LCH lch(38.66 55.45 139.7) color: lch(38.66 55.45 139.7)

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.79:1
vs Black 3.09: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)

#35362D — rgb(53, 54, 45)

Deuteranopia (Green-blind)

#2F2832 — rgb(47, 40, 50)

Tritanopia (Blue-blind)

#113D40 — rgb(17, 61, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 80%, 23%);

text

color: hsl(129, 80%, 23%);

border

border: 2px solid hsl(129, 80%, 23%);

gradient light

background: linear-gradient(to right, hsl(129, 80%, 43%), hsl(129, 80%, 23%));

gradient dark

background: linear-gradient(to right, hsl(129, 80%, 23%), hsl(129, 80%, 3%))

hex

background-color: #0C6A1A;

tailwind

bg-[hsl(129,80%,23%)]

box shadow

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

css variable

--color-primary: hsl(129, 80%, 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(129, 80%, 23%)?

HEX: #0C6A1A | RGB: rgb(12, 106, 26) | CMYK: 89%, 0%, 75%, 58% | HSV: 129°, 89%, 42%. Copy any format from the conversion table above.

What colors go well with #0C6A1A?

The complementary color is HSL(309, 80%, 23%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 80%, 23%) in CSS?

As HSL: color: hsl(129, 80%, 23%); — As HEX: color: #0C6A1A; — As RGB: color: rgb(12, 106, 26); — Tailwind CSS: bg-[hsl(129,80%,23%)] — CSS variable: --color-primary: hsl(129, 80%, 23%);