Shades of Pigment Green #11994D
Tints of Pigment Green #11994D
RGB
CMYK
RGB Variations
Color information
#11994D (or 0x11994D) is known color: Pigment Green. HEX triplet: 11, 99 and 4D. RGB value is (17,153,77). Sum of RGB (Red+Green+Blue) = 17+153+77=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #11994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11994D is #EE66B2. Grayscale: #676767. Windows color (decimal): -15623859 or 5085457. OLE color: 5085457.
HSL color Cylindrical-coordinate representation of color #11994D: hue angle of 146.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11994D is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 77 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.4 |
| HSL | 146.47º | 0.8% | 0.33% | - |
| HSV(B) | 146.47º | 0.89% | 0.6% | - |
| XYZ | 12.96 | 23.44 | 10.86 | - |
| YUV | 103.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 77 | 0.89 | 0 | 0.50 | 0.4 | 146.47 | 0.8 | 0.33 |
| Hex | 11 | 99 | 4D | 59 | 0 | 32 | 28 | 92 | 50 | 21 |
| Octal | 21 | 231 | 115 | 131 | 0 | 62 | 50 | 222 | 120 | 41 |
| Binary | 10001 | 10011001 | 1001101 | 1011001 | 0 | 110010 | 101000 | 10010010 | 1010000 | 100001 |
Color Harmonies of #11994D
Complementary color
Monochromatic Colors of #11994D
Black with #11994D
Text Example
Text Example
White with #11994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11994D; }
p { color: rgb(17,153,77); }
H1.HeaderClassName
{
color: #11994D;
}
.AnyTagClassName
{
color: #11994D;
}
</style>
background-color css
<style>
a { background-color: #11994D; }
a { background-color: rgb(17,153,77); }
div.DivClassName
{
background-color: #11994D;
}
.BgClassName
{
background-color: #11994D;
}
</style>
border-color css
<style>
span { border-color: #11994D; }
span { border-color: rgb(17,153,77); }
td.TdClassName
{
border-color: #11994D;
}
.TagClassName
{
border-color: #11994D;
}
</style>