Shades of Pigment Green #19AF5A
Tints of Pigment Green #19AF5A
RGB
CMYK
RGB Variations
Color information
#19AF5A (or 0x19AF5A) is known color: Pigment Green. HEX triplet: 19, AF and 5A. RGB value is (25,175,90). Sum of RGB (Red+Green+Blue) = 25+175+90=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF5A is #E650A5. Grayscale: #787878. Windows color (decimal): -15093926 or 5943065. OLE color: 5943065.
HSL color Cylindrical-coordinate representation of color #19AF5A: hue angle of 146º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF5A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 90 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.31 |
| HSL | 146º | 0.75% | 0.39% | - |
| HSV(B) | 146º | 0.86% | 0.69% | - |
| XYZ | 17.58 | 31.6 | 14.85 | - |
| YUV | 120.46 | 110.81 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 90 | 0.86 | 0 | 0.49 | 0.31 | 146 | 0.75 | 0.39 |
| Hex | 19 | AF | 5A | 56 | 0 | 31 | 1F | 92 | 4B | 27 |
| Octal | 31 | 257 | 132 | 126 | 0 | 61 | 37 | 222 | 113 | 47 |
| Binary | 11001 | 10101111 | 1011010 | 1010110 | 0 | 110001 | 11111 | 10010010 | 1001011 | 100111 |
Color Harmonies of #19AF5A
Complementary color
Monochromatic Colors of #19AF5A
Black with #19AF5A
Text Example
Text Example
White with #19AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF5A; }
p { color: rgb(25,175,90); }
H1.HeaderClassName
{
color: #19AF5A;
}
.AnyTagClassName
{
color: #19AF5A;
}
</style>
background-color css
<style>
a { background-color: #19AF5A; }
a { background-color: rgb(25,175,90); }
div.DivClassName
{
background-color: #19AF5A;
}
.BgClassName
{
background-color: #19AF5A;
}
</style>
border-color css
<style>
span { border-color: #19AF5A; }
span { border-color: rgb(25,175,90); }
td.TdClassName
{
border-color: #19AF5A;
}
.TagClassName
{
border-color: #19AF5A;
}
</style>