Shades of Shamrock Green #11965D
Tints of Shamrock Green #11965D
RGB
CMYK
RGB Variations
Color information
#11965D (or 0x11965D) is known color: Shamrock Green. HEX triplet: 11, 96 and 5D. RGB value is (17,150,93). Sum of RGB (Red+Green+Blue) = 17+150+93=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #11965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11965D is #EE69A2. Grayscale: #676767. Windows color (decimal): -15624611 or 6133265. OLE color: 6133265.
HSL color Cylindrical-coordinate representation of color #11965D: hue angle of 154.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11965D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 93 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.41 |
| HSL | 154.29º | 0.8% | 0.33% | - |
| HSV(B) | 154.29º | 0.89% | 0.59% | - |
| XYZ | 13.11 | 22.72 | 14.05 | - |
| YUV | 103.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 93 | 0.89 | 0 | 0.38 | 0.41 | 154.29 | 0.8 | 0.33 |
| Hex | 11 | 96 | 5D | 59 | 0 | 26 | 29 | 9A | 50 | 21 |
| Octal | 21 | 226 | 135 | 131 | 0 | 46 | 51 | 232 | 120 | 41 |
| Binary | 10001 | 10010110 | 1011101 | 1011001 | 0 | 100110 | 101001 | 10011010 | 1010000 | 100001 |
Color Harmonies of #11965D
Complementary color
Monochromatic Colors of #11965D
Black with #11965D
Text Example
Text Example
White with #11965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11965D; }
p { color: rgb(17,150,93); }
H1.HeaderClassName
{
color: #11965D;
}
.AnyTagClassName
{
color: #11965D;
}
</style>
background-color css
<style>
a { background-color: #11965D; }
a { background-color: rgb(17,150,93); }
div.DivClassName
{
background-color: #11965D;
}
.BgClassName
{
background-color: #11965D;
}
</style>
border-color css
<style>
span { border-color: #11965D; }
span { border-color: rgb(17,150,93); }
td.TdClassName
{
border-color: #11965D;
}
.TagClassName
{
border-color: #11965D;
}
</style>