Shades of Pigment Green #11AA4A
Tints of Pigment Green #11AA4A
RGB
CMYK
RGB Variations
Color information
#11AA4A (or 0x11AA4A) is known color: Pigment Green. HEX triplet: 11, AA and 4A. RGB value is (17,170,74). Sum of RGB (Red+Green+Blue) = 17+170+74=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA4A is #EE55B5. Grayscale: #717171. Windows color (decimal): -15619510 or 4893201. OLE color: 4893201.
HSL color Cylindrical-coordinate representation of color #11AA4A: hue angle of 142.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA4A is Cyan = 0.9, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 74 | - |
| CMYK | 0.9 | 0 | 0.56 | 0.33 |
| HSL | 142.35º | 0.82% | 0.37% | - |
| HSV(B) | 142.35º | 0.9% | 0.67% | - |
| XYZ | 15.84 | 29.36 | 11.31 | - |
| YUV | 113.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 74 | 0.9 | 0 | 0.56 | 0.33 | 142.35 | 0.82 | 0.37 |
| Hex | 11 | AA | 4A | 5A | 0 | 38 | 21 | 8E | 52 | 25 |
| Octal | 21 | 252 | 112 | 132 | 0 | 70 | 41 | 216 | 122 | 45 |
| Binary | 10001 | 10101010 | 1001010 | 1011010 | 0 | 111000 | 100001 | 10001110 | 1010010 | 100101 |
Color Harmonies of #11AA4A
Complementary color
Monochromatic Colors of #11AA4A
Black with #11AA4A
Text Example
Text Example
White with #11AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA4A; }
p { color: rgb(17,170,74); }
H1.HeaderClassName
{
color: #11AA4A;
}
.AnyTagClassName
{
color: #11AA4A;
}
</style>
background-color css
<style>
a { background-color: #11AA4A; }
a { background-color: rgb(17,170,74); }
div.DivClassName
{
background-color: #11AA4A;
}
.BgClassName
{
background-color: #11AA4A;
}
</style>
border-color css
<style>
span { border-color: #11AA4A; }
span { border-color: rgb(17,170,74); }
td.TdClassName
{
border-color: #11AA4A;
}
.TagClassName
{
border-color: #11AA4A;
}
</style>