HSL(102, 30%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,30%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 30%, 52%) | color: hsl(102, 30%, 52%) | |
| HEX | #76A960 | color: #76A960 | |
| RGB | rgb(118, 169, 96) | color: rgb(118, 169, 96) | |
| CMYK | cmyk(30%, 0%, 43%, 34%) | — | |
| HSV | hsv(102, 43%, 66%) | — | |
| HWB | hwb(102 38% 34%) | color: hwb(102 38% 34%) | |
| OKLCH | oklch(0.6809 0.1156 136.8) | color: oklch(0.6809 0.1156 136.8) | |
| Lab | lab(64.22 -30.75 32.34) | color: lab(64.22 -30.75 32.34) | |
| LCH | lch(64.22 44.63 133.56) | color: lch(64.22 44.63 133.56) |
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)
#8C8D72 — rgb(140, 141, 114)
Deuteranopia (Green-blind)
#898576 — rgb(137, 133, 118)
Tritanopia (Blue-blind)
#798083 — rgb(121, 128, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 30%, 52%);
text
color: hsl(102, 30%, 52%);
border
border: 2px solid hsl(102, 30%, 52%);
gradient light
background: linear-gradient(to right, hsl(102, 30%, 72%), hsl(102, 30%, 52%));
gradient dark
background: linear-gradient(to right, hsl(102, 30%, 52%), hsl(102, 30%, 32%))
hex
background-color: #76A960;
tailwind
bg-[hsl(102,30%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 30%, 52%, 0.4);
css variable
--color-primary: hsl(102, 30%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 30%, 52%)?
HEX: #76A960 | RGB: rgb(118, 169, 96) | CMYK: 30%, 0%, 43%, 34% | HSV: 102°, 43%, 66%. Copy any format from the conversion table above.
What colors go well with #76A960?
The complementary color is HSL(282, 30%, 52%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 30%, 52%) in CSS?
As HSL: color: hsl(102, 30%, 52%); — As HEX: color: #76A960; — As RGB: color: rgb(118, 169, 96); — Tailwind CSS: bg-[hsl(102,30%,52%)] — CSS variable: --color-primary: hsl(102, 30%, 52%);