Shades of Pigment Green #13AD4D
Tints of Pigment Green #13AD4D
RGB
CMYK
RGB Variations
Color information
#13AD4D (or 0x13AD4D) is known color: Pigment Green. HEX triplet: 13, AD and 4D. RGB value is (19,173,77). Sum of RGB (Red+Green+Blue) = 19+173+77=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD4D is #EC52B2. Grayscale: #747474. Windows color (decimal): -15487667 or 5090579. OLE color: 5090579.
HSL color Cylindrical-coordinate representation of color #13AD4D: hue angle of 142.6º 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 #13AD4D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 77 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.32 |
| HSL | 142.6º | 0.8% | 0.38% | - |
| HSV(B) | 142.6º | 0.89% | 0.68% | - |
| XYZ | 16.55 | 30.56 | 12.05 | - |
| YUV | 116.01 | 105.98 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 77 | 0.89 | 0 | 0.55 | 0.32 | 142.6 | 0.8 | 0.38 |
| Hex | 13 | AD | 4D | 59 | 0 | 37 | 20 | 8F | 50 | 26 |
| Octal | 23 | 255 | 115 | 131 | 0 | 67 | 40 | 217 | 120 | 46 |
| Binary | 10011 | 10101101 | 1001101 | 1011001 | 0 | 110111 | 100000 | 10001111 | 1010000 | 100110 |
Color Harmonies of #13AD4D
Complementary color
Monochromatic Colors of #13AD4D
Black with #13AD4D
Text Example
Text Example
White with #13AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD4D; }
p { color: rgb(19,173,77); }
H1.HeaderClassName
{
color: #13AD4D;
}
.AnyTagClassName
{
color: #13AD4D;
}
</style>
background-color css
<style>
a { background-color: #13AD4D; }
a { background-color: rgb(19,173,77); }
div.DivClassName
{
background-color: #13AD4D;
}
.BgClassName
{
background-color: #13AD4D;
}
</style>
border-color css
<style>
span { border-color: #13AD4D; }
span { border-color: rgb(19,173,77); }
td.TdClassName
{
border-color: #13AD4D;
}
.TagClassName
{
border-color: #13AD4D;
}
</style>