Shades of Shamrock Green #11985E
Tints of Shamrock Green #11985E
RGB
CMYK
RGB Variations
Color information
#11985E (or 0x11985E) is known color: Shamrock Green. HEX triplet: 11, 98 and 5E. RGB value is (17,152,94). Sum of RGB (Red+Green+Blue) = 17+152+94=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #11985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11985E is #EE67A1. Grayscale: #696969. Windows color (decimal): -15624098 or 6199313. OLE color: 6199313.
HSL color Cylindrical-coordinate representation of color #11985E: hue angle of 154.22º 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 #11985E is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 94 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.40 |
| HSL | 154.22º | 0.8% | 0.33% | - |
| HSV(B) | 154.22º | 0.89% | 0.6% | - |
| XYZ | 13.48 | 23.38 | 14.39 | - |
| YUV | 105.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 94 | 0.89 | 0 | 0.38 | 0.40 | 154.22 | 0.8 | 0.33 |
| Hex | 11 | 98 | 5E | 59 | 0 | 26 | 28 | 9A | 50 | 21 |
| Octal | 21 | 230 | 136 | 131 | 0 | 46 | 50 | 232 | 120 | 41 |
| Binary | 10001 | 10011000 | 1011110 | 1011001 | 0 | 100110 | 101000 | 10011010 | 1010000 | 100001 |
Color Harmonies of #11985E
Complementary color
Monochromatic Colors of #11985E
Black with #11985E
Text Example
Text Example
White with #11985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11985E; }
p { color: rgb(17,152,94); }
H1.HeaderClassName
{
color: #11985E;
}
.AnyTagClassName
{
color: #11985E;
}
</style>
background-color css
<style>
a { background-color: #11985E; }
a { background-color: rgb(17,152,94); }
div.DivClassName
{
background-color: #11985E;
}
.BgClassName
{
background-color: #11985E;
}
</style>
border-color css
<style>
span { border-color: #11985E; }
span { border-color: rgb(17,152,94); }
td.TdClassName
{
border-color: #11985E;
}
.TagClassName
{
border-color: #11985E;
}
</style>