Shades of Shamrock Green #139D5E
Tints of Shamrock Green #139D5E
RGB
CMYK
RGB Variations
Color information
#139D5E (or 0x139D5E) is known color: Shamrock Green. HEX triplet: 13, 9D and 5E. RGB value is (19,157,94). Sum of RGB (Red+Green+Blue) = 19+157+94=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #139D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D5E is #EC62A1. Grayscale: #6C6C6C. Windows color (decimal): -15491746 or 6200595. OLE color: 6200595.
HSL color Cylindrical-coordinate representation of color #139D5E: hue angle of 152.61º degrees, saturation: 0.78, 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 #139D5E is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 94 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.38 |
| HSL | 152.61º | 0.78% | 0.35% | - |
| HSV(B) | 152.61º | 0.88% | 0.62% | - |
| XYZ | 14.35 | 25.06 | 14.67 | - |
| YUV | 108.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 94 | 0.88 | 0 | 0.40 | 0.38 | 152.61 | 0.78 | 0.35 |
| Hex | 13 | 9D | 5E | 58 | 0 | 28 | 26 | 99 | 4E | 23 |
| Octal | 23 | 235 | 136 | 130 | 0 | 50 | 46 | 231 | 116 | 43 |
| Binary | 10011 | 10011101 | 1011110 | 1011000 | 0 | 101000 | 100110 | 10011001 | 1001110 | 100011 |
Color Harmonies of #139D5E
Complementary color
Monochromatic Colors of #139D5E
Black with #139D5E
Text Example
Text Example
White with #139D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D5E; }
p { color: rgb(19,157,94); }
H1.HeaderClassName
{
color: #139D5E;
}
.AnyTagClassName
{
color: #139D5E;
}
</style>
background-color css
<style>
a { background-color: #139D5E; }
a { background-color: rgb(19,157,94); }
div.DivClassName
{
background-color: #139D5E;
}
.BgClassName
{
background-color: #139D5E;
}
</style>
border-color css
<style>
span { border-color: #139D5E; }
span { border-color: rgb(19,157,94); }
td.TdClassName
{
border-color: #139D5E;
}
.TagClassName
{
border-color: #139D5E;
}
</style>