Shades of Shamrock Green #11975D
Tints of Shamrock Green #11975D
RGB
CMYK
RGB Variations
Color information
#11975D (or 0x11975D) is known color: Shamrock Green. HEX triplet: 11, 97 and 5D. RGB value is (17,151,93). Sum of RGB (Red+Green+Blue) = 17+151+93=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #11975D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11975D is #EE68A2. Grayscale: #686868. Windows color (decimal): -15624355 or 6133521. OLE color: 6133521.
HSL color Cylindrical-coordinate representation of color #11975D: hue angle of 154.03º 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 #11975D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 93 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.41 |
| HSL | 154.03º | 0.8% | 0.33% | - |
| HSV(B) | 154.03º | 0.89% | 0.59% | - |
| XYZ | 13.27 | 23.04 | 14.1 | - |
| YUV | 104.32 | 121.61 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 93 | 0.89 | 0 | 0.38 | 0.41 | 154.03 | 0.8 | 0.33 |
| Hex | 11 | 97 | 5D | 59 | 0 | 26 | 29 | 9A | 50 | 21 |
| Octal | 21 | 227 | 135 | 131 | 0 | 46 | 51 | 232 | 120 | 41 |
| Binary | 10001 | 10010111 | 1011101 | 1011001 | 0 | 100110 | 101001 | 10011010 | 1010000 | 100001 |
Color Harmonies of #11975D
Complementary color
Monochromatic Colors of #11975D
Black with #11975D
Text Example
Text Example
White with #11975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11975D; }
p { color: rgb(17,151,93); }
H1.HeaderClassName
{
color: #11975D;
}
.AnyTagClassName
{
color: #11975D;
}
</style>
background-color css
<style>
a { background-color: #11975D; }
a { background-color: rgb(17,151,93); }
div.DivClassName
{
background-color: #11975D;
}
.BgClassName
{
background-color: #11975D;
}
</style>
border-color css
<style>
span { border-color: #11975D; }
span { border-color: rgb(17,151,93); }
td.TdClassName
{
border-color: #11975D;
}
.TagClassName
{
border-color: #11975D;
}
</style>