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