Shades of Pigment Green #13AD55
Tints of Pigment Green #13AD55
RGB
CMYK
RGB Variations
Color information
#13AD55 (or 0x13AD55) is known color: Pigment Green. HEX triplet: 13, AD and 55. RGB value is (19,173,85). Sum of RGB (Red+Green+Blue) = 19+173+85=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD55 is #EC52AA. Grayscale: #757575. Windows color (decimal): -15487659 or 5614867. OLE color: 5614867.
HSL color Cylindrical-coordinate representation of color #13AD55: hue angle of 145.71º 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 #13AD55 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 85 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.32 |
| HSL | 145.71º | 0.8% | 0.38% | - |
| HSV(B) | 145.71º | 0.89% | 0.68% | - |
| XYZ | 16.85 | 30.68 | 13.63 | - |
| YUV | 116.92 | 109.98 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 85 | 0.89 | 0 | 0.51 | 0.32 | 145.71 | 0.8 | 0.38 |
| Hex | 13 | AD | 55 | 59 | 0 | 33 | 20 | 92 | 50 | 26 |
| Octal | 23 | 255 | 125 | 131 | 0 | 63 | 40 | 222 | 120 | 46 |
| Binary | 10011 | 10101101 | 1010101 | 1011001 | 0 | 110011 | 100000 | 10010010 | 1010000 | 100110 |
Color Harmonies of #13AD55
Complementary color
Monochromatic Colors of #13AD55
Black with #13AD55
Text Example
Text Example
White with #13AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD55; }
p { color: rgb(19,173,85); }
H1.HeaderClassName
{
color: #13AD55;
}
.AnyTagClassName
{
color: #13AD55;
}
</style>
background-color css
<style>
a { background-color: #13AD55; }
a { background-color: rgb(19,173,85); }
div.DivClassName
{
background-color: #13AD55;
}
.BgClassName
{
background-color: #13AD55;
}
</style>
border-color css
<style>
span { border-color: #13AD55; }
span { border-color: rgb(19,173,85); }
td.TdClassName
{
border-color: #13AD55;
}
.TagClassName
{
border-color: #13AD55;
}
</style>