Shades of Pigment Green #11AF5A
Tints of Pigment Green #11AF5A
RGB
CMYK
RGB Variations
Color information
#11AF5A (or 0x11AF5A) is known color: Pigment Green. HEX triplet: 11, AF and 5A. RGB value is (17,175,90). Sum of RGB (Red+Green+Blue) = 17+175+90=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF5A is #EE50A5. Grayscale: #767676. Windows color (decimal): -15618214 or 5943057. OLE color: 5943057.
HSL color Cylindrical-coordinate representation of color #11AF5A: hue angle of 147.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF5A is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 90 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.31 |
| HSL | 147.72º | 0.82% | 0.38% | - |
| HSV(B) | 147.72º | 0.9% | 0.69% | - |
| XYZ | 17.41 | 31.52 | 14.84 | - |
| YUV | 118.07 | 112.15 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 90 | 0.90 | 0 | 0.49 | 0.31 | 147.72 | 0.82 | 0.38 |
| Hex | 11 | AF | 5A | 5A | 0 | 31 | 1F | 94 | 52 | 26 |
| Octal | 21 | 257 | 132 | 132 | 0 | 61 | 37 | 224 | 122 | 46 |
| Binary | 10001 | 10101111 | 1011010 | 1011010 | 0 | 110001 | 11111 | 10010100 | 1010010 | 100110 |
Color Harmonies of #11AF5A
Complementary color
Monochromatic Colors of #11AF5A
Black with #11AF5A
Text Example
Text Example
White with #11AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF5A; }
p { color: rgb(17,175,90); }
H1.HeaderClassName
{
color: #11AF5A;
}
.AnyTagClassName
{
color: #11AF5A;
}
</style>
background-color css
<style>
a { background-color: #11AF5A; }
a { background-color: rgb(17,175,90); }
div.DivClassName
{
background-color: #11AF5A;
}
.BgClassName
{
background-color: #11AF5A;
}
</style>
border-color css
<style>
span { border-color: #11AF5A; }
span { border-color: rgb(17,175,90); }
td.TdClassName
{
border-color: #11AF5A;
}
.TagClassName
{
border-color: #11AF5A;
}
</style>