Shades of Pigment Green #11A552
Tints of Pigment Green #11A552
RGB
CMYK
RGB Variations
Color information
#11A552 (or 0x11A552) is known color: Pigment Green. HEX triplet: 11, A5 and 52. RGB value is (17,165,82). Sum of RGB (Red+Green+Blue) = 17+165+82=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #11A552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A552 is #EE5AAD. Grayscale: #6F6F6F. Windows color (decimal): -15620782 or 5416209. OLE color: 5416209.
HSL color Cylindrical-coordinate representation of color #11A552: hue angle of 146.35º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A552 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 82 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.35 |
| HSL | 146.35º | 0.81% | 0.36% | - |
| HSV(B) | 146.35º | 0.9% | 0.65% | - |
| XYZ | 15.21 | 27.64 | 12.52 | - |
| YUV | 111.29 | 111.47 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 82 | 0.90 | 0 | 0.50 | 0.35 | 146.35 | 0.81 | 0.36 |
| Hex | 11 | A5 | 52 | 5A | 0 | 32 | 23 | 92 | 51 | 24 |
| Octal | 21 | 245 | 122 | 132 | 0 | 62 | 43 | 222 | 121 | 44 |
| Binary | 10001 | 10100101 | 1010010 | 1011010 | 0 | 110010 | 100011 | 10010010 | 1010001 | 100100 |
Color Harmonies of #11A552
Complementary color
Monochromatic Colors of #11A552
Black with #11A552
Text Example
Text Example
White with #11A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A552; }
p { color: rgb(17,165,82); }
H1.HeaderClassName
{
color: #11A552;
}
.AnyTagClassName
{
color: #11A552;
}
</style>
background-color css
<style>
a { background-color: #11A552; }
a { background-color: rgb(17,165,82); }
div.DivClassName
{
background-color: #11A552;
}
.BgClassName
{
background-color: #11A552;
}
</style>
border-color css
<style>
span { border-color: #11A552; }
span { border-color: rgb(17,165,82); }
td.TdClassName
{
border-color: #11A552;
}
.TagClassName
{
border-color: #11A552;
}
</style>