Shades of Pigment Green #11A342
Tints of Pigment Green #11A342
RGB
CMYK
RGB Variations
Color information
#11A342 (or 0x11A342) is known color: Pigment Green. HEX triplet: 11, A3 and 42. RGB value is (17,163,66). Sum of RGB (Red+Green+Blue) = 17+163+66=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #11A342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A342 is #EE5CBD. Grayscale: #6C6C6C. Windows color (decimal): -15621310 or 4367121. OLE color: 4367121.
HSL color Cylindrical-coordinate representation of color #11A342: hue angle of 140.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A342 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 66 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.36 |
| HSL | 140.14º | 0.81% | 0.35% | - |
| HSV(B) | 140.14º | 0.9% | 0.64% | - |
| XYZ | 14.31 | 26.71 | 9.55 | - |
| YUV | 108.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 66 | 0.90 | 0 | 0.60 | 0.36 | 140.14 | 0.81 | 0.35 |
| Hex | 11 | A3 | 42 | 5A | 0 | 3C | 24 | 8C | 51 | 23 |
| Octal | 21 | 243 | 102 | 132 | 0 | 74 | 44 | 214 | 121 | 43 |
| Binary | 10001 | 10100011 | 1000010 | 1011010 | 0 | 111100 | 100100 | 10001100 | 1010001 | 100011 |
Color Harmonies of #11A342
Complementary color
Monochromatic Colors of #11A342
Black with #11A342
Text Example
Text Example
White with #11A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A342; }
p { color: rgb(17,163,66); }
H1.HeaderClassName
{
color: #11A342;
}
.AnyTagClassName
{
color: #11A342;
}
</style>
background-color css
<style>
a { background-color: #11A342; }
a { background-color: rgb(17,163,66); }
div.DivClassName
{
background-color: #11A342;
}
.BgClassName
{
background-color: #11A342;
}
</style>
border-color css
<style>
span { border-color: #11A342; }
span { border-color: rgb(17,163,66); }
td.TdClassName
{
border-color: #11A342;
}
.TagClassName
{
border-color: #11A342;
}
</style>