Shades of Pigment Green #13AD5E
Tints of Pigment Green #13AD5E
RGB
CMYK
RGB Variations
Color information
#13AD5E (or 0x13AD5E) is known color: Pigment Green. HEX triplet: 13, AD and 5E. RGB value is (19,173,94). Sum of RGB (Red+Green+Blue) = 19+173+94=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD5E is #EC52A1. Grayscale: #767676. Windows color (decimal): -15487650 or 6204691. OLE color: 6204691.
HSL color Cylindrical-coordinate representation of color #13AD5E: hue angle of 149.22º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD5E is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 94 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.32 |
| HSL | 149.22º | 0.8% | 0.38% | - |
| HSV(B) | 149.22º | 0.89% | 0.68% | - |
| XYZ | 17.23 | 30.83 | 15.63 | - |
| YUV | 117.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 94 | 0.89 | 0 | 0.46 | 0.32 | 149.22 | 0.8 | 0.38 |
| Hex | 13 | AD | 5E | 59 | 0 | 2E | 20 | 95 | 50 | 26 |
| Octal | 23 | 255 | 136 | 131 | 0 | 56 | 40 | 225 | 120 | 46 |
| Binary | 10011 | 10101101 | 1011110 | 1011001 | 0 | 101110 | 100000 | 10010101 | 1010000 | 100110 |
Color Harmonies of #13AD5E
Complementary color
Monochromatic Colors of #13AD5E
Black with #13AD5E
Text Example
Text Example
White with #13AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD5E; }
p { color: rgb(19,173,94); }
H1.HeaderClassName
{
color: #13AD5E;
}
.AnyTagClassName
{
color: #13AD5E;
}
</style>
background-color css
<style>
a { background-color: #13AD5E; }
a { background-color: rgb(19,173,94); }
div.DivClassName
{
background-color: #13AD5E;
}
.BgClassName
{
background-color: #13AD5E;
}
</style>
border-color css
<style>
span { border-color: #13AD5E; }
span { border-color: rgb(19,173,94); }
td.TdClassName
{
border-color: #13AD5E;
}
.TagClassName
{
border-color: #13AD5E;
}
</style>