Shades of Pigment Green #11AF5D
Tints of Pigment Green #11AF5D
RGB
CMYK
RGB Variations
Color information
#11AF5D (or 0x11AF5D) is known color: Pigment Green. HEX triplet: 11, AF and 5D. RGB value is (17,175,93). Sum of RGB (Red+Green+Blue) = 17+175+93=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF5D is #EE50A2. Grayscale: #767676. Windows color (decimal): -15618211 or 6139665. OLE color: 6139665.
HSL color Cylindrical-coordinate representation of color #11AF5D: hue angle of 148.86º 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 #11AF5D is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 93 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.31 |
| HSL | 148.86º | 0.82% | 0.38% | - |
| HSV(B) | 148.86º | 0.9% | 0.69% | - |
| XYZ | 17.54 | 31.57 | 15.53 | - |
| YUV | 118.41 | 113.65 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 93 | 0.90 | 0 | 0.47 | 0.31 | 148.86 | 0.82 | 0.38 |
| Hex | 11 | AF | 5D | 5A | 0 | 2F | 1F | 95 | 52 | 26 |
| Octal | 21 | 257 | 135 | 132 | 0 | 57 | 37 | 225 | 122 | 46 |
| Binary | 10001 | 10101111 | 1011101 | 1011010 | 0 | 101111 | 11111 | 10010101 | 1010010 | 100110 |
Color Harmonies of #11AF5D
Complementary color
Monochromatic Colors of #11AF5D
Black with #11AF5D
Text Example
Text Example
White with #11AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF5D; }
p { color: rgb(17,175,93); }
H1.HeaderClassName
{
color: #11AF5D;
}
.AnyTagClassName
{
color: #11AF5D;
}
</style>
background-color css
<style>
a { background-color: #11AF5D; }
a { background-color: rgb(17,175,93); }
div.DivClassName
{
background-color: #11AF5D;
}
.BgClassName
{
background-color: #11AF5D;
}
</style>
border-color css
<style>
span { border-color: #11AF5D; }
span { border-color: rgb(17,175,93); }
td.TdClassName
{
border-color: #11AF5D;
}
.TagClassName
{
border-color: #11AF5D;
}
</style>