Shades of Shamrock Green #119765
Tints of Shamrock Green #119765
RGB
CMYK
RGB Variations
Color information
#119765 (or 0x119765) is known color: Shamrock Green. HEX triplet: 11, 97 and 65. RGB value is (17,151,101). Sum of RGB (Red+Green+Blue) = 17+151+101=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #119765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119765 is #EE689A. Grayscale: #696969. Windows color (decimal): -15624347 or 6657809. OLE color: 6657809.
HSL color Cylindrical-coordinate representation of color #119765: hue angle of 157.61º 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 #119765 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 101 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.41 |
| HSL | 157.61º | 0.8% | 0.33% | - |
| HSV(B) | 157.61º | 0.89% | 0.59% | - |
| XYZ | 13.65 | 23.19 | 16.07 | - |
| YUV | 105.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 101 | 0.89 | 0 | 0.33 | 0.41 | 157.61 | 0.8 | 0.33 |
| Hex | 11 | 97 | 65 | 59 | 0 | 21 | 29 | 9E | 50 | 21 |
| Octal | 21 | 227 | 145 | 131 | 0 | 41 | 51 | 236 | 120 | 41 |
| Binary | 10001 | 10010111 | 1100101 | 1011001 | 0 | 100001 | 101001 | 10011110 | 1010000 | 100001 |
Color Harmonies of #119765
Complementary color
Monochromatic Colors of #119765
Black with #119765
Text Example
Text Example
White with #119765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119765; }
p { color: rgb(17,151,101); }
H1.HeaderClassName
{
color: #119765;
}
.AnyTagClassName
{
color: #119765;
}
</style>
background-color css
<style>
a { background-color: #119765; }
a { background-color: rgb(17,151,101); }
div.DivClassName
{
background-color: #119765;
}
.BgClassName
{
background-color: #119765;
}
</style>
border-color css
<style>
span { border-color: #119765; }
span { border-color: rgb(17,151,101); }
td.TdClassName
{
border-color: #119765;
}
.TagClassName
{
border-color: #119765;
}
</style>