Shades of Shamrock Green #03A064
Tints of Shamrock Green #03A064
RGB
CMYK
RGB Variations
Color information
#03A064 (or 0x03A064) is known color: Shamrock Green. HEX triplet: 03, A0 and 64. RGB value is (3,160,100). Sum of RGB (Red+Green+Blue) = 3+160+100=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #03A064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A064 is #FC5F9B. Grayscale: #6A6A6A. Windows color (decimal): -16539548 or 6594563. OLE color: 6594563.
HSL color Cylindrical-coordinate representation of color #03A064: hue angle of 157.07º 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 #03A064 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 100 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.37 |
| HSL | 157.07º | 0.96% | 0.32% | - |
| HSV(B) | 157.07º | 0.98% | 0.63% | - |
| XYZ | 14.91 | 26.08 | 16.3 | - |
| YUV | 106.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 100 | 0.98 | 0 | 0.38 | 0.37 | 157.07 | 0.96 | 0.32 |
| Hex | 3 | A0 | 64 | 62 | 0 | 26 | 25 | 9D | 60 | 20 |
| Octal | 3 | 240 | 144 | 142 | 0 | 46 | 45 | 235 | 140 | 40 |
| Binary | 11 | 10100000 | 1100100 | 1100010 | 0 | 100110 | 100101 | 10011101 | 1100000 | 100000 |
Color Harmonies of #03A064
Complementary color
Monochromatic Colors of #03A064
Black with #03A064
Text Example
Text Example
White with #03A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A064; }
p { color: rgb(3,160,100); }
H1.HeaderClassName
{
color: #03A064;
}
.AnyTagClassName
{
color: #03A064;
}
</style>
background-color css
<style>
a { background-color: #03A064; }
a { background-color: rgb(3,160,100); }
div.DivClassName
{
background-color: #03A064;
}
.BgClassName
{
background-color: #03A064;
}
</style>
border-color css
<style>
span { border-color: #03A064; }
span { border-color: rgb(3,160,100); }
td.TdClassName
{
border-color: #03A064;
}
.TagClassName
{
border-color: #03A064;
}
</style>