What is the RGB code for avocado green?
The CSS color avocado green in RGB format is rgb(135, 169, 34). Use this value directly in CSS, SVG, and most design tools.
How do I use avocado green in CSS?
To apply avocado green in CSS:
- Text color: color: rgb(135, 169, 34);
- Background: background-color: rgb(135, 169, 34);
- Border: border-color: rgb(135, 169, 34);
What are all the color format values for avocado green?
| Format | Value |
|---|---|
| HEX | #87a922 |
| RGB | rgb(135, 169, 34) |
| HSL | hsl(75.1, 66.5%, 39.8%) |
| CMYK | cmyk(20.1%, 0%, 79.9%, 33.7%) |
How do I convert avocado green to RGB?
Select avocado green from the color name list in our color converter. The RGB value — rgb(135, 169, 34) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does avocado green belong to?
avocado green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 75.1°, saturation 66.5%, lightness 39.8%.
How do I create lighter and darker shades of avocado green?
Lighter variant (lightness 54.8%): #b2d83f. Darker variant (lightness 24.799999999999997%): #546915. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.