Shades of Pigment Green #19A04A
Tints of Pigment Green #19A04A
RGB
CMYK
RGB Variations
Color information
#19A04A (or 0x19A04A) is known color: Pigment Green. HEX triplet: 19, A0 and 4A. RGB value is (25,160,74). Sum of RGB (Red+Green+Blue) = 25+160+74=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #19A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A04A is #E65FB5. Grayscale: #6E6E6E. Windows color (decimal): -15097782 or 4890649. OLE color: 4890649.
HSL color Cylindrical-coordinate representation of color #19A04A: hue angle of 141.78º 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 #19A04A is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 74 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.37 |
| HSL | 141.78º | 0.73% | 0.36% | - |
| HSV(B) | 141.78º | 0.84% | 0.63% | - |
| XYZ | 14.21 | 25.84 | 10.72 | - |
| YUV | 109.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 74 | 0.84 | 0 | 0.54 | 0.37 | 141.78 | 0.73 | 0.36 |
| Hex | 19 | A0 | 4A | 54 | 0 | 36 | 25 | 8E | 49 | 24 |
| Octal | 31 | 240 | 112 | 124 | 0 | 66 | 45 | 216 | 111 | 44 |
| Binary | 11001 | 10100000 | 1001010 | 1010100 | 0 | 110110 | 100101 | 10001110 | 1001001 | 100100 |
Color Harmonies of #19A04A
Complementary color
Monochromatic Colors of #19A04A
Black with #19A04A
Text Example
Text Example
White with #19A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A04A; }
p { color: rgb(25,160,74); }
H1.HeaderClassName
{
color: #19A04A;
}
.AnyTagClassName
{
color: #19A04A;
}
</style>
background-color css
<style>
a { background-color: #19A04A; }
a { background-color: rgb(25,160,74); }
div.DivClassName
{
background-color: #19A04A;
}
.BgClassName
{
background-color: #19A04A;
}
</style>
border-color css
<style>
span { border-color: #19A04A; }
span { border-color: rgb(25,160,74); }
td.TdClassName
{
border-color: #19A04A;
}
.TagClassName
{
border-color: #19A04A;
}
</style>