Shades of Pigment Green #13AA5C
Tints of Pigment Green #13AA5C
RGB
CMYK
RGB Variations
Color information
#13AA5C (or 0x13AA5C) is known color: Pigment Green. HEX triplet: 13, AA and 5C. RGB value is (19,170,92). Sum of RGB (Red+Green+Blue) = 19+170+92=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA5C is #EC55A3. Grayscale: #747474. Windows color (decimal): -15488420 or 6072851. OLE color: 6072851.
HSL color Cylindrical-coordinate representation of color #13AA5C: hue angle of 149.01º 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 #13AA5C is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 92 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.33 |
| HSL | 149.01º | 0.8% | 0.37% | - |
| HSV(B) | 149.01º | 0.89% | 0.67% | - |
| XYZ | 16.58 | 29.66 | 14.98 | - |
| YUV | 115.96 | 114.47 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 92 | 0.89 | 0 | 0.46 | 0.33 | 149.01 | 0.8 | 0.37 |
| Hex | 13 | AA | 5C | 59 | 0 | 2E | 21 | 95 | 50 | 25 |
| Octal | 23 | 252 | 134 | 131 | 0 | 56 | 41 | 225 | 120 | 45 |
| Binary | 10011 | 10101010 | 1011100 | 1011001 | 0 | 101110 | 100001 | 10010101 | 1010000 | 100101 |
Color Harmonies of #13AA5C
Complementary color
Monochromatic Colors of #13AA5C
Black with #13AA5C
Text Example
Text Example
White with #13AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA5C; }
p { color: rgb(19,170,92); }
H1.HeaderClassName
{
color: #13AA5C;
}
.AnyTagClassName
{
color: #13AA5C;
}
</style>
background-color css
<style>
a { background-color: #13AA5C; }
a { background-color: rgb(19,170,92); }
div.DivClassName
{
background-color: #13AA5C;
}
.BgClassName
{
background-color: #13AA5C;
}
</style>
border-color css
<style>
span { border-color: #13AA5C; }
span { border-color: rgb(19,170,92); }
td.TdClassName
{
border-color: #13AA5C;
}
.TagClassName
{
border-color: #13AA5C;
}
</style>