Shades of Pigment Green #13AD46
Tints of Pigment Green #13AD46
RGB
CMYK
RGB Variations
Color information
#13AD46 (or 0x13AD46) is known color: Pigment Green. HEX triplet: 13, AD and 46. RGB value is (19,173,70). Sum of RGB (Red+Green+Blue) = 19+173+70=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD46 is #EC52B9. Grayscale: #737373. Windows color (decimal): -15487674 or 4631827. OLE color: 4631827.
HSL color Cylindrical-coordinate representation of color #13AD46: hue angle of 139.87º 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 #13AD46 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 70 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.32 |
| HSL | 139.87º | 0.8% | 0.38% | - |
| HSV(B) | 139.87º | 0.89% | 0.68% | - |
| XYZ | 16.32 | 30.47 | 10.82 | - |
| YUV | 115.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 70 | 0.89 | 0 | 0.60 | 0.32 | 139.87 | 0.8 | 0.38 |
| Hex | 13 | AD | 46 | 59 | 0 | 3C | 20 | 8C | 50 | 26 |
| Octal | 23 | 255 | 106 | 131 | 0 | 74 | 40 | 214 | 120 | 46 |
| Binary | 10011 | 10101101 | 1000110 | 1011001 | 0 | 111100 | 100000 | 10001100 | 1010000 | 100110 |
Color Harmonies of #13AD46
Complementary color
Monochromatic Colors of #13AD46
Black with #13AD46
Text Example
Text Example
White with #13AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD46; }
p { color: rgb(19,173,70); }
H1.HeaderClassName
{
color: #13AD46;
}
.AnyTagClassName
{
color: #13AD46;
}
</style>
background-color css
<style>
a { background-color: #13AD46; }
a { background-color: rgb(19,173,70); }
div.DivClassName
{
background-color: #13AD46;
}
.BgClassName
{
background-color: #13AD46;
}
</style>
border-color css
<style>
span { border-color: #13AD46; }
span { border-color: rgb(19,173,70); }
td.TdClassName
{
border-color: #13AD46;
}
.TagClassName
{
border-color: #13AD46;
}
</style>