Shades of Pigment Green #11A440
Tints of Pigment Green #11A440
RGB
CMYK
RGB Variations
Color information
#11A440 (or 0x11A440) is known color: Pigment Green. HEX triplet: 11, A4 and 40. RGB value is (17,164,64). Sum of RGB (Red+Green+Blue) = 17+164+64=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 164 (64.45% from 255 or 66.94% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 164 - color contains mainly: green. Hex color #11A440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A440 is #EE5BBF. Grayscale: #6C6C6C. Windows color (decimal): -15621056 or 4236305. OLE color: 4236305.
HSL color Cylindrical-coordinate representation of color #11A440: hue angle of 139.18º 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 #11A440 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 164 | 64 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.36 |
| HSL | 139.18º | 0.81% | 0.35% | - |
| HSV(B) | 139.18º | 0.9% | 0.64% | - |
| XYZ | 14.43 | 27.04 | 9.31 | - |
| YUV | 108.65 | 102.8 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 164 | 64 | 0.90 | 0 | 0.61 | 0.36 | 139.18 | 0.81 | 0.35 |
| Hex | 11 | A4 | 40 | 5A | 0 | 3D | 24 | 8B | 51 | 23 |
| Octal | 21 | 244 | 100 | 132 | 0 | 75 | 44 | 213 | 121 | 43 |
| Binary | 10001 | 10100100 | 1000000 | 1011010 | 0 | 111101 | 100100 | 10001011 | 1010001 | 100011 |
Color Harmonies of #11A440
Complementary color
Monochromatic Colors of #11A440
Black with #11A440
Text Example
Text Example
White with #11A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A440; }
p { color: rgb(17,164,64); }
H1.HeaderClassName
{
color: #11A440;
}
.AnyTagClassName
{
color: #11A440;
}
</style>
background-color css
<style>
a { background-color: #11A440; }
a { background-color: rgb(17,164,64); }
div.DivClassName
{
background-color: #11A440;
}
.BgClassName
{
background-color: #11A440;
}
</style>
border-color css
<style>
span { border-color: #11A440; }
span { border-color: rgb(17,164,64); }
td.TdClassName
{
border-color: #11A440;
}
.TagClassName
{
border-color: #11A440;
}
</style>