Shades of Pigment Green #139F4E
Tints of Pigment Green #139F4E
RGB
CMYK
RGB Variations
Color information
#139F4E (or 0x139F4E) is known color: Pigment Green. HEX triplet: 13, 9F and 4E. RGB value is (19,159,78). Sum of RGB (Red+Green+Blue) = 19+159+78=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #139F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F4E is #EC60B1. Grayscale: #6C6C6C. Windows color (decimal): -15491250 or 5152531. OLE color: 5152531.
HSL color Cylindrical-coordinate representation of color #139F4E: hue angle of 145.29º 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 #139F4E is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 78 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.38 |
| HSL | 145.29º | 0.79% | 0.35% | - |
| HSV(B) | 145.29º | 0.88% | 0.62% | - |
| XYZ | 14.04 | 25.48 | 11.39 | - |
| YUV | 107.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 78 | 0.88 | 0 | 0.51 | 0.38 | 145.29 | 0.79 | 0.35 |
| Hex | 13 | 9F | 4E | 58 | 0 | 33 | 26 | 91 | 4F | 23 |
| Octal | 23 | 237 | 116 | 130 | 0 | 63 | 46 | 221 | 117 | 43 |
| Binary | 10011 | 10011111 | 1001110 | 1011000 | 0 | 110011 | 100110 | 10010001 | 1001111 | 100011 |
Color Harmonies of #139F4E
Complementary color
Monochromatic Colors of #139F4E
Black with #139F4E
Text Example
Text Example
White with #139F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F4E; }
p { color: rgb(19,159,78); }
H1.HeaderClassName
{
color: #139F4E;
}
.AnyTagClassName
{
color: #139F4E;
}
</style>
background-color css
<style>
a { background-color: #139F4E; }
a { background-color: rgb(19,159,78); }
div.DivClassName
{
background-color: #139F4E;
}
.BgClassName
{
background-color: #139F4E;
}
</style>
border-color css
<style>
span { border-color: #139F4E; }
span { border-color: rgb(19,159,78); }
td.TdClassName
{
border-color: #139F4E;
}
.TagClassName
{
border-color: #139F4E;
}
</style>