HSL(100, 72%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(100,72%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 72%, 66%) color: hsl(100, 72%, 66%)
HEX #93E76A color: #93E76A
RGB rgb(147, 231, 106) color: rgb(147, 231, 106)
CMYK cmyk(36%, 0%, 54%, 9%)
HSV hsv(100, 54%, 91%)
HWB hwb(100 42% 9%) color: hwb(100 42% 9%)
OKLCH oklch(0.8474 0.1799 136.49) color: oklch(0.8474 0.1799 136.49)
Lab lab(84.17 -47.31 52.26) color: lab(84.17 -47.31 52.26)
LCH lch(84.17 70.49 132.15) color: lch(84.17 70.49 132.15)

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 1.51:1
vs Black 13.88:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B7B888 — rgb(183, 184, 136)

Deuteranopia (Green-blind)

#B3AC90 — rgb(179, 172, 144)

Tritanopia (Blue-blind)

#97A0A5 — rgb(151, 160, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 72%, 66%);

text

color: hsl(100, 72%, 66%);

border

border: 2px solid hsl(100, 72%, 66%);

gradient light

background: linear-gradient(to right, hsl(100, 72%, 86%), hsl(100, 72%, 66%));

gradient dark

background: linear-gradient(to right, hsl(100, 72%, 66%), hsl(100, 72%, 46%))

hex

background-color: #93E76A;

tailwind

bg-[hsl(100,72%,66%)]

box shadow

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

css variable

--color-primary: hsl(100, 72%, 66%);

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(100, 72%, 66%)?

HEX: #93E76A | RGB: rgb(147, 231, 106) | CMYK: 36%, 0%, 54%, 9% | HSV: 100°, 54%, 91%. Copy any format from the conversion table above.

What colors go well with #93E76A?

The complementary color is HSL(280, 72%, 66%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(100, 72%, 66%) in CSS?

As HSL: color: hsl(100, 72%, 66%); — As HEX: color: #93E76A; — As RGB: color: rgb(147, 231, 106); — Tailwind CSS: bg-[hsl(100,72%,66%)] — CSS variable: --color-primary: hsl(100, 72%, 66%);