Shades of Pigment Green #19A852
Tints of Pigment Green #19A852
RGB
CMYK
RGB Variations
Color information
#19A852 (or 0x19A852) is known color: Pigment Green. HEX triplet: 19, A8 and 52. RGB value is (25,168,82). Sum of RGB (Red+Green+Blue) = 25+168+82=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 168 (66.02% from 255 or 61.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 168 - color contains mainly: green. Hex color #19A852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A852 is #E657AD. Grayscale: #737373. Windows color (decimal): -15095726 or 5416985. OLE color: 5416985.
HSL color Cylindrical-coordinate representation of color #19A852: hue angle of 143.92º 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 #19A852 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 82 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.34 |
| HSL | 143.92º | 0.74% | 0.38% | - |
| HSV(B) | 143.92º | 0.85% | 0.66% | - |
| XYZ | 15.93 | 28.82 | 12.71 | - |
| YUV | 115.44 | 109.12 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 82 | 0.85 | 0 | 0.51 | 0.34 | 143.92 | 0.74 | 0.38 |
| Hex | 19 | A8 | 52 | 55 | 0 | 33 | 22 | 90 | 4A | 26 |
| Octal | 31 | 250 | 122 | 125 | 0 | 63 | 42 | 220 | 112 | 46 |
| Binary | 11001 | 10101000 | 1010010 | 1010101 | 0 | 110011 | 100010 | 10010000 | 1001010 | 100110 |
Color Harmonies of #19A852
Complementary color
Monochromatic Colors of #19A852
Black with #19A852
Text Example
Text Example
White with #19A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A852; }
p { color: rgb(25,168,82); }
H1.HeaderClassName
{
color: #19A852;
}
.AnyTagClassName
{
color: #19A852;
}
</style>
background-color css
<style>
a { background-color: #19A852; }
a { background-color: rgb(25,168,82); }
div.DivClassName
{
background-color: #19A852;
}
.BgClassName
{
background-color: #19A852;
}
</style>
border-color css
<style>
span { border-color: #19A852; }
span { border-color: rgb(25,168,82); }
td.TdClassName
{
border-color: #19A852;
}
.TagClassName
{
border-color: #19A852;
}
</style>