Shades of Pigment Green #13AA5A
Tints of Pigment Green #13AA5A
RGB
CMYK
RGB Variations
Color information
#13AA5A (or 0x13AA5A) is known color: Pigment Green. HEX triplet: 13, AA and 5A. RGB value is (19,170,90). Sum of RGB (Red+Green+Blue) = 19+170+90=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA5A is #EC55A5. Grayscale: #737373. Windows color (decimal): -15488422 or 5941779. OLE color: 5941779.
HSL color Cylindrical-coordinate representation of color #13AA5A: hue angle of 148.21º 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 #13AA5A is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 90 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.33 |
| HSL | 148.21º | 0.8% | 0.37% | - |
| HSV(B) | 148.21º | 0.89% | 0.67% | - |
| XYZ | 16.49 | 29.63 | 14.52 | - |
| YUV | 115.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 90 | 0.89 | 0 | 0.47 | 0.33 | 148.21 | 0.8 | 0.37 |
| Hex | 13 | AA | 5A | 59 | 0 | 2F | 21 | 94 | 50 | 25 |
| Octal | 23 | 252 | 132 | 131 | 0 | 57 | 41 | 224 | 120 | 45 |
| Binary | 10011 | 10101010 | 1011010 | 1011001 | 0 | 101111 | 100001 | 10010100 | 1010000 | 100101 |
Color Harmonies of #13AA5A
Complementary color
Monochromatic Colors of #13AA5A
Black with #13AA5A
Text Example
Text Example
White with #13AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA5A; }
p { color: rgb(19,170,90); }
H1.HeaderClassName
{
color: #13AA5A;
}
.AnyTagClassName
{
color: #13AA5A;
}
</style>
background-color css
<style>
a { background-color: #13AA5A; }
a { background-color: rgb(19,170,90); }
div.DivClassName
{
background-color: #13AA5A;
}
.BgClassName
{
background-color: #13AA5A;
}
</style>
border-color css
<style>
span { border-color: #13AA5A; }
span { border-color: rgb(19,170,90); }
td.TdClassName
{
border-color: #13AA5A;
}
.TagClassName
{
border-color: #13AA5A;
}
</style>