Shades of Shamrock Green #119B69
Tints of Shamrock Green #119B69
RGB
CMYK
RGB Variations
Color information
#119B69 (or 0x119B69) is known color: Shamrock Green. HEX triplet: 11, 9B and 69. RGB value is (17,155,105). Sum of RGB (Red+Green+Blue) = 17+155+105=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #119B69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B69 is #EE6496. Grayscale: #6C6C6C. Windows color (decimal): -15623319 or 6920977. OLE color: 6920977.
HSL color Cylindrical-coordinate representation of color #119B69: hue angle of 158.26º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B69 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 105 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.39 |
| HSL | 158.26º | 0.8% | 0.34% | - |
| HSV(B) | 158.26º | 0.89% | 0.61% | - |
| XYZ | 14.5 | 24.58 | 17.35 | - |
| YUV | 108.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 105 | 0.89 | 0 | 0.32 | 0.39 | 158.26 | 0.8 | 0.34 |
| Hex | 11 | 9B | 69 | 59 | 0 | 20 | 27 | 9E | 50 | 22 |
| Octal | 21 | 233 | 151 | 131 | 0 | 40 | 47 | 236 | 120 | 42 |
| Binary | 10001 | 10011011 | 1101001 | 1011001 | 0 | 100000 | 100111 | 10011110 | 1010000 | 100010 |
Color Harmonies of #119B69
Complementary color
Monochromatic Colors of #119B69
Black with #119B69
Text Example
Text Example
White with #119B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B69; }
p { color: rgb(17,155,105); }
H1.HeaderClassName
{
color: #119B69;
}
.AnyTagClassName
{
color: #119B69;
}
</style>
background-color css
<style>
a { background-color: #119B69; }
a { background-color: rgb(17,155,105); }
div.DivClassName
{
background-color: #119B69;
}
.BgClassName
{
background-color: #119B69;
}
</style>
border-color css
<style>
span { border-color: #119B69; }
span { border-color: rgb(17,155,105); }
td.TdClassName
{
border-color: #119B69;
}
.TagClassName
{
border-color: #119B69;
}
</style>