Shades of Pigment Green #13AA4A
Tints of Pigment Green #13AA4A
RGB
CMYK
RGB Variations
Color information
#13AA4A (or 0x13AA4A) is known color: Pigment Green. HEX triplet: 13, AA and 4A. RGB value is (19,170,74). Sum of RGB (Red+Green+Blue) = 19+170+74=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA4A is #EC55B5. Grayscale: #727272. Windows color (decimal): -15488438 or 4893203. OLE color: 4893203.
HSL color Cylindrical-coordinate representation of color #13AA4A: hue angle of 141.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA4A is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 74 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.33 |
| HSL | 141.85º | 0.8% | 0.37% | - |
| HSV(B) | 141.85º | 0.89% | 0.67% | - |
| XYZ | 15.88 | 29.38 | 11.31 | - |
| YUV | 113.91 | 105.47 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 74 | 0.89 | 0 | 0.56 | 0.33 | 141.85 | 0.8 | 0.37 |
| Hex | 13 | AA | 4A | 59 | 0 | 38 | 21 | 8E | 50 | 25 |
| Octal | 23 | 252 | 112 | 131 | 0 | 70 | 41 | 216 | 120 | 45 |
| Binary | 10011 | 10101010 | 1001010 | 1011001 | 0 | 111000 | 100001 | 10001110 | 1010000 | 100101 |
Color Harmonies of #13AA4A
Complementary color
Monochromatic Colors of #13AA4A
Black with #13AA4A
Text Example
Text Example
White with #13AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA4A; }
p { color: rgb(19,170,74); }
H1.HeaderClassName
{
color: #13AA4A;
}
.AnyTagClassName
{
color: #13AA4A;
}
</style>
background-color css
<style>
a { background-color: #13AA4A; }
a { background-color: rgb(19,170,74); }
div.DivClassName
{
background-color: #13AA4A;
}
.BgClassName
{
background-color: #13AA4A;
}
</style>
border-color css
<style>
span { border-color: #13AA4A; }
span { border-color: rgb(19,170,74); }
td.TdClassName
{
border-color: #13AA4A;
}
.TagClassName
{
border-color: #13AA4A;
}
</style>