What is the RGB code for pea?
The CSS color pea in RGB format is rgb(164, 191, 32). Use this value directly in CSS, SVG, and most design tools.
How do I use pea in CSS?
To apply pea in CSS:
- Text color: color: rgb(164, 191, 32);
- Background: background-color: rgb(164, 191, 32);
- Border: border-color: rgb(164, 191, 32);
What are all the color format values for pea?
| Format | Value |
|---|---|
| HEX | #a4bf20 |
| RGB | rgb(164, 191, 32) |
| HSL | hsl(70.2, 71.3%, 43.7%) |
| CMYK | cmyk(14.1%, 0%, 83.2%, 25.1%) |
How do I convert pea to RGB?
Select pea from the color name list in our color converter. The RGB value — rgb(164, 191, 32) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pea belong to?
pea belongs to the green color family. It is a medium, vivid color with HSL values: hue 70.2°, saturation 71.3%, lightness 43.7%.
How do I create lighter and darker shades of pea?
Lighter variant (lightness 58.7%): #c7e14b. Darker variant (lightness 28.700000000000003%): #6c7d15. 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.