Shades of Shamrock Green #009564
Tints of Shamrock Green #009564
RGB
CMYK
RGB Variations
Color information
#009564 (or 0x009564) is known color: Shamrock Green. HEX triplet: 00, 95 and 64. RGB value is (0,149,100). Sum of RGB (Red+Green+Blue) = 0+149+100=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #009564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009564 is #FF6A9B. Grayscale: #626262. Windows color (decimal): -16738972 or 6591744. OLE color: 6591744.
HSL color Cylindrical-coordinate representation of color #009564: hue angle of 160.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009564 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 100 | - |
| CMYK | 1 | 0 | 0.33 | 0.42 |
| HSL | 160.27º | 1% | 0.29% | - |
| HSV(B) | 160.27º | 1% | 0.58% | - |
| XYZ | 13.05 | 22.41 | 15.7 | - |
| YUV | 98.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 100 | 1 | 0 | 0.33 | 0.42 | 160.27 | 1 | 0.29 |
| Hex | 0 | 95 | 64 | 64 | 0 | 21 | 2A | A0 | 64 | 1D |
| Octal | 0 | 225 | 144 | 144 | 0 | 41 | 52 | 240 | 144 | 35 |
| Binary | 0 | 10010101 | 1100100 | 1100100 | 0 | 100001 | 101010 | 10100000 | 1100100 | 11101 |
Color Harmonies of #009564
Complementary color
Monochromatic Colors of #009564
Black with #009564
Text Example
Text Example
White with #009564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009564; }
p { color: rgb(0,149,100); }
H1.HeaderClassName
{
color: #009564;
}
.AnyTagClassName
{
color: #009564;
}
</style>
background-color css
<style>
a { background-color: #009564; }
a { background-color: rgb(0,149,100); }
div.DivClassName
{
background-color: #009564;
}
.BgClassName
{
background-color: #009564;
}
</style>
border-color css
<style>
span { border-color: #009564; }
span { border-color: rgb(0,149,100); }
td.TdClassName
{
border-color: #009564;
}
.TagClassName
{
border-color: #009564;
}
</style>