HSL(65, 85%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,85%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 85%, 37%) | color: hsl(65, 85%, 37%) | |
| HEX | #A1AF0E | color: #A1AF0E | |
| RGB | rgb(161, 175, 14) | color: rgb(161, 175, 14) | |
| CMYK | cmyk(8%, 0%, 92%, 31%) | — | |
| HSV | hsv(65, 92%, 69%) | — | |
| HWB | hwb(65 6% 31%) | color: hwb(65 6% 31%) | |
| OKLCH | oklch(0.7185 0.1607 115.42) | color: oklch(0.7185 0.1607 115.42) | |
| Lab | lab(68.22 -22.17 68.19) | color: lab(68.22 -22.17 68.19) | |
| LCH | lch(68.22 71.7 108.01) | color: lch(68.22 71.7 108.01) |
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)
#A7A735 — rgb(167, 167, 53)
Deuteranopia (Green-blind)
#A6A53E — rgb(166, 165, 62)
Tritanopia (Blue-blind)
#A2545A — rgb(162, 84, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 85%, 37%);
text
color: hsl(65, 85%, 37%);
border
border: 2px solid hsl(65, 85%, 37%);
gradient light
background: linear-gradient(to right, hsl(65, 85%, 57%), hsl(65, 85%, 37%));
gradient dark
background: linear-gradient(to right, hsl(65, 85%, 37%), hsl(65, 85%, 17%))
hex
background-color: #A1AF0E;
tailwind
bg-[hsl(65,85%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 85%, 37%, 0.4);
css variable
--color-primary: hsl(65, 85%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 85%, 37%)?
HEX: #A1AF0E | RGB: rgb(161, 175, 14) | CMYK: 8%, 0%, 92%, 31% | HSV: 65°, 92%, 69%. Copy any format from the conversion table above.
What colors go well with #A1AF0E?
The complementary color is HSL(245, 85%, 37%). 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, 85%, 37%) in CSS?
As HSL: color: hsl(65, 85%, 37%); — As HEX: color: #A1AF0E; — As RGB: color: rgb(161, 175, 14); — Tailwind CSS: bg-[hsl(65,85%,37%)] — CSS variable: --color-primary: hsl(65, 85%, 37%);