Shades of Pigment Green #139940
Tints of Pigment Green #139940
RGB
CMYK
RGB Variations
Color information
#139940 (or 0x139940) is known color: Pigment Green. HEX triplet: 13, 99 and 40. RGB value is (19,153,64). Sum of RGB (Red+Green+Blue) = 19+153+64=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #139940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139940 is #EC66BF. Grayscale: #676767. Windows color (decimal): -15492800 or 4233491. OLE color: 4233491.
HSL color Cylindrical-coordinate representation of color #139940: hue angle of 140.15º 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 #139940 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 64 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.4 |
| HSL | 140.15º | 0.78% | 0.34% | - |
| HSV(B) | 140.15º | 0.88% | 0.6% | - |
| XYZ | 12.59 | 23.29 | 8.68 | - |
| YUV | 102.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 64 | 0.88 | 0 | 0.58 | 0.4 | 140.15 | 0.78 | 0.34 |
| Hex | 13 | 99 | 40 | 58 | 0 | 3A | 28 | 8C | 4E | 22 |
| Octal | 23 | 231 | 100 | 130 | 0 | 72 | 50 | 214 | 116 | 42 |
| Binary | 10011 | 10011001 | 1000000 | 1011000 | 0 | 111010 | 101000 | 10001100 | 1001110 | 100010 |
Color Harmonies of #139940
Complementary color
Monochromatic Colors of #139940
Black with #139940
Text Example
Text Example
White with #139940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139940; }
p { color: rgb(19,153,64); }
H1.HeaderClassName
{
color: #139940;
}
.AnyTagClassName
{
color: #139940;
}
</style>
background-color css
<style>
a { background-color: #139940; }
a { background-color: rgb(19,153,64); }
div.DivClassName
{
background-color: #139940;
}
.BgClassName
{
background-color: #139940;
}
</style>
border-color css
<style>
span { border-color: #139940; }
span { border-color: rgb(19,153,64); }
td.TdClassName
{
border-color: #139940;
}
.TagClassName
{
border-color: #139940;
}
</style>