Shades of Shamrock Green #04A05A
Tints of Shamrock Green #04A05A
RGB
CMYK
RGB Variations
Color information
#04A05A (or 0x04A05A) is known color: Shamrock Green. HEX triplet: 04, A0 and 5A. RGB value is (4,160,90). Sum of RGB (Red+Green+Blue) = 4+160+90=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #04A05A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A05A is #FB5FA5. Grayscale: #696969. Windows color (decimal): -16474022 or 5939204. OLE color: 5939204.
HSL color Cylindrical-coordinate representation of color #04A05A: hue angle of 153.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A05A is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 90 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.37 |
| HSL | 153.08º | 0.95% | 0.32% | - |
| HSV(B) | 153.08º | 0.98% | 0.63% | - |
| XYZ | 14.47 | 25.91 | 13.91 | - |
| YUV | 105.38 | 119.32 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 90 | 0.98 | 0 | 0.44 | 0.37 | 153.08 | 0.95 | 0.32 |
| Hex | 4 | A0 | 5A | 62 | 0 | 2C | 25 | 99 | 5F | 20 |
| Octal | 4 | 240 | 132 | 142 | 0 | 54 | 45 | 231 | 137 | 40 |
| Binary | 100 | 10100000 | 1011010 | 1100010 | 0 | 101100 | 100101 | 10011001 | 1011111 | 100000 |
Color Harmonies of #04A05A
Complementary color
Monochromatic Colors of #04A05A
Black with #04A05A
Text Example
Text Example
White with #04A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A05A; }
p { color: rgb(4,160,90); }
H1.HeaderClassName
{
color: #04A05A;
}
.AnyTagClassName
{
color: #04A05A;
}
</style>
background-color css
<style>
a { background-color: #04A05A; }
a { background-color: rgb(4,160,90); }
div.DivClassName
{
background-color: #04A05A;
}
.BgClassName
{
background-color: #04A05A;
}
</style>
border-color css
<style>
span { border-color: #04A05A; }
span { border-color: rgb(4,160,90); }
td.TdClassName
{
border-color: #04A05A;
}
.TagClassName
{
border-color: #04A05A;
}
</style>