Shades of Pigment Green #13AD5D
Tints of Pigment Green #13AD5D
RGB
CMYK
RGB Variations
Color information
#13AD5D (or 0x13AD5D) is known color: Pigment Green. HEX triplet: 13, AD and 5D. RGB value is (19,173,93). Sum of RGB (Red+Green+Blue) = 19+173+93=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD5D is #EC52A2. Grayscale: #767676. Windows color (decimal): -15487651 or 6139155. OLE color: 6139155.
HSL color Cylindrical-coordinate representation of color #13AD5D: hue angle of 148.83º 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 #13AD5D is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 93 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.32 |
| HSL | 148.83º | 0.8% | 0.38% | - |
| HSV(B) | 148.83º | 0.89% | 0.68% | - |
| XYZ | 17.19 | 30.82 | 15.4 | - |
| YUV | 117.83 | 113.98 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 93 | 0.89 | 0 | 0.46 | 0.32 | 148.83 | 0.8 | 0.38 |
| Hex | 13 | AD | 5D | 59 | 0 | 2E | 20 | 95 | 50 | 26 |
| Octal | 23 | 255 | 135 | 131 | 0 | 56 | 40 | 225 | 120 | 46 |
| Binary | 10011 | 10101101 | 1011101 | 1011001 | 0 | 101110 | 100000 | 10010101 | 1010000 | 100110 |
Color Harmonies of #13AD5D
Complementary color
Monochromatic Colors of #13AD5D
Black with #13AD5D
Text Example
Text Example
White with #13AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD5D; }
p { color: rgb(19,173,93); }
H1.HeaderClassName
{
color: #13AD5D;
}
.AnyTagClassName
{
color: #13AD5D;
}
</style>
background-color css
<style>
a { background-color: #13AD5D; }
a { background-color: rgb(19,173,93); }
div.DivClassName
{
background-color: #13AD5D;
}
.BgClassName
{
background-color: #13AD5D;
}
</style>
border-color css
<style>
span { border-color: #13AD5D; }
span { border-color: rgb(19,173,93); }
td.TdClassName
{
border-color: #13AD5D;
}
.TagClassName
{
border-color: #13AD5D;
}
</style>