Shades of Pigment Green #13AD57
Tints of Pigment Green #13AD57
RGB
CMYK
RGB Variations
Color information
#13AD57 (or 0x13AD57) is known color: Pigment Green. HEX triplet: 13, AD and 57. RGB value is (19,173,87). Sum of RGB (Red+Green+Blue) = 19+173+87=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD57 is #EC52A8. Grayscale: #757575. Windows color (decimal): -15487657 or 5745939. OLE color: 5745939.
HSL color Cylindrical-coordinate representation of color #13AD57: hue angle of 146.49º 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 #13AD57 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 87 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.32 |
| HSL | 146.49º | 0.8% | 0.38% | - |
| HSV(B) | 146.49º | 0.89% | 0.68% | - |
| XYZ | 16.93 | 30.71 | 14.05 | - |
| YUV | 117.15 | 110.98 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 87 | 0.89 | 0 | 0.50 | 0.32 | 146.49 | 0.8 | 0.38 |
| Hex | 13 | AD | 57 | 59 | 0 | 32 | 20 | 92 | 50 | 26 |
| Octal | 23 | 255 | 127 | 131 | 0 | 62 | 40 | 222 | 120 | 46 |
| Binary | 10011 | 10101101 | 1010111 | 1011001 | 0 | 110010 | 100000 | 10010010 | 1010000 | 100110 |
Color Harmonies of #13AD57
Complementary color
Monochromatic Colors of #13AD57
Black with #13AD57
Text Example
Text Example
White with #13AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD57; }
p { color: rgb(19,173,87); }
H1.HeaderClassName
{
color: #13AD57;
}
.AnyTagClassName
{
color: #13AD57;
}
</style>
background-color css
<style>
a { background-color: #13AD57; }
a { background-color: rgb(19,173,87); }
div.DivClassName
{
background-color: #13AD57;
}
.BgClassName
{
background-color: #13AD57;
}
</style>
border-color css
<style>
span { border-color: #13AD57; }
span { border-color: rgb(19,173,87); }
td.TdClassName
{
border-color: #13AD57;
}
.TagClassName
{
border-color: #13AD57;
}
</style>