Shades of Pigment Green #199D4A
Tints of Pigment Green #199D4A
RGB
CMYK
RGB Variations
Color information
#199D4A (or 0x199D4A) is known color: Pigment Green. HEX triplet: 19, 9D and 4A. RGB value is (25,157,74). Sum of RGB (Red+Green+Blue) = 25+157+74=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #199D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199D4A is #E662B5. Grayscale: #6C6C6C. Windows color (decimal): -15098550 or 4889881. OLE color: 4889881.
HSL color Cylindrical-coordinate representation of color #199D4A: hue angle of 142.27º 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 #199D4A is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 74 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.38 |
| HSL | 142.27º | 0.73% | 0.36% | - |
| HSV(B) | 142.27º | 0.84% | 0.62% | - |
| XYZ | 13.69 | 24.82 | 10.55 | - |
| YUV | 108.07 | 108.77 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 74 | 0.84 | 0 | 0.53 | 0.38 | 142.27 | 0.73 | 0.36 |
| Hex | 19 | 9D | 4A | 54 | 0 | 35 | 26 | 8E | 49 | 24 |
| Octal | 31 | 235 | 112 | 124 | 0 | 65 | 46 | 216 | 111 | 44 |
| Binary | 11001 | 10011101 | 1001010 | 1010100 | 0 | 110101 | 100110 | 10001110 | 1001001 | 100100 |
Color Harmonies of #199D4A
Complementary color
Monochromatic Colors of #199D4A
Black with #199D4A
Text Example
Text Example
White with #199D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D4A; }
p { color: rgb(25,157,74); }
H1.HeaderClassName
{
color: #199D4A;
}
.AnyTagClassName
{
color: #199D4A;
}
</style>
background-color css
<style>
a { background-color: #199D4A; }
a { background-color: rgb(25,157,74); }
div.DivClassName
{
background-color: #199D4A;
}
.BgClassName
{
background-color: #199D4A;
}
</style>
border-color css
<style>
span { border-color: #199D4A; }
span { border-color: rgb(25,157,74); }
td.TdClassName
{
border-color: #199D4A;
}
.TagClassName
{
border-color: #199D4A;
}
</style>