Shades of Pigment Green #19AA5E
Tints of Pigment Green #19AA5E
RGB
CMYK
RGB Variations
Color information
#19AA5E (or 0x19AA5E) is known color: Pigment Green. HEX triplet: 19, AA and 5E. RGB value is (25,170,94). Sum of RGB (Red+Green+Blue) = 25+170+94=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA5E is #E655A1. Grayscale: #767676. Windows color (decimal): -15095202 or 6203929. OLE color: 6203929.
HSL color Cylindrical-coordinate representation of color #19AA5E: hue angle of 148.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA5E is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 94 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.33 |
| HSL | 148.55º | 0.74% | 0.38% | - |
| HSV(B) | 148.55º | 0.85% | 0.67% | - |
| XYZ | 16.8 | 29.76 | 15.45 | - |
| YUV | 117.98 | 114.46 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 94 | 0.85 | 0 | 0.45 | 0.33 | 148.55 | 0.74 | 0.38 |
| Hex | 19 | AA | 5E | 55 | 0 | 2D | 21 | 95 | 4A | 26 |
| Octal | 31 | 252 | 136 | 125 | 0 | 55 | 41 | 225 | 112 | 46 |
| Binary | 11001 | 10101010 | 1011110 | 1010101 | 0 | 101101 | 100001 | 10010101 | 1001010 | 100110 |
Color Harmonies of #19AA5E
Complementary color
Monochromatic Colors of #19AA5E
Black with #19AA5E
Text Example
Text Example
White with #19AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA5E; }
p { color: rgb(25,170,94); }
H1.HeaderClassName
{
color: #19AA5E;
}
.AnyTagClassName
{
color: #19AA5E;
}
</style>
background-color css
<style>
a { background-color: #19AA5E; }
a { background-color: rgb(25,170,94); }
div.DivClassName
{
background-color: #19AA5E;
}
.BgClassName
{
background-color: #19AA5E;
}
</style>
border-color css
<style>
span { border-color: #19AA5E; }
span { border-color: rgb(25,170,94); }
td.TdClassName
{
border-color: #19AA5E;
}
.TagClassName
{
border-color: #19AA5E;
}
</style>