Shades of Pigment Green #19AB50
Tints of Pigment Green #19AB50
RGB
CMYK
RGB Variations
Color information
#19AB50 (or 0x19AB50) is known color: Pigment Green. HEX triplet: 19, AB and 50. RGB value is (25,171,80). Sum of RGB (Red+Green+Blue) = 25+171+80=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB50 is #E654AF. Grayscale: #757575. Windows color (decimal): -15094960 or 5286681. OLE color: 5286681.
HSL color Cylindrical-coordinate representation of color #19AB50: hue angle of 142.6º 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 #19AB50 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 80 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.33 |
| HSL | 142.6º | 0.74% | 0.38% | - |
| HSV(B) | 142.6º | 0.85% | 0.67% | - |
| XYZ | 16.41 | 29.91 | 12.5 | - |
| YUV | 116.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 80 | 0.85 | 0 | 0.53 | 0.33 | 142.6 | 0.74 | 0.38 |
| Hex | 19 | AB | 50 | 55 | 0 | 35 | 21 | 8F | 4A | 26 |
| Octal | 31 | 253 | 120 | 125 | 0 | 65 | 41 | 217 | 112 | 46 |
| Binary | 11001 | 10101011 | 1010000 | 1010101 | 0 | 110101 | 100001 | 10001111 | 1001010 | 100110 |
Color Harmonies of #19AB50
Complementary color
Monochromatic Colors of #19AB50
Black with #19AB50
Text Example
Text Example
White with #19AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB50; }
p { color: rgb(25,171,80); }
H1.HeaderClassName
{
color: #19AB50;
}
.AnyTagClassName
{
color: #19AB50;
}
</style>
background-color css
<style>
a { background-color: #19AB50; }
a { background-color: rgb(25,171,80); }
div.DivClassName
{
background-color: #19AB50;
}
.BgClassName
{
background-color: #19AB50;
}
</style>
border-color css
<style>
span { border-color: #19AB50; }
span { border-color: rgb(25,171,80); }
td.TdClassName
{
border-color: #19AB50;
}
.TagClassName
{
border-color: #19AB50;
}
</style>