Shades of Pigment Green #11AC50
Tints of Pigment Green #11AC50
RGB
CMYK
RGB Variations
Color information
#11AC50 (or 0x11AC50) is known color: Pigment Green. HEX triplet: 11, AC and 50. RGB value is (17,172,80). Sum of RGB (Red+Green+Blue) = 17+172+80=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC50 is #EE53AF. Grayscale: #737373. Windows color (decimal): -15618992 or 5286929. OLE color: 5286929.
HSL color Cylindrical-coordinate representation of color #11AC50: hue angle of 144.39º 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 #11AC50 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 80 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.33 |
| HSL | 144.39º | 0.82% | 0.37% | - |
| HSV(B) | 144.39º | 0.9% | 0.67% | - |
| XYZ | 16.43 | 30.2 | 12.55 | - |
| YUV | 115.17 | 108.15 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 80 | 0.90 | 0 | 0.53 | 0.33 | 144.39 | 0.82 | 0.37 |
| Hex | 11 | AC | 50 | 5A | 0 | 35 | 21 | 90 | 52 | 25 |
| Octal | 21 | 254 | 120 | 132 | 0 | 65 | 41 | 220 | 122 | 45 |
| Binary | 10001 | 10101100 | 1010000 | 1011010 | 0 | 110101 | 100001 | 10010000 | 1010010 | 100101 |
Color Harmonies of #11AC50
Complementary color
Monochromatic Colors of #11AC50
Black with #11AC50
Text Example
Text Example
White with #11AC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC50; }
p { color: rgb(17,172,80); }
H1.HeaderClassName
{
color: #11AC50;
}
.AnyTagClassName
{
color: #11AC50;
}
</style>
background-color css
<style>
a { background-color: #11AC50; }
a { background-color: rgb(17,172,80); }
div.DivClassName
{
background-color: #11AC50;
}
.BgClassName
{
background-color: #11AC50;
}
</style>
border-color css
<style>
span { border-color: #11AC50; }
span { border-color: rgb(17,172,80); }
td.TdClassName
{
border-color: #11AC50;
}
.TagClassName
{
border-color: #11AC50;
}
</style>