Shades of Pigment Green #19AF5D
Tints of Pigment Green #19AF5D
RGB
CMYK
RGB Variations
Color information
#19AF5D (or 0x19AF5D) is known color: Pigment Green. HEX triplet: 19, AF and 5D. RGB value is (25,175,93). Sum of RGB (Red+Green+Blue) = 25+175+93=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF5D is #E650A2. Grayscale: #787878. Windows color (decimal): -15093923 or 6139673. OLE color: 6139673.
HSL color Cylindrical-coordinate representation of color #19AF5D: hue angle of 147.2º 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 #19AF5D is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 93 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.31 |
| HSL | 147.2º | 0.75% | 0.39% | - |
| HSV(B) | 147.2º | 0.86% | 0.69% | - |
| XYZ | 17.71 | 31.66 | 15.53 | - |
| YUV | 120.8 | 112.31 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 93 | 0.86 | 0 | 0.47 | 0.31 | 147.2 | 0.75 | 0.39 |
| Hex | 19 | AF | 5D | 56 | 0 | 2F | 1F | 93 | 4B | 27 |
| Octal | 31 | 257 | 135 | 126 | 0 | 57 | 37 | 223 | 113 | 47 |
| Binary | 11001 | 10101111 | 1011101 | 1010110 | 0 | 101111 | 11111 | 10010011 | 1001011 | 100111 |
Color Harmonies of #19AF5D
Complementary color
Monochromatic Colors of #19AF5D
Black with #19AF5D
Text Example
Text Example
White with #19AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF5D; }
p { color: rgb(25,175,93); }
H1.HeaderClassName
{
color: #19AF5D;
}
.AnyTagClassName
{
color: #19AF5D;
}
</style>
background-color css
<style>
a { background-color: #19AF5D; }
a { background-color: rgb(25,175,93); }
div.DivClassName
{
background-color: #19AF5D;
}
.BgClassName
{
background-color: #19AF5D;
}
</style>
border-color css
<style>
span { border-color: #19AF5D; }
span { border-color: rgb(25,175,93); }
td.TdClassName
{
border-color: #19AF5D;
}
.TagClassName
{
border-color: #19AF5D;
}
</style>