Shades of Shamrock Green #139F65
Tints of Shamrock Green #139F65
RGB
CMYK
RGB Variations
Color information
#139F65 (or 0x139F65) is known color: Shamrock Green. HEX triplet: 13, 9F and 65. RGB value is (19,159,101). Sum of RGB (Red+Green+Blue) = 19+159+101=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #139F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F65 is #EC609A. Grayscale: #6E6E6E. Windows color (decimal): -15491227 or 6659859. OLE color: 6659859.
HSL color Cylindrical-coordinate representation of color #139F65: hue angle of 155.14º 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 #139F65 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 101 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.38 |
| HSL | 155.14º | 0.79% | 0.35% | - |
| HSV(B) | 155.14º | 0.88% | 0.62% | - |
| XYZ | 15.02 | 25.87 | 16.51 | - |
| YUV | 110.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 101 | 0.88 | 0 | 0.36 | 0.38 | 155.14 | 0.79 | 0.35 |
| Hex | 13 | 9F | 65 | 58 | 0 | 24 | 26 | 9B | 4F | 23 |
| Octal | 23 | 237 | 145 | 130 | 0 | 44 | 46 | 233 | 117 | 43 |
| Binary | 10011 | 10011111 | 1100101 | 1011000 | 0 | 100100 | 100110 | 10011011 | 1001111 | 100011 |
Color Harmonies of #139F65
Complementary color
Monochromatic Colors of #139F65
Black with #139F65
Text Example
Text Example
White with #139F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F65; }
p { color: rgb(19,159,101); }
H1.HeaderClassName
{
color: #139F65;
}
.AnyTagClassName
{
color: #139F65;
}
</style>
background-color css
<style>
a { background-color: #139F65; }
a { background-color: rgb(19,159,101); }
div.DivClassName
{
background-color: #139F65;
}
.BgClassName
{
background-color: #139F65;
}
</style>
border-color css
<style>
span { border-color: #139F65; }
span { border-color: rgb(19,159,101); }
td.TdClassName
{
border-color: #139F65;
}
.TagClassName
{
border-color: #139F65;
}
</style>