Shades of Pigment Green #199A40
Tints of Pigment Green #199A40
RGB
CMYK
RGB Variations
Color information
#199A40 (or 0x199A40) is known color: Pigment Green. HEX triplet: 19, 9A and 40. RGB value is (25,154,64). Sum of RGB (Red+Green+Blue) = 25+154+64=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #199A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199A40 is #E665BF. Grayscale: #696969. Windows color (decimal): -15099328 or 4233753. OLE color: 4233753.
HSL color Cylindrical-coordinate representation of color #199A40: hue angle of 138.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199A40 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 64 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.40 |
| HSL | 138.14º | 0.72% | 0.35% | - |
| HSV(B) | 138.14º | 0.84% | 0.6% | - |
| XYZ | 12.88 | 23.69 | 8.74 | - |
| YUV | 105.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 64 | 0.84 | 0 | 0.58 | 0.40 | 138.14 | 0.72 | 0.35 |
| Hex | 19 | 9A | 40 | 54 | 0 | 3A | 28 | 8A | 48 | 23 |
| Octal | 31 | 232 | 100 | 124 | 0 | 72 | 50 | 212 | 110 | 43 |
| Binary | 11001 | 10011010 | 1000000 | 1010100 | 0 | 111010 | 101000 | 10001010 | 1001000 | 100011 |
Color Harmonies of #199A40
Complementary color
Monochromatic Colors of #199A40
Black with #199A40
Text Example
Text Example
White with #199A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A40; }
p { color: rgb(25,154,64); }
H1.HeaderClassName
{
color: #199A40;
}
.AnyTagClassName
{
color: #199A40;
}
</style>
background-color css
<style>
a { background-color: #199A40; }
a { background-color: rgb(25,154,64); }
div.DivClassName
{
background-color: #199A40;
}
.BgClassName
{
background-color: #199A40;
}
</style>
border-color css
<style>
span { border-color: #199A40; }
span { border-color: rgb(25,154,64); }
td.TdClassName
{
border-color: #199A40;
}
.TagClassName
{
border-color: #199A40;
}
</style>