Shades of Shamrock Green #009264
Tints of Shamrock Green #009264
RGB
CMYK
RGB Variations
Color information
#009264 (or 0x009264) is known color: Shamrock Green. HEX triplet: 00, 92 and 64. RGB value is (0,146,100). Sum of RGB (Red+Green+Blue) = 0+146+100=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #009264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009264 is #FF6D9B. Grayscale: #616161. Windows color (decimal): -16739740 or 6590976. OLE color: 6590976.
HSL color Cylindrical-coordinate representation of color #009264: hue angle of 161.1º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009264 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 100 | - |
| CMYK | 1 | 0 | 0.32 | 0.43 |
| HSL | 161.1º | 1% | 0.29% | - |
| HSV(B) | 161.1º | 1% | 0.57% | - |
| XYZ | 12.58 | 21.48 | 15.54 | - |
| YUV | 97.1 | 129.63 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 100 | 1 | 0 | 0.32 | 0.43 | 161.1 | 1 | 0.29 |
| Hex | 0 | 92 | 64 | 64 | 0 | 20 | 2B | A1 | 64 | 1D |
| Octal | 0 | 222 | 144 | 144 | 0 | 40 | 53 | 241 | 144 | 35 |
| Binary | 0 | 10010010 | 1100100 | 1100100 | 0 | 100000 | 101011 | 10100001 | 1100100 | 11101 |
Color Harmonies of #009264
Complementary color
Monochromatic Colors of #009264
Black with #009264
Text Example
Text Example
White with #009264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009264; }
p { color: rgb(0,146,100); }
H1.HeaderClassName
{
color: #009264;
}
.AnyTagClassName
{
color: #009264;
}
</style>
background-color css
<style>
a { background-color: #009264; }
a { background-color: rgb(0,146,100); }
div.DivClassName
{
background-color: #009264;
}
.BgClassName
{
background-color: #009264;
}
</style>
border-color css
<style>
span { border-color: #009264; }
span { border-color: rgb(0,146,100); }
td.TdClassName
{
border-color: #009264;
}
.TagClassName
{
border-color: #009264;
}
</style>