Shades of Shamrock Green #009964
Tints of Shamrock Green #009964
RGB
CMYK
RGB Variations
Color information
#009964 (or 0x009964) is known color: Shamrock Green. HEX triplet: 00, 99 and 64. RGB value is (0,153,100). Sum of RGB (Red+Green+Blue) = 0+153+100=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #009964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009964 is #FF669B. Grayscale: #656565. Windows color (decimal): -16737948 or 6592768. OLE color: 6592768.
HSL color Cylindrical-coordinate representation of color #009964: hue angle of 159.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009964 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 100 | - |
| CMYK | 1 | 0 | 0.35 | 0.4 |
| HSL | 159.22º | 1% | 0.3% | - |
| HSV(B) | 159.22º | 1% | 0.6% | - |
| XYZ | 13.69 | 23.7 | 15.91 | - |
| YUV | 101.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 100 | 1 | 0 | 0.35 | 0.4 | 159.22 | 1 | 0.3 |
| Hex | 0 | 99 | 64 | 64 | 0 | 23 | 28 | 9F | 64 | 1E |
| Octal | 0 | 231 | 144 | 144 | 0 | 43 | 50 | 237 | 144 | 36 |
| Binary | 0 | 10011001 | 1100100 | 1100100 | 0 | 100011 | 101000 | 10011111 | 1100100 | 11110 |
Color Harmonies of #009964
Complementary color
Monochromatic Colors of #009964
Black with #009964
Text Example
Text Example
White with #009964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009964; }
p { color: rgb(0,153,100); }
H1.HeaderClassName
{
color: #009964;
}
.AnyTagClassName
{
color: #009964;
}
</style>
background-color css
<style>
a { background-color: #009964; }
a { background-color: rgb(0,153,100); }
div.DivClassName
{
background-color: #009964;
}
.BgClassName
{
background-color: #009964;
}
</style>
border-color css
<style>
span { border-color: #009964; }
span { border-color: rgb(0,153,100); }
td.TdClassName
{
border-color: #009964;
}
.TagClassName
{
border-color: #009964;
}
</style>