Shades of Shamrock Green #009961
Tints of Shamrock Green #009961
RGB
CMYK
RGB Variations
Color information
#009961 (or 0x009961) is known color: Shamrock Green. HEX triplet: 00, 99 and 61. RGB value is (0,153,97). Sum of RGB (Red+Green+Blue) = 0+153+97=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #009961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009961 is #FF669E. Grayscale: #646464. Windows color (decimal): -16737951 or 6396160. OLE color: 6396160.
HSL color Cylindrical-coordinate representation of color #009961: hue angle of 158.04º 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 #009961 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 97 | - |
| CMYK | 1 | 0 | 0.37 | 0.4 |
| HSL | 158.04º | 1% | 0.3% | - |
| HSV(B) | 158.04º | 1% | 0.6% | - |
| XYZ | 13.55 | 23.65 | 15.16 | - |
| YUV | 100.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 97 | 1 | 0 | 0.37 | 0.4 | 158.04 | 1 | 0.3 |
| Hex | 0 | 99 | 61 | 64 | 0 | 25 | 28 | 9E | 64 | 1E |
| Octal | 0 | 231 | 141 | 144 | 0 | 45 | 50 | 236 | 144 | 36 |
| Binary | 0 | 10011001 | 1100001 | 1100100 | 0 | 100101 | 101000 | 10011110 | 1100100 | 11110 |
Color Harmonies of #009961
Complementary color
Monochromatic Colors of #009961
Black with #009961
Text Example
Text Example
White with #009961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009961; }
p { color: rgb(0,153,97); }
H1.HeaderClassName
{
color: #009961;
}
.AnyTagClassName
{
color: #009961;
}
</style>
background-color css
<style>
a { background-color: #009961; }
a { background-color: rgb(0,153,97); }
div.DivClassName
{
background-color: #009961;
}
.BgClassName
{
background-color: #009961;
}
</style>
border-color css
<style>
span { border-color: #009961; }
span { border-color: rgb(0,153,97); }
td.TdClassName
{
border-color: #009961;
}
.TagClassName
{
border-color: #009961;
}
</style>