Grass to HSL

Color Code

#5cac2d
Format Value
HEX #5cac2d
RGB rgb(92, 172, 45)
HSL hsl(97.8, 58.5%, 42.5%)
CMYK cmyk(46.5%, 0%, 73.8%, 32.5%)
HSV hsv(97.8, 73.8%, 67.5%)

grass color harmonies

Tints & shades of grass

Tints (lighter)

#6bb440 #7abb53 #88c366 #97ca79 #a6d28c #b5d9a0 #c4e1b3 #d3e8c6 #e1f0d9 #f0f7ec

Shades (darker)

#549c29 #4b8d25 #437d21 #3b6d1d #325e19 #2a4e14 #213f10 #192f0c #111f08 #081004

Contrast & accessibility

The quick brown fox

On white · 2.84:1 · Fail

The quick brown fox

On black · 7.39:1 · AAA

Recommended text color: #000000

Use grass in code

CSS color: #5cac2d;
SCSS $color: #5cac2d;
Tailwind bg-[#5cac2d]
Swift UIColor(red: 0.361, green: 0.675, blue: 0.176, alpha: 1)
Android Color.parseColor("#5cac2d")
Flutter Color(0xFF5CAC2D)

Colors similar to grass

Browse all Green colors →

What is the HSL code for grass?

The CSS color grass in HSL format is hsl(97.8, 58.5%, 42.5%). Use this value directly in CSS, SVG, and most design tools.

How do I use grass in CSS?

To apply grass in CSS:

  • Text color: color: hsl(97.8, 58.5%, 42.5%);
  • Background: background-color: hsl(97.8, 58.5%, 42.5%);
  • Border: border-color: hsl(97.8, 58.5%, 42.5%);

What are all the color format values for grass?

FormatValue
HEX#5cac2d
RGBrgb(92, 172, 45)
HSLhsl(97.8, 58.5%, 42.5%)
CMYKcmyk(46.5%, 0%, 73.8%, 32.5%)

How do I convert grass to HSL?

Select grass from the color name list in our color converter. The HSL value — hsl(97.8, 58.5%, 42.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does grass belong to?

grass belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 97.8°, saturation 58.5%, lightness 42.5%.

How do I create lighter and darker shades of grass?

Lighter variant (lightness 57.5%): #82d253. Darker variant (lightness 27.5%): #3b6f1d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.