HSL(122, 35%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,35%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 35%, 68%) color: hsl(122, 35%, 68%)
HEX #91CA93 color: #91CA93
RGB rgb(145, 202, 147) color: rgb(145, 202, 147)
CMYK cmyk(28%, 0%, 27%, 21%)
HSV hsv(122, 28%, 79%)
HWB hwb(122 57% 21%) color: hwb(122 57% 21%)
OKLCH oklch(0.7853 0.0971 145.43) color: oklch(0.7853 0.0971 145.43)
Lab lab(76.29 -29.27 21.71) color: lab(76.29 -29.27 21.71)
LCH lch(76.29 36.44 143.44) color: lch(76.29 36.44 143.44)

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.9:1
vs Black 11.07: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)

#AAAAA0 — rgb(170, 170, 160)

Deuteranopia (Green-blind)

#A6A2A4 — rgb(166, 162, 164)

Tritanopia (Blue-blind)

#94ABAD — rgb(148, 171, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 35%, 68%);

text

color: hsl(122, 35%, 68%);

border

border: 2px solid hsl(122, 35%, 68%);

gradient light

background: linear-gradient(to right, hsl(122, 35%, 88%), hsl(122, 35%, 68%));

gradient dark

background: linear-gradient(to right, hsl(122, 35%, 68%), hsl(122, 35%, 48%))

hex

background-color: #91CA93;

tailwind

bg-[hsl(122,35%,68%)]

box shadow

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

css variable

--color-primary: hsl(122, 35%, 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(122, 35%, 68%)?

HEX: #91CA93 | RGB: rgb(145, 202, 147) | CMYK: 28%, 0%, 27%, 21% | HSV: 122°, 28%, 79%. Copy any format from the conversion table above.

What colors go well with #91CA93?

The complementary color is HSL(302, 35%, 68%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 35%, 68%) in CSS?

As HSL: color: hsl(122, 35%, 68%); — As HEX: color: #91CA93; — As RGB: color: rgb(145, 202, 147); — Tailwind CSS: bg-[hsl(122,35%,68%)] — CSS variable: --color-primary: hsl(122, 35%, 68%);