HSL(93, 48%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,48%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 48%, 63%) | color: hsl(93, 48%, 63%) | |
| HEX | #9CCE73 | color: #9CCE73 | |
| RGB | rgb(156, 206, 115) | color: rgb(156, 206, 115) | |
| CMYK | cmyk(24%, 0%, 44%, 19%) | — | |
| HSV | hsv(93, 44%, 81%) | — | |
| HWB | hwb(93 45% 19%) | color: hwb(93 45% 19%) | |
| OKLCH | oklch(0.7953 0.1313 132.26) | color: oklch(0.7953 0.1313 132.26) | |
| Lab | lab(77.55 -32.07 39.99) | color: lab(77.55 -32.07 39.99) | |
| LCH | lch(77.55 51.26 128.73) | color: lch(77.55 51.26 128.73) |
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)
#B2B289 — rgb(178, 178, 137)
Deuteranopia (Green-blind)
#AFAB8E — rgb(175, 171, 142)
Tritanopia (Blue-blind)
#9F9A9E — rgb(159, 154, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 48%, 63%);
text
color: hsl(93, 48%, 63%);
border
border: 2px solid hsl(93, 48%, 63%);
gradient light
background: linear-gradient(to right, hsl(93, 48%, 83%), hsl(93, 48%, 63%));
gradient dark
background: linear-gradient(to right, hsl(93, 48%, 63%), hsl(93, 48%, 43%))
hex
background-color: #9CCE73;
tailwind
bg-[hsl(93,48%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 48%, 63%, 0.4);
css variable
--color-primary: hsl(93, 48%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 48%, 63%)?
HEX: #9CCE73 | RGB: rgb(156, 206, 115) | CMYK: 24%, 0%, 44%, 19% | HSV: 93°, 44%, 81%. Copy any format from the conversion table above.
What colors go well with #9CCE73?
The complementary color is HSL(273, 48%, 63%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 48%, 63%) in CSS?
As HSL: color: hsl(93, 48%, 63%); — As HEX: color: #9CCE73; — As RGB: color: rgb(156, 206, 115); — Tailwind CSS: bg-[hsl(93,48%,63%)] — CSS variable: --color-primary: hsl(93, 48%, 63%);