Shades of Pigment Green #139A4D
Tints of Pigment Green #139A4D
RGB
CMYK
RGB Variations
Color information
#139A4D (or 0x139A4D) is known color: Pigment Green. HEX triplet: 13, 9A and 4D. RGB value is (19,154,77). Sum of RGB (Red+Green+Blue) = 19+154+77=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #139A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A4D is #EC65B2. Grayscale: #696969. Windows color (decimal): -15492531 or 5085715. OLE color: 5085715.
HSL color Cylindrical-coordinate representation of color #139A4D: hue angle of 145.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A4D is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 77 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.40 |
| HSL | 145.78º | 0.78% | 0.34% | - |
| HSV(B) | 145.78º | 0.88% | 0.6% | - |
| XYZ | 13.16 | 23.79 | 10.92 | - |
| YUV | 104.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 77 | 0.88 | 0 | 0.50 | 0.40 | 145.78 | 0.78 | 0.34 |
| Hex | 13 | 9A | 4D | 58 | 0 | 32 | 28 | 92 | 4E | 22 |
| Octal | 23 | 232 | 115 | 130 | 0 | 62 | 50 | 222 | 116 | 42 |
| Binary | 10011 | 10011010 | 1001101 | 1011000 | 0 | 110010 | 101000 | 10010010 | 1001110 | 100010 |
Color Harmonies of #139A4D
Complementary color
Monochromatic Colors of #139A4D
Black with #139A4D
Text Example
Text Example
White with #139A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A4D; }
p { color: rgb(19,154,77); }
H1.HeaderClassName
{
color: #139A4D;
}
.AnyTagClassName
{
color: #139A4D;
}
</style>
background-color css
<style>
a { background-color: #139A4D; }
a { background-color: rgb(19,154,77); }
div.DivClassName
{
background-color: #139A4D;
}
.BgClassName
{
background-color: #139A4D;
}
</style>
border-color css
<style>
span { border-color: #139A4D; }
span { border-color: rgb(19,154,77); }
td.TdClassName
{
border-color: #139A4D;
}
.TagClassName
{
border-color: #139A4D;
}
</style>