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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);