Shades of Pigment Green #11964C
Tints of Pigment Green #11964C
RGB
CMYK
RGB Variations
Color information
#11964C (or 0x11964C) is known color: Pigment Green. HEX triplet: 11, 96 and 4C. RGB value is (17,150,76). Sum of RGB (Red+Green+Blue) = 17+150+76=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #11964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11964C is #EE69B3. Grayscale: #656565. Windows color (decimal): -15624628 or 5019153. OLE color: 5019153.
HSL color Cylindrical-coordinate representation of color #11964C: hue angle of 146.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11964C is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 76 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.41 |
| HSL | 146.62º | 0.8% | 0.33% | - |
| HSV(B) | 146.62º | 0.89% | 0.59% | - |
| XYZ | 12.44 | 22.45 | 10.52 | - |
| YUV | 101.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 76 | 0.89 | 0 | 0.49 | 0.41 | 146.62 | 0.8 | 0.33 |
| Hex | 11 | 96 | 4C | 59 | 0 | 31 | 29 | 93 | 50 | 21 |
| Octal | 21 | 226 | 114 | 131 | 0 | 61 | 51 | 223 | 120 | 41 |
| Binary | 10001 | 10010110 | 1001100 | 1011001 | 0 | 110001 | 101001 | 10010011 | 1010000 | 100001 |
Color Harmonies of #11964C
Complementary color
Monochromatic Colors of #11964C
Black with #11964C
Text Example
Text Example
White with #11964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11964C; }
p { color: rgb(17,150,76); }
H1.HeaderClassName
{
color: #11964C;
}
.AnyTagClassName
{
color: #11964C;
}
</style>
background-color css
<style>
a { background-color: #11964C; }
a { background-color: rgb(17,150,76); }
div.DivClassName
{
background-color: #11964C;
}
.BgClassName
{
background-color: #11964C;
}
</style>
border-color css
<style>
span { border-color: #11964C; }
span { border-color: rgb(17,150,76); }
td.TdClassName
{
border-color: #11964C;
}
.TagClassName
{
border-color: #11964C;
}
</style>