Shades of Shamrock Green #11985C
Tints of Shamrock Green #11985C
RGB
CMYK
RGB Variations
Color information
#11985C (or 0x11985C) is known color: Shamrock Green. HEX triplet: 11, 98 and 5C. RGB value is (17,152,92). Sum of RGB (Red+Green+Blue) = 17+152+92=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #11985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11985C is #EE67A3. Grayscale: #686868. Windows color (decimal): -15624100 or 6068241. OLE color: 6068241.
HSL color Cylindrical-coordinate representation of color #11985C: hue angle of 153.33º 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 #11985C is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 92 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.40 |
| HSL | 153.33º | 0.8% | 0.33% | - |
| HSV(B) | 153.33º | 0.89% | 0.6% | - |
| XYZ | 13.39 | 23.35 | 13.93 | - |
| YUV | 104.8 | 120.77 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 92 | 0.89 | 0 | 0.39 | 0.40 | 153.33 | 0.8 | 0.33 |
| Hex | 11 | 98 | 5C | 59 | 0 | 27 | 28 | 99 | 50 | 21 |
| Octal | 21 | 230 | 134 | 131 | 0 | 47 | 50 | 231 | 120 | 41 |
| Binary | 10001 | 10011000 | 1011100 | 1011001 | 0 | 100111 | 101000 | 10011001 | 1010000 | 100001 |
Color Harmonies of #11985C
Complementary color
Monochromatic Colors of #11985C
Black with #11985C
Text Example
Text Example
White with #11985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11985C; }
p { color: rgb(17,152,92); }
H1.HeaderClassName
{
color: #11985C;
}
.AnyTagClassName
{
color: #11985C;
}
</style>
background-color css
<style>
a { background-color: #11985C; }
a { background-color: rgb(17,152,92); }
div.DivClassName
{
background-color: #11985C;
}
.BgClassName
{
background-color: #11985C;
}
</style>
border-color css
<style>
span { border-color: #11985C; }
span { border-color: rgb(17,152,92); }
td.TdClassName
{
border-color: #11985C;
}
.TagClassName
{
border-color: #11985C;
}
</style>