Shades of Shamrock Green #139159
Tints of Shamrock Green #139159
RGB
CMYK
RGB Variations
Color information
#139159 (or 0x139159) is known color: Shamrock Green. HEX triplet: 13, 91 and 59. RGB value is (19,145,89). Sum of RGB (Red+Green+Blue) = 19+145+89=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #139159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139159 is #EC6EA6. Grayscale: #656565. Windows color (decimal): -15494823 or 5869843. OLE color: 5869843.
HSL color Cylindrical-coordinate representation of color #139159: hue angle of 153.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139159 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 89 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.43 |
| HSL | 153.33º | 0.77% | 0.32% | - |
| HSV(B) | 153.33º | 0.87% | 0.57% | - |
| XYZ | 12.2 | 21.11 | 12.88 | - |
| YUV | 100.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 89 | 0.87 | 0 | 0.39 | 0.43 | 153.33 | 0.77 | 0.32 |
| Hex | 13 | 91 | 59 | 57 | 0 | 27 | 2B | 99 | 4D | 20 |
| Octal | 23 | 221 | 131 | 127 | 0 | 47 | 53 | 231 | 115 | 40 |
| Binary | 10011 | 10010001 | 1011001 | 1010111 | 0 | 100111 | 101011 | 10011001 | 1001101 | 100000 |
Color Harmonies of #139159
Complementary color
Monochromatic Colors of #139159
Black with #139159
Text Example
Text Example
White with #139159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139159; }
p { color: rgb(19,145,89); }
H1.HeaderClassName
{
color: #139159;
}
.AnyTagClassName
{
color: #139159;
}
</style>
background-color css
<style>
a { background-color: #139159; }
a { background-color: rgb(19,145,89); }
div.DivClassName
{
background-color: #139159;
}
.BgClassName
{
background-color: #139159;
}
</style>
border-color css
<style>
span { border-color: #139159; }
span { border-color: rgb(19,145,89); }
td.TdClassName
{
border-color: #139159;
}
.TagClassName
{
border-color: #139159;
}
</style>