Shades of Shamrock Green #04A25A
Tints of Shamrock Green #04A25A
RGB
CMYK
RGB Variations
Color information
#04A25A (or 0x04A25A) is known color: Shamrock Green. HEX triplet: 04, A2 and 5A. RGB value is (4,162,90). Sum of RGB (Red+Green+Blue) = 4+162+90=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #04A25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A25A is #FB5DA5. Grayscale: #6A6A6A. Windows color (decimal): -16473510 or 5939716. OLE color: 5939716.
HSL color Cylindrical-coordinate representation of color #04A25A: hue angle of 152.66º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A25A is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 90 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.36 |
| HSL | 152.66º | 0.95% | 0.33% | - |
| HSV(B) | 152.66º | 0.98% | 0.64% | - |
| XYZ | 14.82 | 26.6 | 14.03 | - |
| YUV | 106.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 90 | 0.98 | 0 | 0.44 | 0.36 | 152.66 | 0.95 | 0.33 |
| Hex | 4 | A2 | 5A | 62 | 0 | 2C | 24 | 99 | 5F | 21 |
| Octal | 4 | 242 | 132 | 142 | 0 | 54 | 44 | 231 | 137 | 41 |
| Binary | 100 | 10100010 | 1011010 | 1100010 | 0 | 101100 | 100100 | 10011001 | 1011111 | 100001 |
Color Harmonies of #04A25A
Complementary color
Monochromatic Colors of #04A25A
Black with #04A25A
Text Example
Text Example
White with #04A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A25A; }
p { color: rgb(4,162,90); }
H1.HeaderClassName
{
color: #04A25A;
}
.AnyTagClassName
{
color: #04A25A;
}
</style>
background-color css
<style>
a { background-color: #04A25A; }
a { background-color: rgb(4,162,90); }
div.DivClassName
{
background-color: #04A25A;
}
.BgClassName
{
background-color: #04A25A;
}
</style>
border-color css
<style>
span { border-color: #04A25A; }
span { border-color: rgb(4,162,90); }
td.TdClassName
{
border-color: #04A25A;
}
.TagClassName
{
border-color: #04A25A;
}
</style>