Shades of Pigment Green #139E53
Tints of Pigment Green #139E53
RGB
CMYK
RGB Variations
Color information
#139E53 (or 0x139E53) is known color: Pigment Green. HEX triplet: 13, 9E and 53. RGB value is (19,158,83). Sum of RGB (Red+Green+Blue) = 19+158+83=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 158 (62.11% from 255 or 60.77% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 158 - color contains mainly: green. Hex color #139E53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E53 is #EC61AC. Grayscale: #6C6C6C. Windows color (decimal): -15491501 or 5479955. OLE color: 5479955.
HSL color Cylindrical-coordinate representation of color #139E53: hue angle of 147.63º 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 #139E53 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 83 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.38 |
| HSL | 147.63º | 0.79% | 0.35% | - |
| HSV(B) | 147.63º | 0.88% | 0.62% | - |
| XYZ | 14.06 | 25.22 | 12.31 | - |
| YUV | 107.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 83 | 0.88 | 0 | 0.47 | 0.38 | 147.63 | 0.79 | 0.35 |
| Hex | 13 | 9E | 53 | 58 | 0 | 2F | 26 | 94 | 4F | 23 |
| Octal | 23 | 236 | 123 | 130 | 0 | 57 | 46 | 224 | 117 | 43 |
| Binary | 10011 | 10011110 | 1010011 | 1011000 | 0 | 101111 | 100110 | 10010100 | 1001111 | 100011 |
Color Harmonies of #139E53
Complementary color
Monochromatic Colors of #139E53
Black with #139E53
Text Example
Text Example
White with #139E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E53; }
p { color: rgb(19,158,83); }
H1.HeaderClassName
{
color: #139E53;
}
.AnyTagClassName
{
color: #139E53;
}
</style>
background-color css
<style>
a { background-color: #139E53; }
a { background-color: rgb(19,158,83); }
div.DivClassName
{
background-color: #139E53;
}
.BgClassName
{
background-color: #139E53;
}
</style>
border-color css
<style>
span { border-color: #139E53; }
span { border-color: rgb(19,158,83); }
td.TdClassName
{
border-color: #139E53;
}
.TagClassName
{
border-color: #139E53;
}
</style>