What is the RGB code for shamrock?
The CSS color shamrock in RGB format is rgb(1, 180, 76). Use this value directly in CSS, SVG, and most design tools.
How do I use shamrock in CSS?
To apply shamrock in CSS:
- Text color: color: rgb(1, 180, 76);
- Background: background-color: rgb(1, 180, 76);
- Border: border-color: rgb(1, 180, 76);
What are all the color format values for shamrock?
| Format | Value |
|---|---|
| HEX | #01b44c |
| RGB | rgb(1, 180, 76) |
| HSL | hsl(145.1, 98.9%, 35.5%) |
| CMYK | cmyk(99.4%, 0%, 57.8%, 29.4%) |
How do I convert shamrock to RGB?
Select shamrock from the color name list in our color converter. The RGB value — rgb(1, 180, 76) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does shamrock belong to?
shamrock belongs to the green color family. It is a medium, vivid color with HSL values: hue 145.1°, saturation 98.9%, lightness 35.5%.
How do I create lighter and darker shades of shamrock?
Lighter variant (lightness 50.5%): #04fe6c. Darker variant (lightness 20.5%): #01682c. 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.