Shades of Shamrock Green #139E68
Tints of Shamrock Green #139E68
RGB
CMYK
RGB Variations
Color information
#139E68 (or 0x139E68) is known color: Shamrock Green. HEX triplet: 13, 9E and 68. RGB value is (19,158,104). Sum of RGB (Red+Green+Blue) = 19+158+104=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #139E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E68 is #EC6197. Grayscale: #6E6E6E. Windows color (decimal): -15491480 or 6856211. OLE color: 6856211.
HSL color Cylindrical-coordinate representation of color #139E68: hue angle of 156.69º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139E68 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 104 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.38 |
| HSL | 156.69º | 0.79% | 0.35% | - |
| HSV(B) | 156.69º | 0.88% | 0.62% | - |
| XYZ | 14.99 | 25.59 | 17.25 | - |
| YUV | 110.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 104 | 0.88 | 0 | 0.34 | 0.38 | 156.69 | 0.79 | 0.35 |
| Hex | 13 | 9E | 68 | 58 | 0 | 22 | 26 | 9D | 4F | 23 |
| Octal | 23 | 236 | 150 | 130 | 0 | 42 | 46 | 235 | 117 | 43 |
| Binary | 10011 | 10011110 | 1101000 | 1011000 | 0 | 100010 | 100110 | 10011101 | 1001111 | 100011 |
Color Harmonies of #139E68
Complementary color
Monochromatic Colors of #139E68
Black with #139E68
Text Example
Text Example
White with #139E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E68; }
p { color: rgb(19,158,104); }
H1.HeaderClassName
{
color: #139E68;
}
.AnyTagClassName
{
color: #139E68;
}
</style>
background-color css
<style>
a { background-color: #139E68; }
a { background-color: rgb(19,158,104); }
div.DivClassName
{
background-color: #139E68;
}
.BgClassName
{
background-color: #139E68;
}
</style>
border-color css
<style>
span { border-color: #139E68; }
span { border-color: rgb(19,158,104); }
td.TdClassName
{
border-color: #139E68;
}
.TagClassName
{
border-color: #139E68;
}
</style>