Shades of Shamrock Green #139D5F
Tints of Shamrock Green #139D5F
RGB
CMYK
RGB Variations
Color information
#139D5F (or 0x139D5F) is known color: Shamrock Green. HEX triplet: 13, 9D and 5F. RGB value is (19,157,95). Sum of RGB (Red+Green+Blue) = 19+157+95=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #139D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D5F is #EC62A0. Grayscale: #6C6C6C. Windows color (decimal): -15491745 or 6266131. OLE color: 6266131.
HSL color Cylindrical-coordinate representation of color #139D5F: hue angle of 153.04º 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 #139D5F is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 95 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.38 |
| HSL | 153.04º | 0.78% | 0.35% | - |
| HSV(B) | 153.04º | 0.88% | 0.62% | - |
| XYZ | 14.39 | 25.08 | 14.91 | - |
| YUV | 108.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 95 | 0.88 | 0 | 0.39 | 0.38 | 153.04 | 0.78 | 0.35 |
| Hex | 13 | 9D | 5F | 58 | 0 | 27 | 26 | 99 | 4E | 23 |
| Octal | 23 | 235 | 137 | 130 | 0 | 47 | 46 | 231 | 116 | 43 |
| Binary | 10011 | 10011101 | 1011111 | 1011000 | 0 | 100111 | 100110 | 10011001 | 1001110 | 100011 |
Color Harmonies of #139D5F
Complementary color
Monochromatic Colors of #139D5F
Black with #139D5F
Text Example
Text Example
White with #139D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D5F; }
p { color: rgb(19,157,95); }
H1.HeaderClassName
{
color: #139D5F;
}
.AnyTagClassName
{
color: #139D5F;
}
</style>
background-color css
<style>
a { background-color: #139D5F; }
a { background-color: rgb(19,157,95); }
div.DivClassName
{
background-color: #139D5F;
}
.BgClassName
{
background-color: #139D5F;
}
</style>
border-color css
<style>
span { border-color: #139D5F; }
span { border-color: rgb(19,157,95); }
td.TdClassName
{
border-color: #139D5F;
}
.TagClassName
{
border-color: #139D5F;
}
</style>