HSL(112, 30%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,30%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 30%, 68%) color: hsl(112, 30%, 68%)
HEX #9BC695 color: #9BC695
RGB rgb(155, 198, 149) color: rgb(155, 198, 149)
CMYK cmyk(22%, 0%, 25%, 22%)
HSV hsv(113, 25%, 78%)
HWB hwb(113 59% 22%) color: hwb(113 59% 22%)
OKLCH oklch(0.7828 0.0821 141.6) color: oklch(0.7828 0.0821 141.6)
Lab lab(75.78 -23.62 20.04) color: lab(75.78 -23.62 20.04)
LCH lch(75.78 30.98 139.69) color: lch(75.78 30.98 139.69)

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.93:1
vs Black 10.91: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)

#AEAEA1 — rgb(174, 174, 161)

Deuteranopia (Green-blind)

#ABA8A4 — rgb(171, 168, 164)

Tritanopia (Blue-blind)

#9DAAAC — rgb(157, 170, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 30%, 68%);

text

color: hsl(112, 30%, 68%);

border

border: 2px solid hsl(112, 30%, 68%);

gradient light

background: linear-gradient(to right, hsl(112, 30%, 88%), hsl(112, 30%, 68%));

gradient dark

background: linear-gradient(to right, hsl(112, 30%, 68%), hsl(112, 30%, 48%))

hex

background-color: #9BC695;

tailwind

bg-[hsl(112,30%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 30%, 68%, 0.4);

css variable

--color-primary: hsl(112, 30%, 68%);

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(112, 30%, 68%)?

HEX: #9BC695 | RGB: rgb(155, 198, 149) | CMYK: 22%, 0%, 25%, 22% | HSV: 113°, 25%, 78%. Copy any format from the conversion table above.

What colors go well with #9BC695?

The complementary color is HSL(292, 30%, 68%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 30%, 68%) in CSS?

As HSL: color: hsl(112, 30%, 68%); — As HEX: color: #9BC695; — As RGB: color: rgb(155, 198, 149); — Tailwind CSS: bg-[hsl(112,30%,68%)] — CSS variable: --color-primary: hsl(112, 30%, 68%);