Shades of Pigment Green #13AD4B
Tints of Pigment Green #13AD4B
RGB
CMYK
RGB Variations
Color information
#13AD4B (or 0x13AD4B) is known color: Pigment Green. HEX triplet: 13, AD and 4B. RGB value is (19,173,75). Sum of RGB (Red+Green+Blue) = 19+173+75=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD4B is #EC52B4. Grayscale: #747474. Windows color (decimal): -15487669 or 4959507. OLE color: 4959507.
HSL color Cylindrical-coordinate representation of color #13AD4B: hue angle of 141.82º 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 #13AD4B is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 75 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.32 |
| HSL | 141.82º | 0.8% | 0.38% | - |
| HSV(B) | 141.82º | 0.89% | 0.68% | - |
| XYZ | 16.48 | 30.53 | 11.68 | - |
| YUV | 115.78 | 104.98 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 75 | 0.89 | 0 | 0.57 | 0.32 | 141.82 | 0.8 | 0.38 |
| Hex | 13 | AD | 4B | 59 | 0 | 39 | 20 | 8E | 50 | 26 |
| Octal | 23 | 255 | 113 | 131 | 0 | 71 | 40 | 216 | 120 | 46 |
| Binary | 10011 | 10101101 | 1001011 | 1011001 | 0 | 111001 | 100000 | 10001110 | 1010000 | 100110 |
Color Harmonies of #13AD4B
Complementary color
Monochromatic Colors of #13AD4B
Black with #13AD4B
Text Example
Text Example
White with #13AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD4B; }
p { color: rgb(19,173,75); }
H1.HeaderClassName
{
color: #13AD4B;
}
.AnyTagClassName
{
color: #13AD4B;
}
</style>
background-color css
<style>
a { background-color: #13AD4B; }
a { background-color: rgb(19,173,75); }
div.DivClassName
{
background-color: #13AD4B;
}
.BgClassName
{
background-color: #13AD4B;
}
</style>
border-color css
<style>
span { border-color: #13AD4B; }
span { border-color: rgb(19,173,75); }
td.TdClassName
{
border-color: #13AD4B;
}
.TagClassName
{
border-color: #13AD4B;
}
</style>