Shades of Pigment Green #139E55
Tints of Pigment Green #139E55
RGB
CMYK
RGB Variations
Color information
#139E55 (or 0x139E55) is known color: Pigment Green. HEX triplet: 13, 9E and 55. RGB value is (19,158,85). Sum of RGB (Red+Green+Blue) = 19+158+85=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 158 (62.11% from 255 or 60.31% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 158 - color contains mainly: green. Hex color #139E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E55 is #EC61AA. Grayscale: #6C6C6C. Windows color (decimal): -15491499 or 5611027. OLE color: 5611027.
HSL color Cylindrical-coordinate representation of color #139E55: hue angle of 148.49º 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 #139E55 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 85 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.38 |
| HSL | 148.49º | 0.79% | 0.35% | - |
| HSV(B) | 148.49º | 0.88% | 0.62% | - |
| XYZ | 14.14 | 25.25 | 12.72 | - |
| YUV | 108.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 85 | 0.88 | 0 | 0.46 | 0.38 | 148.49 | 0.79 | 0.35 |
| Hex | 13 | 9E | 55 | 58 | 0 | 2E | 26 | 94 | 4F | 23 |
| Octal | 23 | 236 | 125 | 130 | 0 | 56 | 46 | 224 | 117 | 43 |
| Binary | 10011 | 10011110 | 1010101 | 1011000 | 0 | 101110 | 100110 | 10010100 | 1001111 | 100011 |
Color Harmonies of #139E55
Complementary color
Monochromatic Colors of #139E55
Black with #139E55
Text Example
Text Example
White with #139E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E55; }
p { color: rgb(19,158,85); }
H1.HeaderClassName
{
color: #139E55;
}
.AnyTagClassName
{
color: #139E55;
}
</style>
background-color css
<style>
a { background-color: #139E55; }
a { background-color: rgb(19,158,85); }
div.DivClassName
{
background-color: #139E55;
}
.BgClassName
{
background-color: #139E55;
}
</style>
border-color css
<style>
span { border-color: #139E55; }
span { border-color: rgb(19,158,85); }
td.TdClassName
{
border-color: #139E55;
}
.TagClassName
{
border-color: #139E55;
}
</style>