Shades of Pigment Green #13A947
Tints of Pigment Green #13A947
RGB
CMYK
RGB Variations
Color information
#13A947 (or 0x13A947) is known color: Pigment Green. HEX triplet: 13, A9 and 47. RGB value is (19,169,71). Sum of RGB (Red+Green+Blue) = 19+169+71=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 169 (66.41% from 255 or 65.25% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 169 - color contains mainly: green. Hex color #13A947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A947 is #EC56B8. Grayscale: #717171. Windows color (decimal): -15488697 or 4696339. OLE color: 4696339.
HSL color Cylindrical-coordinate representation of color #13A947: hue angle of 140.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A947 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 71 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.34 |
| HSL | 140.8º | 0.8% | 0.37% | - |
| HSV(B) | 140.8º | 0.89% | 0.66% | - |
| XYZ | 15.59 | 28.97 | 10.73 | - |
| YUV | 112.98 | 104.31 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 71 | 0.89 | 0 | 0.58 | 0.34 | 140.8 | 0.8 | 0.37 |
| Hex | 13 | A9 | 47 | 59 | 0 | 3A | 22 | 8D | 50 | 25 |
| Octal | 23 | 251 | 107 | 131 | 0 | 72 | 42 | 215 | 120 | 45 |
| Binary | 10011 | 10101001 | 1000111 | 1011001 | 0 | 111010 | 100010 | 10001101 | 1010000 | 100101 |
Color Harmonies of #13A947
Complementary color
Monochromatic Colors of #13A947
Black with #13A947
Text Example
Text Example
White with #13A947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A947; }
p { color: rgb(19,169,71); }
H1.HeaderClassName
{
color: #13A947;
}
.AnyTagClassName
{
color: #13A947;
}
</style>
background-color css
<style>
a { background-color: #13A947; }
a { background-color: rgb(19,169,71); }
div.DivClassName
{
background-color: #13A947;
}
.BgClassName
{
background-color: #13A947;
}
</style>
border-color css
<style>
span { border-color: #13A947; }
span { border-color: rgb(19,169,71); }
td.TdClassName
{
border-color: #13A947;
}
.TagClassName
{
border-color: #13A947;
}
</style>