Shades of Shamrock Green #139158
Tints of Shamrock Green #139158
RGB
CMYK
RGB Variations
Color information
#139158 (or 0x139158) is known color: Shamrock Green. HEX triplet: 13, 91 and 58. RGB value is (19,145,88). Sum of RGB (Red+Green+Blue) = 19+145+88=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #139158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139158 is #EC6EA7. Grayscale: #646464. Windows color (decimal): -15494824 or 5804307. OLE color: 5804307.
HSL color Cylindrical-coordinate representation of color #139158: hue angle of 152.86º 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 #139158 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 88 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.43 |
| HSL | 152.86º | 0.77% | 0.32% | - |
| HSV(B) | 152.86º | 0.87% | 0.57% | - |
| XYZ | 12.16 | 21.09 | 12.66 | - |
| YUV | 100.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 88 | 0.87 | 0 | 0.39 | 0.43 | 152.86 | 0.77 | 0.32 |
| Hex | 13 | 91 | 58 | 57 | 0 | 27 | 2B | 99 | 4D | 20 |
| Octal | 23 | 221 | 130 | 127 | 0 | 47 | 53 | 231 | 115 | 40 |
| Binary | 10011 | 10010001 | 1011000 | 1010111 | 0 | 100111 | 101011 | 10011001 | 1001101 | 100000 |
Color Harmonies of #139158
Complementary color
Monochromatic Colors of #139158
Black with #139158
Text Example
Text Example
White with #139158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139158; }
p { color: rgb(19,145,88); }
H1.HeaderClassName
{
color: #139158;
}
.AnyTagClassName
{
color: #139158;
}
</style>
background-color css
<style>
a { background-color: #139158; }
a { background-color: rgb(19,145,88); }
div.DivClassName
{
background-color: #139158;
}
.BgClassName
{
background-color: #139158;
}
</style>
border-color css
<style>
span { border-color: #139158; }
span { border-color: rgb(19,145,88); }
td.TdClassName
{
border-color: #139158;
}
.TagClassName
{
border-color: #139158;
}
</style>