Shades of Shamrock Green #02A060
Tints of Shamrock Green #02A060
RGB
CMYK
RGB Variations
Color information
#02A060 (or 0x02A060) is known color: Shamrock Green. HEX triplet: 02, A0 and 60. RGB value is (2,160,96). Sum of RGB (Red+Green+Blue) = 2+160+96=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #02A060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A060 is #FD5F9F. Grayscale: #696969. Windows color (decimal): -16605088 or 6332418. OLE color: 6332418.
HSL color Cylindrical-coordinate representation of color #02A060: hue angle of 155.7º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A060 is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 96 | - |
| CMYK | 0.99 | 0 | 0.4 | 0.37 |
| HSL | 155.7º | 0.98% | 0.32% | - |
| HSV(B) | 155.7º | 0.99% | 0.63% | - |
| XYZ | 14.71 | 26 | 15.31 | - |
| YUV | 105.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 96 | 0.99 | 0 | 0.4 | 0.37 | 155.7 | 0.98 | 0.32 |
| Hex | 2 | A0 | 60 | 63 | 0 | 28 | 25 | 9C | 62 | 20 |
| Octal | 2 | 240 | 140 | 143 | 0 | 50 | 45 | 234 | 142 | 40 |
| Binary | 10 | 10100000 | 1100000 | 1100011 | 0 | 101000 | 100101 | 10011100 | 1100010 | 100000 |
Color Harmonies of #02A060
Complementary color
Monochromatic Colors of #02A060
Black with #02A060
Text Example
Text Example
White with #02A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A060; }
p { color: rgb(2,160,96); }
H1.HeaderClassName
{
color: #02A060;
}
.AnyTagClassName
{
color: #02A060;
}
</style>
background-color css
<style>
a { background-color: #02A060; }
a { background-color: rgb(2,160,96); }
div.DivClassName
{
background-color: #02A060;
}
.BgClassName
{
background-color: #02A060;
}
</style>
border-color css
<style>
span { border-color: #02A060; }
span { border-color: rgb(2,160,96); }
td.TdClassName
{
border-color: #02A060;
}
.TagClassName
{
border-color: #02A060;
}
</style>