Shades of Pigment Green #19AA5D
Tints of Pigment Green #19AA5D
RGB
CMYK
RGB Variations
Color information
#19AA5D (or 0x19AA5D) is known color: Pigment Green. HEX triplet: 19, AA and 5D. RGB value is (25,170,93). Sum of RGB (Red+Green+Blue) = 25+170+93=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA5D is #E655A2. Grayscale: #767676. Windows color (decimal): -15095203 or 6138393. OLE color: 6138393.
HSL color Cylindrical-coordinate representation of color #19AA5D: hue angle of 148.14º 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 #19AA5D is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 93 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.33 |
| HSL | 148.14º | 0.74% | 0.38% | - |
| HSV(B) | 148.14º | 0.85% | 0.67% | - |
| XYZ | 16.75 | 29.75 | 15.21 | - |
| YUV | 117.87 | 113.96 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 93 | 0.85 | 0 | 0.45 | 0.33 | 148.14 | 0.74 | 0.38 |
| Hex | 19 | AA | 5D | 55 | 0 | 2D | 21 | 94 | 4A | 26 |
| Octal | 31 | 252 | 135 | 125 | 0 | 55 | 41 | 224 | 112 | 46 |
| Binary | 11001 | 10101010 | 1011101 | 1010101 | 0 | 101101 | 100001 | 10010100 | 1001010 | 100110 |
Color Harmonies of #19AA5D
Complementary color
Monochromatic Colors of #19AA5D
Black with #19AA5D
Text Example
Text Example
White with #19AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA5D; }
p { color: rgb(25,170,93); }
H1.HeaderClassName
{
color: #19AA5D;
}
.AnyTagClassName
{
color: #19AA5D;
}
</style>
background-color css
<style>
a { background-color: #19AA5D; }
a { background-color: rgb(25,170,93); }
div.DivClassName
{
background-color: #19AA5D;
}
.BgClassName
{
background-color: #19AA5D;
}
</style>
border-color css
<style>
span { border-color: #19AA5D; }
span { border-color: rgb(25,170,93); }
td.TdClassName
{
border-color: #19AA5D;
}
.TagClassName
{
border-color: #19AA5D;
}
</style>