Shades of Pigment Green #13AD4F
Tints of Pigment Green #13AD4F
RGB
CMYK
RGB Variations
Color information
#13AD4F (or 0x13AD4F) is known color: Pigment Green. HEX triplet: 13, AD and 4F. RGB value is (19,173,79). Sum of RGB (Red+Green+Blue) = 19+173+79=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD4F is #EC52B0. Grayscale: #747474. Windows color (decimal): -15487665 or 5221651. OLE color: 5221651.
HSL color Cylindrical-coordinate representation of color #13AD4F: hue angle of 143.38º 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 #13AD4F is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 79 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.32 |
| HSL | 143.38º | 0.8% | 0.38% | - |
| HSV(B) | 143.38º | 0.89% | 0.68% | - |
| XYZ | 16.62 | 30.59 | 12.43 | - |
| YUV | 116.24 | 106.98 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 79 | 0.89 | 0 | 0.54 | 0.32 | 143.38 | 0.8 | 0.38 |
| Hex | 13 | AD | 4F | 59 | 0 | 36 | 20 | 8F | 50 | 26 |
| Octal | 23 | 255 | 117 | 131 | 0 | 66 | 40 | 217 | 120 | 46 |
| Binary | 10011 | 10101101 | 1001111 | 1011001 | 0 | 110110 | 100000 | 10001111 | 1010000 | 100110 |
Color Harmonies of #13AD4F
Complementary color
Monochromatic Colors of #13AD4F
Black with #13AD4F
Text Example
Text Example
White with #13AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD4F; }
p { color: rgb(19,173,79); }
H1.HeaderClassName
{
color: #13AD4F;
}
.AnyTagClassName
{
color: #13AD4F;
}
</style>
background-color css
<style>
a { background-color: #13AD4F; }
a { background-color: rgb(19,173,79); }
div.DivClassName
{
background-color: #13AD4F;
}
.BgClassName
{
background-color: #13AD4F;
}
</style>
border-color css
<style>
span { border-color: #13AD4F; }
span { border-color: rgb(19,173,79); }
td.TdClassName
{
border-color: #13AD4F;
}
.TagClassName
{
border-color: #13AD4F;
}
</style>