Shades of Shamrock Green #119960
Tints of Shamrock Green #119960
RGB
CMYK
RGB Variations
Color information
#119960 (or 0x119960) is known color: Shamrock Green. HEX triplet: 11, 99 and 60. RGB value is (17,153,96). Sum of RGB (Red+Green+Blue) = 17+153+96=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #119960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119960 is #EE669F. Grayscale: #696969. Windows color (decimal): -15623840 or 6330641. OLE color: 6330641.
HSL color Cylindrical-coordinate representation of color #119960: hue angle of 154.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119960 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 96 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.4 |
| HSL | 154.85º | 0.8% | 0.33% | - |
| HSV(B) | 154.85º | 0.89% | 0.6% | - |
| XYZ | 13.73 | 23.75 | 14.93 | - |
| YUV | 105.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 96 | 0.89 | 0 | 0.37 | 0.4 | 154.85 | 0.8 | 0.33 |
| Hex | 11 | 99 | 60 | 59 | 0 | 25 | 28 | 9B | 50 | 21 |
| Octal | 21 | 231 | 140 | 131 | 0 | 45 | 50 | 233 | 120 | 41 |
| Binary | 10001 | 10011001 | 1100000 | 1011001 | 0 | 100101 | 101000 | 10011011 | 1010000 | 100001 |
Color Harmonies of #119960
Complementary color
Monochromatic Colors of #119960
Black with #119960
Text Example
Text Example
White with #119960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119960; }
p { color: rgb(17,153,96); }
H1.HeaderClassName
{
color: #119960;
}
.AnyTagClassName
{
color: #119960;
}
</style>
background-color css
<style>
a { background-color: #119960; }
a { background-color: rgb(17,153,96); }
div.DivClassName
{
background-color: #119960;
}
.BgClassName
{
background-color: #119960;
}
</style>
border-color css
<style>
span { border-color: #119960; }
span { border-color: rgb(17,153,96); }
td.TdClassName
{
border-color: #119960;
}
.TagClassName
{
border-color: #119960;
}
</style>