HSL(116, 85%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,85%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 76%) | color: hsl(116, 85%, 76%) | |
| HEX | #95F68E | color: #95F68E | |
| RGB | rgb(149, 246, 142) | color: rgb(149, 246, 142) | |
| CMYK | cmyk(39%, 0%, 42%, 4%) | — | |
| HSV | hsv(116, 42%, 96%) | — | |
| HWB | hwb(116 56% 4%) | color: hwb(116 56% 4%) | |
| OKLCH | oklch(0.8888 0.1665 142.6) | color: oklch(0.8888 0.1665 142.6) | |
| Lab | lab(89.04 -48.52 41.2) | color: lab(89.04 -48.52 41.2) | |
| LCH | lch(89.04 63.65 139.66) | color: lch(89.04 63.65 139.66) |
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)
#BFC0A7 — rgb(191, 192, 167)
Deuteranopia (Green-blind)
#B9B2AD — rgb(185, 178, 173)
Tritanopia (Blue-blind)
#9ABBBF — rgb(154, 187, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 76%);
text
color: hsl(116, 85%, 76%);
border
border: 2px solid hsl(116, 85%, 76%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 96%), hsl(116, 85%, 76%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 76%), hsl(116, 85%, 56%))
hex
background-color: #95F68E;
tailwind
bg-[hsl(116,85%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 76%, 0.4);
css variable
--color-primary: hsl(116, 85%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 76%)?
HEX: #95F68E | RGB: rgb(149, 246, 142) | CMYK: 39%, 0%, 42%, 4% | HSV: 116°, 42%, 96%. Copy any format from the conversion table above.
What colors go well with #95F68E?
The complementary color is HSL(296, 85%, 76%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 85%, 76%) in CSS?
As HSL: color: hsl(116, 85%, 76%); — As HEX: color: #95F68E; — As RGB: color: rgb(149, 246, 142); — Tailwind CSS: bg-[hsl(116,85%,76%)] — CSS variable: --color-primary: hsl(116, 85%, 76%);