Shades of Pigment Green #13AA43
Tints of Pigment Green #13AA43
RGB
CMYK
RGB Variations
Color information
#13AA43 (or 0x13AA43) is known color: Pigment Green. HEX triplet: 13, AA and 43. RGB value is (19,170,67). Sum of RGB (Red+Green+Blue) = 19+170+67=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA43 is #EC55BC. Grayscale: #717171. Windows color (decimal): -15488445 or 4434451. OLE color: 4434451.
HSL color Cylindrical-coordinate representation of color #13AA43: hue angle of 139.07º 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 #13AA43 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 67 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.33 |
| HSL | 139.07º | 0.8% | 0.37% | - |
| HSV(B) | 139.07º | 0.89% | 0.67% | - |
| XYZ | 15.66 | 29.29 | 10.14 | - |
| YUV | 113.11 | 101.97 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 67 | 0.89 | 0 | 0.61 | 0.33 | 139.07 | 0.8 | 0.37 |
| Hex | 13 | AA | 43 | 59 | 0 | 3D | 21 | 8B | 50 | 25 |
| Octal | 23 | 252 | 103 | 131 | 0 | 75 | 41 | 213 | 120 | 45 |
| Binary | 10011 | 10101010 | 1000011 | 1011001 | 0 | 111101 | 100001 | 10001011 | 1010000 | 100101 |
Color Harmonies of #13AA43
Complementary color
Monochromatic Colors of #13AA43
Black with #13AA43
Text Example
Text Example
White with #13AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA43; }
p { color: rgb(19,170,67); }
H1.HeaderClassName
{
color: #13AA43;
}
.AnyTagClassName
{
color: #13AA43;
}
</style>
background-color css
<style>
a { background-color: #13AA43; }
a { background-color: rgb(19,170,67); }
div.DivClassName
{
background-color: #13AA43;
}
.BgClassName
{
background-color: #13AA43;
}
</style>
border-color css
<style>
span { border-color: #13AA43; }
span { border-color: rgb(19,170,67); }
td.TdClassName
{
border-color: #13AA43;
}
.TagClassName
{
border-color: #13AA43;
}
</style>