HSL(112, 30%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,30%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 30%, 68%) | color: hsl(112, 30%, 68%) | |
| HEX | #9BC695 | color: #9BC695 | |
| RGB | rgb(155, 198, 149) | color: rgb(155, 198, 149) | |
| CMYK | cmyk(22%, 0%, 25%, 22%) | — | |
| HSV | hsv(113, 25%, 78%) | — | |
| HWB | hwb(113 59% 22%) | color: hwb(113 59% 22%) | |
| OKLCH | oklch(0.7828 0.0821 141.6) | color: oklch(0.7828 0.0821 141.6) | |
| Lab | lab(75.78 -23.62 20.04) | color: lab(75.78 -23.62 20.04) | |
| LCH | lch(75.78 30.98 139.69) | color: lch(75.78 30.98 139.69) |
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)
#AEAEA1 — rgb(174, 174, 161)
Deuteranopia (Green-blind)
#ABA8A4 — rgb(171, 168, 164)
Tritanopia (Blue-blind)
#9DAAAC — rgb(157, 170, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 30%, 68%);
text
color: hsl(112, 30%, 68%);
border
border: 2px solid hsl(112, 30%, 68%);
gradient light
background: linear-gradient(to right, hsl(112, 30%, 88%), hsl(112, 30%, 68%));
gradient dark
background: linear-gradient(to right, hsl(112, 30%, 68%), hsl(112, 30%, 48%))
hex
background-color: #9BC695;
tailwind
bg-[hsl(112,30%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 30%, 68%, 0.4);
css variable
--color-primary: hsl(112, 30%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 30%, 68%)?
HEX: #9BC695 | RGB: rgb(155, 198, 149) | CMYK: 22%, 0%, 25%, 22% | HSV: 113°, 25%, 78%. Copy any format from the conversion table above.
What colors go well with #9BC695?
The complementary color is HSL(292, 30%, 68%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 30%, 68%) in CSS?
As HSL: color: hsl(112, 30%, 68%); — As HEX: color: #9BC695; — As RGB: color: rgb(155, 198, 149); — Tailwind CSS: bg-[hsl(112,30%,68%)] — CSS variable: --color-primary: hsl(112, 30%, 68%);