HSL(109, 100%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,100%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 100%, 25%) color: hsl(109, 100%, 25%)
HEX #178000 color: #178000
RGB rgb(23, 128, 0) color: rgb(23, 128, 0)
CMYK cmyk(82%, 0%, 100%, 50%)
HSV hsv(109, 100%, 50%)
HWB hwb(109 0% 50%) color: hwb(109 0% 50%)
OKLCH oklch(0.5225 0.1731 141.32) color: oklch(0.5225 0.1731 141.32)
Lab lab(46.47 -49.49 50.19) color: lab(46.47 -49.49 50.19)
LCH lch(46.47 70.49 134.6) color: lch(46.47 70.49 134.6)

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 5.09:1
vs Black 4.12: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)

#44451F — rgb(68, 69, 31)

Deuteranopia (Green-blind)

#3E3726 — rgb(62, 55, 38)

Tritanopia (Blue-blind)

#1C373D — rgb(28, 55, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 100%, 25%);

text

color: hsl(109, 100%, 25%);

border

border: 2px solid hsl(109, 100%, 25%);

gradient light

background: linear-gradient(to right, hsl(109, 100%, 45%), hsl(109, 100%, 25%));

gradient dark

background: linear-gradient(to right, hsl(109, 100%, 25%), hsl(109, 100%, 5%))

hex

background-color: #178000;

tailwind

bg-[hsl(109,100%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(109, 100%, 25%, 0.4);

css variable

--color-primary: hsl(109, 100%, 25%);

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(109, 100%, 25%)?

HEX: #178000 | RGB: rgb(23, 128, 0) | CMYK: 82%, 0%, 100%, 50% | HSV: 109°, 100%, 50%. Copy any format from the conversion table above.

What colors go well with #178000?

The complementary color is HSL(289, 100%, 25%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 100%, 25%) in CSS?

As HSL: color: hsl(109, 100%, 25%); — As HEX: color: #178000; — As RGB: color: rgb(23, 128, 0); — Tailwind CSS: bg-[hsl(109,100%,25%)] — CSS variable: --color-primary: hsl(109, 100%, 25%);