Shades of Shamrock Green #119C5E
Tints of Shamrock Green #119C5E
RGB
CMYK
RGB Variations
Color information
#119C5E (or 0x119C5E) is known color: Shamrock Green. HEX triplet: 11, 9C and 5E. RGB value is (17,156,94). Sum of RGB (Red+Green+Blue) = 17+156+94=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #119C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119C5E is #EE63A1. Grayscale: #6B6B6B. Windows color (decimal): -15623074 or 6200337. OLE color: 6200337.
HSL color Cylindrical-coordinate representation of color #119C5E: hue angle of 153.24º 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 #119C5E is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 156 | 94 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.39 |
| HSL | 153.24º | 0.8% | 0.34% | - |
| HSV(B) | 153.24º | 0.89% | 0.61% | - |
| XYZ | 14.14 | 24.7 | 14.61 | - |
| YUV | 107.37 | 120.45 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 94 | 0.89 | 0 | 0.40 | 0.39 | 153.24 | 0.8 | 0.34 |
| Hex | 11 | 9C | 5E | 59 | 0 | 28 | 27 | 99 | 50 | 22 |
| Octal | 21 | 234 | 136 | 131 | 0 | 50 | 47 | 231 | 120 | 42 |
| Binary | 10001 | 10011100 | 1011110 | 1011001 | 0 | 101000 | 100111 | 10011001 | 1010000 | 100010 |
Color Harmonies of #119C5E
Complementary color
Monochromatic Colors of #119C5E
Black with #119C5E
Text Example
Text Example
White with #119C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119C5E; }
p { color: rgb(17,156,94); }
H1.HeaderClassName
{
color: #119C5E;
}
.AnyTagClassName
{
color: #119C5E;
}
</style>
background-color css
<style>
a { background-color: #119C5E; }
a { background-color: rgb(17,156,94); }
div.DivClassName
{
background-color: #119C5E;
}
.BgClassName
{
background-color: #119C5E;
}
</style>
border-color css
<style>
span { border-color: #119C5E; }
span { border-color: rgb(17,156,94); }
td.TdClassName
{
border-color: #119C5E;
}
.TagClassName
{
border-color: #119C5E;
}
</style>