HSL(130, 100%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(130,100%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(130, 100%, 27%) color: hsl(130, 100%, 27%)
HEX #008A17 color: #008A17
RGB rgb(0, 138, 23) color: rgb(0, 138, 23)
CMYK cmyk(100%, 0%, 83%, 46%)
HSV hsv(130, 100%, 54%)
HWB hwb(130 0% 46%) color: hwb(130 0% 46%)
OKLCH oklch(0.5497 0.1797 143.74) color: oklch(0.5497 0.1797 143.74)
Lab lab(49.78 -53.62 47.81) color: lab(49.78 -53.62 47.81)
LCH lch(49.78 71.84 138.28) color: lch(49.78 71.84 138.28)

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.52:1
vs Black 4.65:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#3C3D33 — rgb(60, 61, 51)

Deuteranopia (Green-blind)

#34293A — rgb(52, 41, 58)

Tritanopia (Blue-blind)

#07494E — rgb(7, 73, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(130, 100%, 27%);

text

color: hsl(130, 100%, 27%);

border

border: 2px solid hsl(130, 100%, 27%);

gradient light

background: linear-gradient(to right, hsl(130, 100%, 47%), hsl(130, 100%, 27%));

gradient dark

background: linear-gradient(to right, hsl(130, 100%, 27%), hsl(130, 100%, 7%))

hex

background-color: #008A17;

tailwind

bg-[hsl(130,100%,27%)]

box shadow

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

css variable

--color-primary: hsl(130, 100%, 27%);

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(130, 100%, 27%)?

HEX: #008A17 | RGB: rgb(0, 138, 23) | CMYK: 100%, 0%, 83%, 46% | HSV: 130°, 100%, 54%. Copy any format from the conversion table above.

What colors go well with #008A17?

The complementary color is HSL(310, 100%, 27%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(130, 100%, 27%) in CSS?

As HSL: color: hsl(130, 100%, 27%); — As HEX: color: #008A17; — As RGB: color: rgb(0, 138, 23); — Tailwind CSS: bg-[hsl(130,100%,27%)] — CSS variable: --color-primary: hsl(130, 100%, 27%);