Shades of Pigment Green #199E50
Tints of Pigment Green #199E50
RGB
CMYK
RGB Variations
Color information
#199E50 (or 0x199E50) is known color: Pigment Green. HEX triplet: 19, 9E and 50. RGB value is (25,158,80). Sum of RGB (Red+Green+Blue) = 25+158+80=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #199E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E50 is #E661AF. Grayscale: #6D6D6D. Windows color (decimal): -15098288 or 5283353. OLE color: 5283353.
HSL color Cylindrical-coordinate representation of color #199E50: hue angle of 144.81º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E50 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 158 | 80 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.38 |
| HSL | 144.81º | 0.73% | 0.36% | - |
| HSV(B) | 144.81º | 0.84% | 0.62% | - |
| XYZ | 14.08 | 25.24 | 11.72 | - |
| YUV | 109.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 80 | 0.84 | 0 | 0.49 | 0.38 | 144.81 | 0.73 | 0.36 |
| Hex | 19 | 9E | 50 | 54 | 0 | 31 | 26 | 91 | 49 | 24 |
| Octal | 31 | 236 | 120 | 124 | 0 | 61 | 46 | 221 | 111 | 44 |
| Binary | 11001 | 10011110 | 1010000 | 1010100 | 0 | 110001 | 100110 | 10010001 | 1001001 | 100100 |
Color Harmonies of #199E50
Complementary color
Monochromatic Colors of #199E50
Black with #199E50
Text Example
Text Example
White with #199E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199E50; }
p { color: rgb(25,158,80); }
H1.HeaderClassName
{
color: #199E50;
}
.AnyTagClassName
{
color: #199E50;
}
</style>
background-color css
<style>
a { background-color: #199E50; }
a { background-color: rgb(25,158,80); }
div.DivClassName
{
background-color: #199E50;
}
.BgClassName
{
background-color: #199E50;
}
</style>
border-color css
<style>
span { border-color: #199E50; }
span { border-color: rgb(25,158,80); }
td.TdClassName
{
border-color: #199E50;
}
.TagClassName
{
border-color: #199E50;
}
</style>