Shades of Pigment Green #11AD5A
Tints of Pigment Green #11AD5A
RGB
CMYK
RGB Variations
Color information
#11AD5A (or 0x11AD5A) is known color: Pigment Green. HEX triplet: 11, AD and 5A. RGB value is (17,173,90). Sum of RGB (Red+Green+Blue) = 17+173+90=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AD5A is #EE52A5. Grayscale: #757575. Windows color (decimal): -15618726 or 5942545. OLE color: 5942545.
HSL color Cylindrical-coordinate representation of color #11AD5A: hue angle of 148.08º 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 #11AD5A is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 90 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.32 |
| HSL | 148.08º | 0.82% | 0.37% | - |
| HSV(B) | 148.08º | 0.9% | 0.68% | - |
| XYZ | 17.02 | 30.74 | 14.71 | - |
| YUV | 116.89 | 112.82 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 90 | 0.90 | 0 | 0.48 | 0.32 | 148.08 | 0.82 | 0.37 |
| Hex | 11 | AD | 5A | 5A | 0 | 30 | 20 | 94 | 52 | 25 |
| Octal | 21 | 255 | 132 | 132 | 0 | 60 | 40 | 224 | 122 | 45 |
| Binary | 10001 | 10101101 | 1011010 | 1011010 | 0 | 110000 | 100000 | 10010100 | 1010010 | 100101 |
Color Harmonies of #11AD5A
Complementary color
Monochromatic Colors of #11AD5A
Black with #11AD5A
Text Example
Text Example
White with #11AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD5A; }
p { color: rgb(17,173,90); }
H1.HeaderClassName
{
color: #11AD5A;
}
.AnyTagClassName
{
color: #11AD5A;
}
</style>
background-color css
<style>
a { background-color: #11AD5A; }
a { background-color: rgb(17,173,90); }
div.DivClassName
{
background-color: #11AD5A;
}
.BgClassName
{
background-color: #11AD5A;
}
</style>
border-color css
<style>
span { border-color: #11AD5A; }
span { border-color: rgb(17,173,90); }
td.TdClassName
{
border-color: #11AD5A;
}
.TagClassName
{
border-color: #11AD5A;
}
</style>