What is the HSL code for vomit green?
The CSS color vomit green in HSL format is hsl(69.4, 96.4%, 32.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use vomit green in CSS?
To apply vomit green in CSS:
- Text color: color: hsl(69.4, 96.4%, 32.4%);
- Background: background-color: hsl(69.4, 96.4%, 32.4%);
- Border: border-color: hsl(69.4, 96.4%, 32.4%);
What are all the color format values for vomit green?
| Format | Value |
|---|---|
| HEX | #89a203 |
| RGB | rgb(137, 162, 3) |
| HSL | hsl(69.4, 96.4%, 32.4%) |
| CMYK | cmyk(15.4%, 0%, 98.1%, 36.5%) |
How do I convert vomit green to HSL?
Select vomit green from the color name list in our color converter. The HSL value — hsl(69.4, 96.4%, 32.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does vomit green belong to?
vomit green belongs to the green color family. It is a medium, vivid color with HSL values: hue 69.4°, saturation 96.4%, lightness 32.4%.
How do I create lighter and darker shades of vomit green?
Lighter variant (lightness 47.4%): #c9ed04. Darker variant (lightness 17.4%): #4a5702. 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.