Shades of Shamrock Green #139959
Tints of Shamrock Green #139959
RGB
CMYK
RGB Variations
Color information
#139959 (or 0x139959) is known color: Shamrock Green. HEX triplet: 13, 99 and 59. RGB value is (19,153,89). Sum of RGB (Red+Green+Blue) = 19+153+89=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #139959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139959 is #EC66A6. Grayscale: #696969. Windows color (decimal): -15492775 or 5871891. OLE color: 5871891.
HSL color Cylindrical-coordinate representation of color #139959: hue angle of 151.34º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139959 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 89 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.4 |
| HSL | 151.34º | 0.78% | 0.34% | - |
| HSV(B) | 151.34º | 0.88% | 0.6% | - |
| XYZ | 13.46 | 23.64 | 13.31 | - |
| YUV | 105.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 89 | 0.88 | 0 | 0.42 | 0.4 | 151.34 | 0.78 | 0.34 |
| Hex | 13 | 99 | 59 | 58 | 0 | 2A | 28 | 97 | 4E | 22 |
| Octal | 23 | 231 | 131 | 130 | 0 | 52 | 50 | 227 | 116 | 42 |
| Binary | 10011 | 10011001 | 1011001 | 1011000 | 0 | 101010 | 101000 | 10010111 | 1001110 | 100010 |
Color Harmonies of #139959
Complementary color
Monochromatic Colors of #139959
Black with #139959
Text Example
Text Example
White with #139959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139959; }
p { color: rgb(19,153,89); }
H1.HeaderClassName
{
color: #139959;
}
.AnyTagClassName
{
color: #139959;
}
</style>
background-color css
<style>
a { background-color: #139959; }
a { background-color: rgb(19,153,89); }
div.DivClassName
{
background-color: #139959;
}
.BgClassName
{
background-color: #139959;
}
</style>
border-color css
<style>
span { border-color: #139959; }
span { border-color: rgb(19,153,89); }
td.TdClassName
{
border-color: #139959;
}
.TagClassName
{
border-color: #139959;
}
</style>