HSL(93, 30%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,30%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 65%) | color: hsl(93, 30%, 65%) | |
| HEX | #A3C18B | color: #A3C18B | |
| RGB | rgb(163, 193, 139) | color: rgb(163, 193, 139) | |
| CMYK | cmyk(16%, 0%, 28%, 24%) | — | |
| HSV | hsv(93, 28%, 76%) | — | |
| HWB | hwb(93 55% 24%) | color: hwb(93 55% 24%) | |
| OKLCH | oklch(0.7748 0.0809 131.69) | color: oklch(0.7748 0.0809 131.69) | |
| Lab | lab(74.69 -19.9 23.95) | color: lab(74.69 -19.9 23.95) | |
| LCH | lch(74.69 31.14 129.72) | color: lch(74.69 31.14 129.72) |
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)
#B0B098 — rgb(176, 176, 152)
Deuteranopia (Green-blind)
#AEAC9B — rgb(174, 172, 155)
Tritanopia (Blue-blind)
#A5A2A5 — rgb(165, 162, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 65%);
text
color: hsl(93, 30%, 65%);
border
border: 2px solid hsl(93, 30%, 65%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 85%), hsl(93, 30%, 65%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 65%), hsl(93, 30%, 45%))
hex
background-color: #A3C18B;
tailwind
bg-[hsl(93,30%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 65%, 0.4);
css variable
--color-primary: hsl(93, 30%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 65%)?
HEX: #A3C18B | RGB: rgb(163, 193, 139) | CMYK: 16%, 0%, 28%, 24% | HSV: 93°, 28%, 76%. Copy any format from the conversion table above.
What colors go well with #A3C18B?
The complementary color is HSL(273, 30%, 65%). 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, 30%, 65%) in CSS?
As HSL: color: hsl(93, 30%, 65%); — As HEX: color: #A3C18B; — As RGB: color: rgb(163, 193, 139); — Tailwind CSS: bg-[hsl(93,30%,65%)] — CSS variable: --color-primary: hsl(93, 30%, 65%);