Shades of Pigment Green #139954
Tints of Pigment Green #139954
RGB
CMYK
RGB Variations
Color information
#139954 (or 0x139954) is known color: Pigment Green. HEX triplet: 13, 99 and 54. RGB value is (19,153,84). Sum of RGB (Red+Green+Blue) = 19+153+84=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #139954 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139954 is #EC66AB. Grayscale: #696969. Windows color (decimal): -15492780 or 5544211. OLE color: 5544211.
HSL color Cylindrical-coordinate representation of color #139954: hue angle of 149.1º 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 #139954 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 84 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.4 |
| HSL | 149.1º | 0.78% | 0.34% | - |
| HSV(B) | 149.1º | 0.88% | 0.6% | - |
| XYZ | 13.26 | 23.56 | 12.24 | - |
| YUV | 105.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 84 | 0.88 | 0 | 0.45 | 0.4 | 149.1 | 0.78 | 0.34 |
| Hex | 13 | 99 | 54 | 58 | 0 | 2D | 28 | 95 | 4E | 22 |
| Octal | 23 | 231 | 124 | 130 | 0 | 55 | 50 | 225 | 116 | 42 |
| Binary | 10011 | 10011001 | 1010100 | 1011000 | 0 | 101101 | 101000 | 10010101 | 1001110 | 100010 |
Color Harmonies of #139954
Complementary color
Monochromatic Colors of #139954
Black with #139954
Text Example
Text Example
White with #139954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139954; }
p { color: rgb(19,153,84); }
H1.HeaderClassName
{
color: #139954;
}
.AnyTagClassName
{
color: #139954;
}
</style>
background-color css
<style>
a { background-color: #139954; }
a { background-color: rgb(19,153,84); }
div.DivClassName
{
background-color: #139954;
}
.BgClassName
{
background-color: #139954;
}
</style>
border-color css
<style>
span { border-color: #139954; }
span { border-color: rgb(19,153,84); }
td.TdClassName
{
border-color: #139954;
}
.TagClassName
{
border-color: #139954;
}
</style>