Shades of Shamrock Green #039964
Tints of Shamrock Green #039964
RGB
CMYK
RGB Variations
Color information
#039964 (or 0x039964) is known color: Shamrock Green. HEX triplet: 03, 99 and 64. RGB value is (3,153,100). Sum of RGB (Red+Green+Blue) = 3+153+100=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #039964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039964 is #FC669B. Grayscale: #666666. Windows color (decimal): -16541340 or 6592771. OLE color: 6592771.
HSL color Cylindrical-coordinate representation of color #039964: hue angle of 158.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039964 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 153 | 100 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.4 |
| HSL | 158.8º | 0.96% | 0.31% | - |
| HSV(B) | 158.8º | 0.98% | 0.6% | - |
| XYZ | 13.73 | 23.72 | 15.91 | - |
| YUV | 102.11 | 126.81 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 100 | 0.98 | 0 | 0.35 | 0.4 | 158.8 | 0.96 | 0.31 |
| Hex | 3 | 99 | 64 | 62 | 0 | 23 | 28 | 9F | 60 | 1F |
| Octal | 3 | 231 | 144 | 142 | 0 | 43 | 50 | 237 | 140 | 37 |
| Binary | 11 | 10011001 | 1100100 | 1100010 | 0 | 100011 | 101000 | 10011111 | 1100000 | 11111 |
Color Harmonies of #039964
Complementary color
Monochromatic Colors of #039964
Black with #039964
Text Example
Text Example
White with #039964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039964; }
p { color: rgb(3,153,100); }
H1.HeaderClassName
{
color: #039964;
}
.AnyTagClassName
{
color: #039964;
}
</style>
background-color css
<style>
a { background-color: #039964; }
a { background-color: rgb(3,153,100); }
div.DivClassName
{
background-color: #039964;
}
.BgClassName
{
background-color: #039964;
}
</style>
border-color css
<style>
span { border-color: #039964; }
span { border-color: rgb(3,153,100); }
td.TdClassName
{
border-color: #039964;
}
.TagClassName
{
border-color: #039964;
}
</style>