HSL(99, 72%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(99,72%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(99, 72%, 65%) color: hsl(99, 72%, 65%)
HEX #92E665 color: #92E665
RGB rgb(146, 230, 101) color: rgb(146, 230, 101)
CMYK cmyk(37%, 0%, 56%, 10%)
HSV hsv(99, 56%, 90%)
HWB hwb(99 40% 10%) color: hwb(99 40% 10%)
OKLCH oklch(0.8439 0.1834 136.01) color: oklch(0.8439 0.1834 136.01)
Lab lab(83.78 -47.74 54.05) color: lab(83.78 -47.74 54.05)
LCH lch(83.78 72.11 131.45) color: lch(83.78 72.11 131.45)

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.53:1
vs Black 13.73: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)

#B6B784 — rgb(182, 183, 132)

Deuteranopia (Green-blind)

#B2AB8C — rgb(178, 171, 140)

Tritanopia (Blue-blind)

#969DA2 — rgb(150, 157, 162)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(99, 72%, 65%);

text

color: hsl(99, 72%, 65%);

border

border: 2px solid hsl(99, 72%, 65%);

gradient light

background: linear-gradient(to right, hsl(99, 72%, 85%), hsl(99, 72%, 65%));

gradient dark

background: linear-gradient(to right, hsl(99, 72%, 65%), hsl(99, 72%, 45%))

hex

background-color: #92E665;

tailwind

bg-[hsl(99,72%,65%)]

box shadow

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

css variable

--color-primary: hsl(99, 72%, 65%);

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(99, 72%, 65%)?

HEX: #92E665 | RGB: rgb(146, 230, 101) | CMYK: 37%, 0%, 56%, 10% | HSV: 99°, 56%, 90%. Copy any format from the conversion table above.

What colors go well with #92E665?

The complementary color is HSL(279, 72%, 65%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(99, 72%, 65%) in CSS?

As HSL: color: hsl(99, 72%, 65%); — As HEX: color: #92E665; — As RGB: color: rgb(146, 230, 101); — Tailwind CSS: bg-[hsl(99,72%,65%)] — CSS variable: --color-primary: hsl(99, 72%, 65%);