Shades of Pigment Green #19A952
Tints of Pigment Green #19A952
RGB
CMYK
RGB Variations
Color information
#19A952 (or 0x19A952) is known color: Pigment Green. HEX triplet: 19, A9 and 52. RGB value is (25,169,82). Sum of RGB (Red+Green+Blue) = 25+169+82=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #19A952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A952 is #E656AD. Grayscale: #747474. Windows color (decimal): -15095470 or 5417241. OLE color: 5417241.
HSL color Cylindrical-coordinate representation of color #19A952: hue angle of 143.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A952 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 82 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.34 |
| HSL | 143.75º | 0.74% | 0.38% | - |
| HSV(B) | 143.75º | 0.85% | 0.66% | - |
| XYZ | 16.11 | 29.19 | 12.77 | - |
| YUV | 116.03 | 108.79 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 82 | 0.85 | 0 | 0.51 | 0.34 | 143.75 | 0.74 | 0.38 |
| Hex | 19 | A9 | 52 | 55 | 0 | 33 | 22 | 90 | 4A | 26 |
| Octal | 31 | 251 | 122 | 125 | 0 | 63 | 42 | 220 | 112 | 46 |
| Binary | 11001 | 10101001 | 1010010 | 1010101 | 0 | 110011 | 100010 | 10010000 | 1001010 | 100110 |
Color Harmonies of #19A952
Complementary color
Monochromatic Colors of #19A952
Black with #19A952
Text Example
Text Example
White with #19A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A952; }
p { color: rgb(25,169,82); }
H1.HeaderClassName
{
color: #19A952;
}
.AnyTagClassName
{
color: #19A952;
}
</style>
background-color css
<style>
a { background-color: #19A952; }
a { background-color: rgb(25,169,82); }
div.DivClassName
{
background-color: #19A952;
}
.BgClassName
{
background-color: #19A952;
}
</style>
border-color css
<style>
span { border-color: #19A952; }
span { border-color: rgb(25,169,82); }
td.TdClassName
{
border-color: #19A952;
}
.TagClassName
{
border-color: #19A952;
}
</style>