Shades of Pigment Green #11AD53
Tints of Pigment Green #11AD53
RGB
CMYK
RGB Variations
Color information
#11AD53 (or 0x11AD53) is known color: Pigment Green. HEX triplet: 11, AD and 53. RGB value is (17,173,83). Sum of RGB (Red+Green+Blue) = 17+173+83=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AD53 is #EE52AC. Grayscale: #747474. Windows color (decimal): -15618733 or 5483793. OLE color: 5483793.
HSL color Cylindrical-coordinate representation of color #11AD53: hue angle of 145.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD53 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 83 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.32 |
| HSL | 145.38º | 0.82% | 0.37% | - |
| HSV(B) | 145.38º | 0.9% | 0.68% | - |
| XYZ | 16.74 | 30.63 | 13.21 | - |
| YUV | 116.1 | 109.32 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 83 | 0.90 | 0 | 0.52 | 0.32 | 145.38 | 0.82 | 0.37 |
| Hex | 11 | AD | 53 | 5A | 0 | 34 | 20 | 91 | 52 | 25 |
| Octal | 21 | 255 | 123 | 132 | 0 | 64 | 40 | 221 | 122 | 45 |
| Binary | 10001 | 10101101 | 1010011 | 1011010 | 0 | 110100 | 100000 | 10010001 | 1010010 | 100101 |
Color Harmonies of #11AD53
Complementary color
Monochromatic Colors of #11AD53
Black with #11AD53
Text Example
Text Example
White with #11AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD53; }
p { color: rgb(17,173,83); }
H1.HeaderClassName
{
color: #11AD53;
}
.AnyTagClassName
{
color: #11AD53;
}
</style>
background-color css
<style>
a { background-color: #11AD53; }
a { background-color: rgb(17,173,83); }
div.DivClassName
{
background-color: #11AD53;
}
.BgClassName
{
background-color: #11AD53;
}
</style>
border-color css
<style>
span { border-color: #11AD53; }
span { border-color: rgb(17,173,83); }
td.TdClassName
{
border-color: #11AD53;
}
.TagClassName
{
border-color: #11AD53;
}
</style>