Shades of Pigment Green #139D4A
Tints of Pigment Green #139D4A
RGB
CMYK
RGB Variations
Color information
#139D4A (or 0x139D4A) is known color: Pigment Green. HEX triplet: 13, 9D and 4A. RGB value is (19,157,74). Sum of RGB (Red+Green+Blue) = 19+157+74=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #139D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D4A is #EC62B5. Grayscale: #6A6A6A. Windows color (decimal): -15491766 or 4889875. OLE color: 4889875.
HSL color Cylindrical-coordinate representation of color #139D4A: hue angle of 143.91º 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 #139D4A is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 74 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.38 |
| HSL | 143.91º | 0.78% | 0.35% | - |
| HSV(B) | 143.91º | 0.88% | 0.62% | - |
| XYZ | 13.56 | 24.75 | 10.54 | - |
| YUV | 106.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 74 | 0.88 | 0 | 0.53 | 0.38 | 143.91 | 0.78 | 0.35 |
| Hex | 13 | 9D | 4A | 58 | 0 | 35 | 26 | 90 | 4E | 23 |
| Octal | 23 | 235 | 112 | 130 | 0 | 65 | 46 | 220 | 116 | 43 |
| Binary | 10011 | 10011101 | 1001010 | 1011000 | 0 | 110101 | 100110 | 10010000 | 1001110 | 100011 |
Color Harmonies of #139D4A
Complementary color
Monochromatic Colors of #139D4A
Black with #139D4A
Text Example
Text Example
White with #139D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D4A; }
p { color: rgb(19,157,74); }
H1.HeaderClassName
{
color: #139D4A;
}
.AnyTagClassName
{
color: #139D4A;
}
</style>
background-color css
<style>
a { background-color: #139D4A; }
a { background-color: rgb(19,157,74); }
div.DivClassName
{
background-color: #139D4A;
}
.BgClassName
{
background-color: #139D4A;
}
</style>
border-color css
<style>
span { border-color: #139D4A; }
span { border-color: rgb(19,157,74); }
td.TdClassName
{
border-color: #139D4A;
}
.TagClassName
{
border-color: #139D4A;
}
</style>