Shades of Shamrock Green #119861
Tints of Shamrock Green #119861
RGB
CMYK
RGB Variations
Color information
#119861 (or 0x119861) is known color: Shamrock Green. HEX triplet: 11, 98 and 61. RGB value is (17,152,97). Sum of RGB (Red+Green+Blue) = 17+152+97=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #119861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119861 is #EE679E. Grayscale: #696969. Windows color (decimal): -15624095 or 6395921. OLE color: 6395921.
HSL color Cylindrical-coordinate representation of color #119861: hue angle of 155.56º 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 #119861 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 97 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.40 |
| HSL | 155.56º | 0.8% | 0.33% | - |
| HSV(B) | 155.56º | 0.89% | 0.6% | - |
| XYZ | 13.62 | 23.44 | 15.12 | - |
| YUV | 105.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 97 | 0.89 | 0 | 0.36 | 0.40 | 155.56 | 0.8 | 0.33 |
| Hex | 11 | 98 | 61 | 59 | 0 | 24 | 28 | 9C | 50 | 21 |
| Octal | 21 | 230 | 141 | 131 | 0 | 44 | 50 | 234 | 120 | 41 |
| Binary | 10001 | 10011000 | 1100001 | 1011001 | 0 | 100100 | 101000 | 10011100 | 1010000 | 100001 |
Color Harmonies of #119861
Complementary color
Monochromatic Colors of #119861
Black with #119861
Text Example
Text Example
White with #119861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119861; }
p { color: rgb(17,152,97); }
H1.HeaderClassName
{
color: #119861;
}
.AnyTagClassName
{
color: #119861;
}
</style>
background-color css
<style>
a { background-color: #119861; }
a { background-color: rgb(17,152,97); }
div.DivClassName
{
background-color: #119861;
}
.BgClassName
{
background-color: #119861;
}
</style>
border-color css
<style>
span { border-color: #119861; }
span { border-color: rgb(17,152,97); }
td.TdClassName
{
border-color: #119861;
}
.TagClassName
{
border-color: #119861;
}
</style>