Shades of Shamrock Green #139F64
Tints of Shamrock Green #139F64
RGB
CMYK
RGB Variations
Color information
#139F64 (or 0x139F64) is known color: Shamrock Green. HEX triplet: 13, 9F and 64. RGB value is (19,159,100). Sum of RGB (Red+Green+Blue) = 19+159+100=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #139F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F64 is #EC609B. Grayscale: #6E6E6E. Windows color (decimal): -15491228 or 6594323. OLE color: 6594323.
HSL color Cylindrical-coordinate representation of color #139F64: hue angle of 154.71º 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 #139F64 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 100 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.38 |
| HSL | 154.71º | 0.79% | 0.35% | - |
| HSV(B) | 154.71º | 0.88% | 0.62% | - |
| XYZ | 14.97 | 25.85 | 16.26 | - |
| YUV | 110.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 100 | 0.88 | 0 | 0.37 | 0.38 | 154.71 | 0.79 | 0.35 |
| Hex | 13 | 9F | 64 | 58 | 0 | 25 | 26 | 9B | 4F | 23 |
| Octal | 23 | 237 | 144 | 130 | 0 | 45 | 46 | 233 | 117 | 43 |
| Binary | 10011 | 10011111 | 1100100 | 1011000 | 0 | 100101 | 100110 | 10011011 | 1001111 | 100011 |
Color Harmonies of #139F64
Complementary color
Monochromatic Colors of #139F64
Black with #139F64
Text Example
Text Example
White with #139F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F64; }
p { color: rgb(19,159,100); }
H1.HeaderClassName
{
color: #139F64;
}
.AnyTagClassName
{
color: #139F64;
}
</style>
background-color css
<style>
a { background-color: #139F64; }
a { background-color: rgb(19,159,100); }
div.DivClassName
{
background-color: #139F64;
}
.BgClassName
{
background-color: #139F64;
}
</style>
border-color css
<style>
span { border-color: #139F64; }
span { border-color: rgb(19,159,100); }
td.TdClassName
{
border-color: #139F64;
}
.TagClassName
{
border-color: #139F64;
}
</style>