Shades of Pigment Green #11AC5D
Tints of Pigment Green #11AC5D
RGB
CMYK
RGB Variations
Color information
#11AC5D (or 0x11AC5D) is known color: Pigment Green. HEX triplet: 11, AC and 5D. RGB value is (17,172,93). Sum of RGB (Red+Green+Blue) = 17+172+93=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC5D is #EE53A2. Grayscale: #747474. Windows color (decimal): -15618979 or 6138897. OLE color: 6138897.
HSL color Cylindrical-coordinate representation of color #11AC5D: hue angle of 149.42º 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 #11AC5D is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 93 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.33 |
| HSL | 149.42º | 0.82% | 0.37% | - |
| HSV(B) | 149.42º | 0.9% | 0.67% | - |
| XYZ | 16.96 | 30.41 | 15.33 | - |
| YUV | 116.65 | 114.65 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 93 | 0.90 | 0 | 0.46 | 0.33 | 149.42 | 0.82 | 0.37 |
| Hex | 11 | AC | 5D | 5A | 0 | 2E | 21 | 95 | 52 | 25 |
| Octal | 21 | 254 | 135 | 132 | 0 | 56 | 41 | 225 | 122 | 45 |
| Binary | 10001 | 10101100 | 1011101 | 1011010 | 0 | 101110 | 100001 | 10010101 | 1010010 | 100101 |
Color Harmonies of #11AC5D
Complementary color
Monochromatic Colors of #11AC5D
Black with #11AC5D
Text Example
Text Example
White with #11AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC5D; }
p { color: rgb(17,172,93); }
H1.HeaderClassName
{
color: #11AC5D;
}
.AnyTagClassName
{
color: #11AC5D;
}
</style>
background-color css
<style>
a { background-color: #11AC5D; }
a { background-color: rgb(17,172,93); }
div.DivClassName
{
background-color: #11AC5D;
}
.BgClassName
{
background-color: #11AC5D;
}
</style>
border-color css
<style>
span { border-color: #11AC5D; }
span { border-color: rgb(17,172,93); }
td.TdClassName
{
border-color: #11AC5D;
}
.TagClassName
{
border-color: #11AC5D;
}
</style>