Shades of Pigment Green #139E46
Tints of Pigment Green #139E46
RGB
CMYK
RGB Variations
Color information
#139E46 (or 0x139E46) is known color: Pigment Green. HEX triplet: 13, 9E and 46. RGB value is (19,158,70). Sum of RGB (Red+Green+Blue) = 19+158+70=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 158 (62.11% from 255 or 63.97% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 158 - color contains mainly: green. Hex color #139E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139E46 is #EC61B9. Grayscale: #6A6A6A. Windows color (decimal): -15491514 or 4627987. OLE color: 4627987.
HSL color Cylindrical-coordinate representation of color #139E46: hue angle of 142.01º 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 #139E46 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 70 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.38 |
| HSL | 142.01º | 0.79% | 0.35% | - |
| HSV(B) | 142.01º | 0.88% | 0.62% | - |
| XYZ | 13.6 | 25.03 | 9.91 | - |
| YUV | 106.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 70 | 0.88 | 0 | 0.56 | 0.38 | 142.01 | 0.79 | 0.35 |
| Hex | 13 | 9E | 46 | 58 | 0 | 38 | 26 | 8E | 4F | 23 |
| Octal | 23 | 236 | 106 | 130 | 0 | 70 | 46 | 216 | 117 | 43 |
| Binary | 10011 | 10011110 | 1000110 | 1011000 | 0 | 111000 | 100110 | 10001110 | 1001111 | 100011 |
Color Harmonies of #139E46
Complementary color
Monochromatic Colors of #139E46
Black with #139E46
Text Example
Text Example
White with #139E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E46; }
p { color: rgb(19,158,70); }
H1.HeaderClassName
{
color: #139E46;
}
.AnyTagClassName
{
color: #139E46;
}
</style>
background-color css
<style>
a { background-color: #139E46; }
a { background-color: rgb(19,158,70); }
div.DivClassName
{
background-color: #139E46;
}
.BgClassName
{
background-color: #139E46;
}
</style>
border-color css
<style>
span { border-color: #139E46; }
span { border-color: rgb(19,158,70); }
td.TdClassName
{
border-color: #139E46;
}
.TagClassName
{
border-color: #139E46;
}
</style>