Shades of Shamrock Green #139957
Tints of Shamrock Green #139957
RGB
CMYK
RGB Variations
Color information
#139957 (or 0x139957) is known color: Shamrock Green. HEX triplet: 13, 99 and 57. RGB value is (19,153,87). Sum of RGB (Red+Green+Blue) = 19+153+87=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #139957 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139957 is #EC66A8. Grayscale: #696969. Windows color (decimal): -15492777 or 5740819. OLE color: 5740819.
HSL color Cylindrical-coordinate representation of color #139957: hue angle of 150.45º 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 #139957 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 87 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.4 |
| HSL | 150.45º | 0.78% | 0.34% | - |
| HSV(B) | 150.45º | 0.88% | 0.6% | - |
| XYZ | 13.38 | 23.61 | 12.87 | - |
| YUV | 105.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 87 | 0.88 | 0 | 0.43 | 0.4 | 150.45 | 0.78 | 0.34 |
| Hex | 13 | 99 | 57 | 58 | 0 | 2B | 28 | 96 | 4E | 22 |
| Octal | 23 | 231 | 127 | 130 | 0 | 53 | 50 | 226 | 116 | 42 |
| Binary | 10011 | 10011001 | 1010111 | 1011000 | 0 | 101011 | 101000 | 10010110 | 1001110 | 100010 |
Color Harmonies of #139957
Complementary color
Monochromatic Colors of #139957
Black with #139957
Text Example
Text Example
White with #139957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139957; }
p { color: rgb(19,153,87); }
H1.HeaderClassName
{
color: #139957;
}
.AnyTagClassName
{
color: #139957;
}
</style>
background-color css
<style>
a { background-color: #139957; }
a { background-color: rgb(19,153,87); }
div.DivClassName
{
background-color: #139957;
}
.BgClassName
{
background-color: #139957;
}
</style>
border-color css
<style>
span { border-color: #139957; }
span { border-color: rgb(19,153,87); }
td.TdClassName
{
border-color: #139957;
}
.TagClassName
{
border-color: #139957;
}
</style>