HSL(93, 46%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,46%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 46%, 63%) color: hsl(93, 46%, 63%)
HEX #9CCC75 color: #9CCC75
RGB rgb(156, 204, 117) color: rgb(156, 204, 117)
CMYK cmyk(24%, 0%, 43%, 20%)
HSV hsv(93, 43%, 80%)
HWB hwb(93 46% 20%) color: hwb(93 46% 20%)
OKLCH oklch(0.791 0.1263 132.26) color: oklch(0.791 0.1263 132.26)
Lab lab(77 -30.88 38.3) color: lab(77 -30.88 38.3)
LCH lch(77 49.2 128.88) color: lch(77 49.2 128.88)

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.86:1
vs Black 11.31: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)

#B1B18A — rgb(177, 177, 138)

Deuteranopia (Green-blind)

#AEAA8F — rgb(174, 170, 143)

Tritanopia (Blue-blind)

#9E9B9E — rgb(158, 155, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 46%, 63%);

text

color: hsl(93, 46%, 63%);

border

border: 2px solid hsl(93, 46%, 63%);

gradient light

background: linear-gradient(to right, hsl(93, 46%, 83%), hsl(93, 46%, 63%));

gradient dark

background: linear-gradient(to right, hsl(93, 46%, 63%), hsl(93, 46%, 43%))

hex

background-color: #9CCC75;

tailwind

bg-[hsl(93,46%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 46%, 63%, 0.4);

css variable

--color-primary: hsl(93, 46%, 63%);

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(93, 46%, 63%)?

HEX: #9CCC75 | RGB: rgb(156, 204, 117) | CMYK: 24%, 0%, 43%, 20% | HSV: 93°, 43%, 80%. Copy any format from the conversion table above.

What colors go well with #9CCC75?

The complementary color is HSL(273, 46%, 63%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 46%, 63%) in CSS?

As HSL: color: hsl(93, 46%, 63%); — As HEX: color: #9CCC75; — As RGB: color: rgb(156, 204, 117); — Tailwind CSS: bg-[hsl(93,46%,63%)] — CSS variable: --color-primary: hsl(93, 46%, 63%);