Shades of Pigment Green #11AA5E
Tints of Pigment Green #11AA5E
RGB
CMYK
RGB Variations
Color information
#11AA5E (or 0x11AA5E) is known color: Pigment Green. HEX triplet: 11, AA and 5E. RGB value is (17,170,94). Sum of RGB (Red+Green+Blue) = 17+170+94=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA5E is #EE55A1. Grayscale: #737373. Windows color (decimal): -15619490 or 6203921. OLE color: 6203921.
HSL color Cylindrical-coordinate representation of color #11AA5E: hue angle of 150.2º 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 #11AA5E is Cyan = 0.9, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 94 | - |
| CMYK | 0.9 | 0 | 0.45 | 0.33 |
| HSL | 150.2º | 0.82% | 0.37% | - |
| HSV(B) | 150.2º | 0.9% | 0.67% | - |
| XYZ | 16.63 | 29.68 | 15.44 | - |
| YUV | 115.59 | 115.81 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 94 | 0.9 | 0 | 0.45 | 0.33 | 150.2 | 0.82 | 0.37 |
| Hex | 11 | AA | 5E | 5A | 0 | 2D | 21 | 96 | 52 | 25 |
| Octal | 21 | 252 | 136 | 132 | 0 | 55 | 41 | 226 | 122 | 45 |
| Binary | 10001 | 10101010 | 1011110 | 1011010 | 0 | 101101 | 100001 | 10010110 | 1010010 | 100101 |
Color Harmonies of #11AA5E
Complementary color
Monochromatic Colors of #11AA5E
Black with #11AA5E
Text Example
Text Example
White with #11AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA5E; }
p { color: rgb(17,170,94); }
H1.HeaderClassName
{
color: #11AA5E;
}
.AnyTagClassName
{
color: #11AA5E;
}
</style>
background-color css
<style>
a { background-color: #11AA5E; }
a { background-color: rgb(17,170,94); }
div.DivClassName
{
background-color: #11AA5E;
}
.BgClassName
{
background-color: #11AA5E;
}
</style>
border-color css
<style>
span { border-color: #11AA5E; }
span { border-color: rgb(17,170,94); }
td.TdClassName
{
border-color: #11AA5E;
}
.TagClassName
{
border-color: #11AA5E;
}
</style>