Shades of Shamrock Green #03A060
Tints of Shamrock Green #03A060
RGB
CMYK
RGB Variations
Color information
#03A060 (or 0x03A060) is known color: Shamrock Green. HEX triplet: 03, A0 and 60. RGB value is (3,160,96). Sum of RGB (Red+Green+Blue) = 3+160+96=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #03A060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A060 is #FC5F9F. Grayscale: #696969. Windows color (decimal): -16539552 or 6332419. OLE color: 6332419.
HSL color Cylindrical-coordinate representation of color #03A060: hue angle of 155.54º degrees, saturation: 0.96, 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 #03A060 is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 96 | - |
| CMYK | 0.98 | 0 | 0.4 | 0.37 |
| HSL | 155.54º | 0.96% | 0.32% | - |
| HSV(B) | 155.54º | 0.98% | 0.63% | - |
| XYZ | 14.72 | 26.01 | 15.31 | - |
| YUV | 105.76 | 122.49 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 96 | 0.98 | 0 | 0.4 | 0.37 | 155.54 | 0.96 | 0.32 |
| Hex | 3 | A0 | 60 | 62 | 0 | 28 | 25 | 9C | 60 | 20 |
| Octal | 3 | 240 | 140 | 142 | 0 | 50 | 45 | 234 | 140 | 40 |
| Binary | 11 | 10100000 | 1100000 | 1100010 | 0 | 101000 | 100101 | 10011100 | 1100000 | 100000 |
Color Harmonies of #03A060
Complementary color
Monochromatic Colors of #03A060
Black with #03A060
Text Example
Text Example
White with #03A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A060; }
p { color: rgb(3,160,96); }
H1.HeaderClassName
{
color: #03A060;
}
.AnyTagClassName
{
color: #03A060;
}
</style>
background-color css
<style>
a { background-color: #03A060; }
a { background-color: rgb(3,160,96); }
div.DivClassName
{
background-color: #03A060;
}
.BgClassName
{
background-color: #03A060;
}
</style>
border-color css
<style>
span { border-color: #03A060; }
span { border-color: rgb(3,160,96); }
td.TdClassName
{
border-color: #03A060;
}
.TagClassName
{
border-color: #03A060;
}
</style>