Shades of Pigment Green #13AD51
Tints of Pigment Green #13AD51
RGB
CMYK
RGB Variations
Color information
#13AD51 (or 0x13AD51) is known color: Pigment Green. HEX triplet: 13, AD and 51. RGB value is (19,173,81). Sum of RGB (Red+Green+Blue) = 19+173+81=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD51 is #EC52AE. Grayscale: #747474. Windows color (decimal): -15487663 or 5352723. OLE color: 5352723.
HSL color Cylindrical-coordinate representation of color #13AD51: hue angle of 144.16º 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 #13AD51 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 81 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.32 |
| HSL | 144.16º | 0.8% | 0.38% | - |
| HSV(B) | 144.16º | 0.89% | 0.68% | - |
| XYZ | 16.7 | 30.62 | 12.81 | - |
| YUV | 116.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 81 | 0.89 | 0 | 0.53 | 0.32 | 144.16 | 0.8 | 0.38 |
| Hex | 13 | AD | 51 | 59 | 0 | 35 | 20 | 90 | 50 | 26 |
| Octal | 23 | 255 | 121 | 131 | 0 | 65 | 40 | 220 | 120 | 46 |
| Binary | 10011 | 10101101 | 1010001 | 1011001 | 0 | 110101 | 100000 | 10010000 | 1010000 | 100110 |
Color Harmonies of #13AD51
Complementary color
Monochromatic Colors of #13AD51
Black with #13AD51
Text Example
Text Example
White with #13AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD51; }
p { color: rgb(19,173,81); }
H1.HeaderClassName
{
color: #13AD51;
}
.AnyTagClassName
{
color: #13AD51;
}
</style>
background-color css
<style>
a { background-color: #13AD51; }
a { background-color: rgb(19,173,81); }
div.DivClassName
{
background-color: #13AD51;
}
.BgClassName
{
background-color: #13AD51;
}
</style>
border-color css
<style>
span { border-color: #13AD51; }
span { border-color: rgb(19,173,81); }
td.TdClassName
{
border-color: #13AD51;
}
.TagClassName
{
border-color: #13AD51;
}
</style>