Shades of Pigment Green #19A046
Tints of Pigment Green #19A046
RGB
CMYK
RGB Variations
Color information
#19A046 (or 0x19A046) is known color: Pigment Green. HEX triplet: 19, A0 and 46. RGB value is (25,160,70). Sum of RGB (Red+Green+Blue) = 25+160+70=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #19A046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A046 is #E65FB9. Grayscale: #6D6D6D. Windows color (decimal): -15097786 or 4628505. OLE color: 4628505.
HSL color Cylindrical-coordinate representation of color #19A046: hue angle of 140º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A046 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 70 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.37 |
| HSL | 140º | 0.73% | 0.36% | - |
| HSV(B) | 140º | 0.84% | 0.63% | - |
| XYZ | 14.08 | 25.79 | 10.03 | - |
| YUV | 109.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 70 | 0.84 | 0 | 0.56 | 0.37 | 140 | 0.73 | 0.36 |
| Hex | 19 | A0 | 46 | 54 | 0 | 38 | 25 | 8C | 49 | 24 |
| Octal | 31 | 240 | 106 | 124 | 0 | 70 | 45 | 214 | 111 | 44 |
| Binary | 11001 | 10100000 | 1000110 | 1010100 | 0 | 111000 | 100101 | 10001100 | 1001001 | 100100 |
Color Harmonies of #19A046
Complementary color
Monochromatic Colors of #19A046
Black with #19A046
Text Example
Text Example
White with #19A046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A046; }
p { color: rgb(25,160,70); }
H1.HeaderClassName
{
color: #19A046;
}
.AnyTagClassName
{
color: #19A046;
}
</style>
background-color css
<style>
a { background-color: #19A046; }
a { background-color: rgb(25,160,70); }
div.DivClassName
{
background-color: #19A046;
}
.BgClassName
{
background-color: #19A046;
}
</style>
border-color css
<style>
span { border-color: #19A046; }
span { border-color: rgb(25,160,70); }
td.TdClassName
{
border-color: #19A046;
}
.TagClassName
{
border-color: #19A046;
}
</style>