Shades of Shamrock Green #139D61
Tints of Shamrock Green #139D61
RGB
CMYK
RGB Variations
Color information
#139D61 (or 0x139D61) is known color: Shamrock Green. HEX triplet: 13, 9D and 61. RGB value is (19,157,97). Sum of RGB (Red+Green+Blue) = 19+157+97=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #139D61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D61 is #EC629E. Grayscale: #6D6D6D. Windows color (decimal): -15491743 or 6397203. OLE color: 6397203.
HSL color Cylindrical-coordinate representation of color #139D61: hue angle of 153.91º 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 #139D61 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 97 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.38 |
| HSL | 153.91º | 0.78% | 0.35% | - |
| HSV(B) | 153.91º | 0.88% | 0.62% | - |
| XYZ | 14.48 | 25.12 | 15.39 | - |
| YUV | 108.9 | 121.28 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 97 | 0.88 | 0 | 0.38 | 0.38 | 153.91 | 0.78 | 0.35 |
| Hex | 13 | 9D | 61 | 58 | 0 | 26 | 26 | 9A | 4E | 23 |
| Octal | 23 | 235 | 141 | 130 | 0 | 46 | 46 | 232 | 116 | 43 |
| Binary | 10011 | 10011101 | 1100001 | 1011000 | 0 | 100110 | 100110 | 10011010 | 1001110 | 100011 |
Color Harmonies of #139D61
Complementary color
Monochromatic Colors of #139D61
Black with #139D61
Text Example
Text Example
White with #139D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D61; }
p { color: rgb(19,157,97); }
H1.HeaderClassName
{
color: #139D61;
}
.AnyTagClassName
{
color: #139D61;
}
</style>
background-color css
<style>
a { background-color: #139D61; }
a { background-color: rgb(19,157,97); }
div.DivClassName
{
background-color: #139D61;
}
.BgClassName
{
background-color: #139D61;
}
</style>
border-color css
<style>
span { border-color: #139D61; }
span { border-color: rgb(19,157,97); }
td.TdClassName
{
border-color: #139D61;
}
.TagClassName
{
border-color: #139D61;
}
</style>