Shades of Pigment Green #139F58
Tints of Pigment Green #139F58
RGB
CMYK
RGB Variations
Color information
#139F58 (or 0x139F58) is known color: Pigment Green. HEX triplet: 13, 9F and 58. RGB value is (19,159,88). Sum of RGB (Red+Green+Blue) = 19+159+88=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #139F58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F58 is #EC60A7. Grayscale: #6D6D6D. Windows color (decimal): -15491240 or 5807891. OLE color: 5807891.
HSL color Cylindrical-coordinate representation of color #139F58: hue angle of 149.57º 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 #139F58 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 88 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.38 |
| HSL | 149.57º | 0.79% | 0.35% | - |
| HSV(B) | 149.57º | 0.88% | 0.62% | - |
| XYZ | 14.43 | 25.64 | 13.42 | - |
| YUV | 109.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 88 | 0.88 | 0 | 0.45 | 0.38 | 149.57 | 0.79 | 0.35 |
| Hex | 13 | 9F | 58 | 58 | 0 | 2D | 26 | 96 | 4F | 23 |
| Octal | 23 | 237 | 130 | 130 | 0 | 55 | 46 | 226 | 117 | 43 |
| Binary | 10011 | 10011111 | 1011000 | 1011000 | 0 | 101101 | 100110 | 10010110 | 1001111 | 100011 |
Color Harmonies of #139F58
Complementary color
Monochromatic Colors of #139F58
Black with #139F58
Text Example
Text Example
White with #139F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F58; }
p { color: rgb(19,159,88); }
H1.HeaderClassName
{
color: #139F58;
}
.AnyTagClassName
{
color: #139F58;
}
</style>
background-color css
<style>
a { background-color: #139F58; }
a { background-color: rgb(19,159,88); }
div.DivClassName
{
background-color: #139F58;
}
.BgClassName
{
background-color: #139F58;
}
</style>
border-color css
<style>
span { border-color: #139F58; }
span { border-color: rgb(19,159,88); }
td.TdClassName
{
border-color: #139F58;
}
.TagClassName
{
border-color: #139F58;
}
</style>