Shades of Pigment Green #13A844
Tints of Pigment Green #13A844
RGB
CMYK
RGB Variations
Color information
#13A844 (or 0x13A844) is known color: Pigment Green. HEX triplet: 13, A8 and 44. RGB value is (19,168,68). Sum of RGB (Red+Green+Blue) = 19+168+68=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #13A844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A844 is #EC57BB. Grayscale: #707070. Windows color (decimal): -15488956 or 4499475. OLE color: 4499475.
HSL color Cylindrical-coordinate representation of color #13A844: hue angle of 139.73º 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 #13A844 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 68 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.34 |
| HSL | 139.73º | 0.8% | 0.37% | - |
| HSV(B) | 139.73º | 0.89% | 0.66% | - |
| XYZ | 15.31 | 28.56 | 10.17 | - |
| YUV | 112.05 | 103.14 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 68 | 0.89 | 0 | 0.60 | 0.34 | 139.73 | 0.8 | 0.37 |
| Hex | 13 | A8 | 44 | 59 | 0 | 3C | 22 | 8C | 50 | 25 |
| Octal | 23 | 250 | 104 | 131 | 0 | 74 | 42 | 214 | 120 | 45 |
| Binary | 10011 | 10101000 | 1000100 | 1011001 | 0 | 111100 | 100010 | 10001100 | 1010000 | 100101 |
Color Harmonies of #13A844
Complementary color
Monochromatic Colors of #13A844
Black with #13A844
Text Example
Text Example
White with #13A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A844; }
p { color: rgb(19,168,68); }
H1.HeaderClassName
{
color: #13A844;
}
.AnyTagClassName
{
color: #13A844;
}
</style>
background-color css
<style>
a { background-color: #13A844; }
a { background-color: rgb(19,168,68); }
div.DivClassName
{
background-color: #13A844;
}
.BgClassName
{
background-color: #13A844;
}
</style>
border-color css
<style>
span { border-color: #13A844; }
span { border-color: rgb(19,168,68); }
td.TdClassName
{
border-color: #13A844;
}
.TagClassName
{
border-color: #13A844;
}
</style>