Shades of Pigment Green #19A256
Tints of Pigment Green #19A256
RGB
CMYK
RGB Variations
Color information
#19A256 (or 0x19A256) is known color: Pigment Green. HEX triplet: 19, A2 and 56. RGB value is (25,162,86). Sum of RGB (Red+Green+Blue) = 25+162+86=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #19A256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A256 is #E65DA9. Grayscale: #707070. Windows color (decimal): -15097258 or 5677593. OLE color: 5677593.
HSL color Cylindrical-coordinate representation of color #19A256: hue angle of 146.72º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A256 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 86 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.36 |
| HSL | 146.72º | 0.73% | 0.37% | - |
| HSV(B) | 146.72º | 0.85% | 0.64% | - |
| XYZ | 15 | 26.72 | 13.17 | - |
| YUV | 112.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 86 | 0.85 | 0 | 0.47 | 0.36 | 146.72 | 0.73 | 0.37 |
| Hex | 19 | A2 | 56 | 55 | 0 | 2F | 24 | 93 | 49 | 25 |
| Octal | 31 | 242 | 126 | 125 | 0 | 57 | 44 | 223 | 111 | 45 |
| Binary | 11001 | 10100010 | 1010110 | 1010101 | 0 | 101111 | 100100 | 10010011 | 1001001 | 100101 |
Color Harmonies of #19A256
Complementary color
Monochromatic Colors of #19A256
Black with #19A256
Text Example
Text Example
White with #19A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A256; }
p { color: rgb(25,162,86); }
H1.HeaderClassName
{
color: #19A256;
}
.AnyTagClassName
{
color: #19A256;
}
</style>
background-color css
<style>
a { background-color: #19A256; }
a { background-color: rgb(25,162,86); }
div.DivClassName
{
background-color: #19A256;
}
.BgClassName
{
background-color: #19A256;
}
</style>
border-color css
<style>
span { border-color: #19A256; }
span { border-color: rgb(25,162,86); }
td.TdClassName
{
border-color: #19A256;
}
.TagClassName
{
border-color: #19A256;
}
</style>