HSL(65, 83%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,83%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 83%, 35%) | color: hsl(65, 83%, 35%) | |
| HEX | #97A30F | color: #97A30F | |
| RGB | rgb(151, 163, 15) | color: rgb(151, 163, 15) | |
| CMYK | cmyk(7%, 0%, 91%, 36%) | — | |
| HSV | hsv(65, 91%, 64%) | — | |
| HWB | hwb(65 6% 36%) | color: hwb(65 6% 36%) | |
| OKLCH | oklch(0.6827 0.1515 114.97) | color: oklch(0.6827 0.1515 114.97) | |
| Lab | lab(64.01 -20.5 64.38) | color: lab(64.01 -20.5 64.38) | |
| LCH | lch(64.01 67.57 107.66) | color: lch(64.01 67.57 107.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)
#9C9C33 — rgb(156, 156, 51)
Deuteranopia (Green-blind)
#9C9B3B — rgb(156, 155, 59)
Tritanopia (Blue-blind)
#984F55 — rgb(152, 79, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 83%, 35%);
text
color: hsl(65, 83%, 35%);
border
border: 2px solid hsl(65, 83%, 35%);
gradient light
background: linear-gradient(to right, hsl(65, 83%, 55%), hsl(65, 83%, 35%));
gradient dark
background: linear-gradient(to right, hsl(65, 83%, 35%), hsl(65, 83%, 15%))
hex
background-color: #97A30F;
tailwind
bg-[hsl(65,83%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 83%, 35%, 0.4);
css variable
--color-primary: hsl(65, 83%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 83%, 35%)?
HEX: #97A30F | RGB: rgb(151, 163, 15) | CMYK: 7%, 0%, 91%, 36% | HSV: 65°, 91%, 64%. Copy any format from the conversion table above.
What colors go well with #97A30F?
The complementary color is HSL(245, 83%, 35%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 83%, 35%) in CSS?
As HSL: color: hsl(65, 83%, 35%); — As HEX: color: #97A30F; — As RGB: color: rgb(151, 163, 15); — Tailwind CSS: bg-[hsl(65,83%,35%)] — CSS variable: --color-primary: hsl(65, 83%, 35%);