Shades of Shamrock Green #009962
Tints of Shamrock Green #009962
RGB
CMYK
RGB Variations
Color information
#009962 (or 0x009962) is known color: Shamrock Green. HEX triplet: 00, 99 and 62. RGB value is (0,153,98). Sum of RGB (Red+Green+Blue) = 0+153+98=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #009962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009962 is #FF669D. Grayscale: #656565. Windows color (decimal): -16737950 or 6461696. OLE color: 6461696.
HSL color Cylindrical-coordinate representation of color #009962: hue angle of 158.43º 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 #009962 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 98 | - |
| CMYK | 1 | 0 | 0.36 | 0.4 |
| HSL | 158.43º | 1% | 0.3% | - |
| HSV(B) | 158.43º | 1% | 0.6% | - |
| XYZ | 13.6 | 23.66 | 15.41 | - |
| YUV | 100.98 | 126.31 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 98 | 1 | 0 | 0.36 | 0.4 | 158.43 | 1 | 0.3 |
| Hex | 0 | 99 | 62 | 64 | 0 | 24 | 28 | 9E | 64 | 1E |
| Octal | 0 | 231 | 142 | 144 | 0 | 44 | 50 | 236 | 144 | 36 |
| Binary | 0 | 10011001 | 1100010 | 1100100 | 0 | 100100 | 101000 | 10011110 | 1100100 | 11110 |
Color Harmonies of #009962
Complementary color
Monochromatic Colors of #009962
Black with #009962
Text Example
Text Example
White with #009962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009962; }
p { color: rgb(0,153,98); }
H1.HeaderClassName
{
color: #009962;
}
.AnyTagClassName
{
color: #009962;
}
</style>
background-color css
<style>
a { background-color: #009962; }
a { background-color: rgb(0,153,98); }
div.DivClassName
{
background-color: #009962;
}
.BgClassName
{
background-color: #009962;
}
</style>
border-color css
<style>
span { border-color: #009962; }
span { border-color: rgb(0,153,98); }
td.TdClassName
{
border-color: #009962;
}
.TagClassName
{
border-color: #009962;
}
</style>