Shades of Shamrock Green #05A060
Tints of Shamrock Green #05A060
RGB
CMYK
RGB Variations
Color information
#05A060 (or 0x05A060) is known color: Shamrock Green. HEX triplet: 05, A0 and 60. RGB value is (5,160,96). Sum of RGB (Red+Green+Blue) = 5+160+96=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #05A060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A060 is #FA5F9F. Grayscale: #6A6A6A. Windows color (decimal): -16408480 or 6332421. OLE color: 6332421.
HSL color Cylindrical-coordinate representation of color #05A060: hue angle of 155.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A060 is Cyan = 0.97, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 96 | - |
| CMYK | 0.97 | 0 | 0.4 | 0.37 |
| HSL | 155.23º | 0.94% | 0.32% | - |
| HSV(B) | 155.23º | 0.97% | 0.63% | - |
| XYZ | 14.74 | 26.02 | 15.31 | - |
| YUV | 106.36 | 122.15 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 96 | 0.97 | 0 | 0.4 | 0.37 | 155.23 | 0.94 | 0.32 |
| Hex | 5 | A0 | 60 | 61 | 0 | 28 | 25 | 9B | 5E | 20 |
| Octal | 5 | 240 | 140 | 141 | 0 | 50 | 45 | 233 | 136 | 40 |
| Binary | 101 | 10100000 | 1100000 | 1100001 | 0 | 101000 | 100101 | 10011011 | 1011110 | 100000 |
Color Harmonies of #05A060
Complementary color
Monochromatic Colors of #05A060
Black with #05A060
Text Example
Text Example
White with #05A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A060; }
p { color: rgb(5,160,96); }
H1.HeaderClassName
{
color: #05A060;
}
.AnyTagClassName
{
color: #05A060;
}
</style>
background-color css
<style>
a { background-color: #05A060; }
a { background-color: rgb(5,160,96); }
div.DivClassName
{
background-color: #05A060;
}
.BgClassName
{
background-color: #05A060;
}
</style>
border-color css
<style>
span { border-color: #05A060; }
span { border-color: rgb(5,160,96); }
td.TdClassName
{
border-color: #05A060;
}
.TagClassName
{
border-color: #05A060;
}
</style>