Shades of Pigment Green #11A039
Tints of Pigment Green #11A039
RGB
CMYK
RGB Variations
Color information
#11A039 (or 0x11A039) is known color: Pigment Green. HEX triplet: 11, A0 and 39. RGB value is (17,160,57). Sum of RGB (Red+Green+Blue) = 17+160+57=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #11A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A039 is #EE5FC6. Grayscale: #696969. Windows color (decimal): -15622087 or 3776529. OLE color: 3776529.
HSL color Cylindrical-coordinate representation of color #11A039: hue angle of 136.78º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A039 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 160 | 57 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.37 |
| HSL | 136.78º | 0.81% | 0.35% | - |
| HSV(B) | 136.78º | 0.89% | 0.63% | - |
| XYZ | 13.54 | 25.56 | 8.09 | - |
| YUV | 105.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 57 | 0.89 | 0 | 0.64 | 0.37 | 136.78 | 0.81 | 0.35 |
| Hex | 11 | A0 | 39 | 59 | 0 | 40 | 25 | 89 | 51 | 23 |
| Octal | 21 | 240 | 71 | 131 | 0 | 100 | 45 | 211 | 121 | 43 |
| Binary | 10001 | 10100000 | 111001 | 1011001 | 0 | 1000000 | 100101 | 10001001 | 1010001 | 100011 |
Color Harmonies of #11A039
Complementary color
Monochromatic Colors of #11A039
Black with #11A039
Text Example
Text Example
White with #11A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A039; }
p { color: rgb(17,160,57); }
H1.HeaderClassName
{
color: #11A039;
}
.AnyTagClassName
{
color: #11A039;
}
</style>
background-color css
<style>
a { background-color: #11A039; }
a { background-color: rgb(17,160,57); }
div.DivClassName
{
background-color: #11A039;
}
.BgClassName
{
background-color: #11A039;
}
</style>
border-color css
<style>
span { border-color: #11A039; }
span { border-color: rgb(17,160,57); }
td.TdClassName
{
border-color: #11A039;
}
.TagClassName
{
border-color: #11A039;
}
</style>