Shades of Shamrock Green #11985B
Tints of Shamrock Green #11985B
RGB
CMYK
RGB Variations
Color information
#11985B (or 0x11985B) is known color: Shamrock Green. HEX triplet: 11, 98 and 5B. RGB value is (17,152,91). Sum of RGB (Red+Green+Blue) = 17+152+91=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #11985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11985B is #EE67A4. Grayscale: #686868. Windows color (decimal): -15624101 or 6002705. OLE color: 6002705.
HSL color Cylindrical-coordinate representation of color #11985B: hue angle of 152.89º 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 #11985B is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 91 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.40 |
| HSL | 152.89º | 0.8% | 0.33% | - |
| HSV(B) | 152.89º | 0.89% | 0.6% | - |
| XYZ | 13.35 | 23.33 | 13.7 | - |
| YUV | 104.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 91 | 0.89 | 0 | 0.40 | 0.40 | 152.89 | 0.8 | 0.33 |
| Hex | 11 | 98 | 5B | 59 | 0 | 28 | 28 | 99 | 50 | 21 |
| Octal | 21 | 230 | 133 | 131 | 0 | 50 | 50 | 231 | 120 | 41 |
| Binary | 10001 | 10011000 | 1011011 | 1011001 | 0 | 101000 | 101000 | 10011001 | 1010000 | 100001 |
Color Harmonies of #11985B
Complementary color
Monochromatic Colors of #11985B
Black with #11985B
Text Example
Text Example
White with #11985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11985B; }
p { color: rgb(17,152,91); }
H1.HeaderClassName
{
color: #11985B;
}
.AnyTagClassName
{
color: #11985B;
}
</style>
background-color css
<style>
a { background-color: #11985B; }
a { background-color: rgb(17,152,91); }
div.DivClassName
{
background-color: #11985B;
}
.BgClassName
{
background-color: #11985B;
}
</style>
border-color css
<style>
span { border-color: #11985B; }
span { border-color: rgb(17,152,91); }
td.TdClassName
{
border-color: #11985B;
}
.TagClassName
{
border-color: #11985B;
}
</style>