HSL(115, 100%, 78%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,100%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 100%, 78%) color: hsl(115, 100%, 78%)
HEX #98FF8F color: #98FF8F
RGB rgb(152, 255, 143) color: rgb(152, 255, 143)
CMYK cmyk(40%, 0%, 44%, 0%)
HSV hsv(115, 44%, 100%)
HWB hwb(115 56% 0%) color: hwb(115 56% 0%)
OKLCH oklch(0.9114 0.1766 142.28) color: oklch(0.9114 0.1766 142.28)
Lab lab(91.76 -51.24 44.22) color: lab(91.76 -51.24 44.22)
LCH lch(91.76 67.68 139.21) color: lch(91.76 67.68 139.21)

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.23:1
vs Black 17.04: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)

#C5C6AA — rgb(197, 198, 170)

Deuteranopia (Green-blind)

#BFB7B1 — rgb(191, 183, 177)

Tritanopia (Blue-blind)

#9DBFC4 — rgb(157, 191, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 100%, 78%);

text

color: hsl(115, 100%, 78%);

border

border: 2px solid hsl(115, 100%, 78%);

gradient light

background: linear-gradient(to right, hsl(115, 100%, 98%), hsl(115, 100%, 78%));

gradient dark

background: linear-gradient(to right, hsl(115, 100%, 78%), hsl(115, 100%, 58%))

hex

background-color: #98FF8F;

tailwind

bg-[hsl(115,100%,78%)]

box shadow

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

css variable

--color-primary: hsl(115, 100%, 78%);

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(115, 100%, 78%)?

HEX: #98FF8F | RGB: rgb(152, 255, 143) | CMYK: 40%, 0%, 44%, 0% | HSV: 115°, 44%, 100%. Copy any format from the conversion table above.

What colors go well with #98FF8F?

The complementary color is HSL(295, 100%, 78%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 100%, 78%) in CSS?

As HSL: color: hsl(115, 100%, 78%); — As HEX: color: #98FF8F; — As RGB: color: rgb(152, 255, 143); — Tailwind CSS: bg-[hsl(115,100%,78%)] — CSS variable: --color-primary: hsl(115, 100%, 78%);