Shades of Pigment Green #11AA5D
Tints of Pigment Green #11AA5D
RGB
CMYK
RGB Variations
Color information
#11AA5D (or 0x11AA5D) is known color: Pigment Green. HEX triplet: 11, AA and 5D. RGB value is (17,170,93). Sum of RGB (Red+Green+Blue) = 17+170+93=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA5D is #EE55A2. Grayscale: #737373. Windows color (decimal): -15619491 or 6138385. OLE color: 6138385.
HSL color Cylindrical-coordinate representation of color #11AA5D: hue angle of 149.8º 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 #11AA5D is Cyan = 0.9, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 93 | - |
| CMYK | 0.9 | 0 | 0.45 | 0.33 |
| HSL | 149.8º | 0.82% | 0.37% | - |
| HSV(B) | 149.8º | 0.9% | 0.67% | - |
| XYZ | 16.58 | 29.66 | 15.21 | - |
| YUV | 115.48 | 115.31 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 93 | 0.9 | 0 | 0.45 | 0.33 | 149.8 | 0.82 | 0.37 |
| Hex | 11 | AA | 5D | 5A | 0 | 2D | 21 | 96 | 52 | 25 |
| Octal | 21 | 252 | 135 | 132 | 0 | 55 | 41 | 226 | 122 | 45 |
| Binary | 10001 | 10101010 | 1011101 | 1011010 | 0 | 101101 | 100001 | 10010110 | 1010010 | 100101 |
Color Harmonies of #11AA5D
Complementary color
Monochromatic Colors of #11AA5D
Black with #11AA5D
Text Example
Text Example
White with #11AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA5D; }
p { color: rgb(17,170,93); }
H1.HeaderClassName
{
color: #11AA5D;
}
.AnyTagClassName
{
color: #11AA5D;
}
</style>
background-color css
<style>
a { background-color: #11AA5D; }
a { background-color: rgb(17,170,93); }
div.DivClassName
{
background-color: #11AA5D;
}
.BgClassName
{
background-color: #11AA5D;
}
</style>
border-color css
<style>
span { border-color: #11AA5D; }
span { border-color: rgb(17,170,93); }
td.TdClassName
{
border-color: #11AA5D;
}
.TagClassName
{
border-color: #11AA5D;
}
</style>