Shades of Shamrock Green #119F63
Tints of Shamrock Green #119F63
RGB
CMYK
RGB Variations
Color information
#119F63 (or 0x119F63) is known color: Shamrock Green. HEX triplet: 11, 9F and 63. RGB value is (17,159,99). Sum of RGB (Red+Green+Blue) = 17+159+99=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #119F63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F63 is #EE609C. Grayscale: #6D6D6D. Windows color (decimal): -15622301 or 6528785. OLE color: 6528785.
HSL color Cylindrical-coordinate representation of color #119F63: hue angle of 154.65º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F63 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 99 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.38 |
| HSL | 154.65º | 0.81% | 0.35% | - |
| HSV(B) | 154.65º | 0.89% | 0.62% | - |
| XYZ | 14.88 | 25.82 | 16 | - |
| YUV | 109.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 99 | 0.89 | 0 | 0.38 | 0.38 | 154.65 | 0.81 | 0.35 |
| Hex | 11 | 9F | 63 | 59 | 0 | 26 | 26 | 9B | 51 | 23 |
| Octal | 21 | 237 | 143 | 131 | 0 | 46 | 46 | 233 | 121 | 43 |
| Binary | 10001 | 10011111 | 1100011 | 1011001 | 0 | 100110 | 100110 | 10011011 | 1010001 | 100011 |
Color Harmonies of #119F63
Complementary color
Monochromatic Colors of #119F63
Black with #119F63
Text Example
Text Example
White with #119F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F63; }
p { color: rgb(17,159,99); }
H1.HeaderClassName
{
color: #119F63;
}
.AnyTagClassName
{
color: #119F63;
}
</style>
background-color css
<style>
a { background-color: #119F63; }
a { background-color: rgb(17,159,99); }
div.DivClassName
{
background-color: #119F63;
}
.BgClassName
{
background-color: #119F63;
}
</style>
border-color css
<style>
span { border-color: #119F63; }
span { border-color: rgb(17,159,99); }
td.TdClassName
{
border-color: #119F63;
}
.TagClassName
{
border-color: #119F63;
}
</style>