Shades of Pigment Green #199C40
Tints of Pigment Green #199C40
RGB
CMYK
RGB Variations
Color information
#199C40 (or 0x199C40) is known color: Pigment Green. HEX triplet: 19, 9C and 40. RGB value is (25,156,64). Sum of RGB (Red+Green+Blue) = 25+156+64=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #199C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C40 is #E663BF. Grayscale: #6A6A6A. Windows color (decimal): -15098816 or 4234265. OLE color: 4234265.
HSL color Cylindrical-coordinate representation of color #199C40: hue angle of 137.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C40 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 64 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.39 |
| HSL | 137.86º | 0.72% | 0.35% | - |
| HSV(B) | 137.86º | 0.84% | 0.61% | - |
| XYZ | 13.21 | 24.35 | 8.85 | - |
| YUV | 106.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 64 | 0.84 | 0 | 0.59 | 0.39 | 137.86 | 0.72 | 0.35 |
| Hex | 19 | 9C | 40 | 54 | 0 | 3B | 27 | 8A | 48 | 23 |
| Octal | 31 | 234 | 100 | 124 | 0 | 73 | 47 | 212 | 110 | 43 |
| Binary | 11001 | 10011100 | 1000000 | 1010100 | 0 | 111011 | 100111 | 10001010 | 1001000 | 100011 |
Color Harmonies of #199C40
Complementary color
Monochromatic Colors of #199C40
Black with #199C40
Text Example
Text Example
White with #199C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C40; }
p { color: rgb(25,156,64); }
H1.HeaderClassName
{
color: #199C40;
}
.AnyTagClassName
{
color: #199C40;
}
</style>
background-color css
<style>
a { background-color: #199C40; }
a { background-color: rgb(25,156,64); }
div.DivClassName
{
background-color: #199C40;
}
.BgClassName
{
background-color: #199C40;
}
</style>
border-color css
<style>
span { border-color: #199C40; }
span { border-color: rgb(25,156,64); }
td.TdClassName
{
border-color: #199C40;
}
.TagClassName
{
border-color: #199C40;
}
</style>