Shades of Pigment Green #11994B
Tints of Pigment Green #11994B
RGB
CMYK
RGB Variations
Color information
#11994B (or 0x11994B) is known color: Pigment Green. HEX triplet: 11, 99 and 4B. RGB value is (17,153,75). Sum of RGB (Red+Green+Blue) = 17+153+75=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #11994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11994B is #EE66B4. Grayscale: #676767. Windows color (decimal): -15623861 or 4954385. OLE color: 4954385.
HSL color Cylindrical-coordinate representation of color #11994B: hue angle of 145.59º 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 #11994B is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 75 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.4 |
| HSL | 145.59º | 0.8% | 0.33% | - |
| HSV(B) | 145.59º | 0.89% | 0.6% | - |
| XYZ | 12.89 | 23.41 | 10.5 | - |
| YUV | 103.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 75 | 0.89 | 0 | 0.51 | 0.4 | 145.59 | 0.8 | 0.33 |
| Hex | 11 | 99 | 4B | 59 | 0 | 33 | 28 | 92 | 50 | 21 |
| Octal | 21 | 231 | 113 | 131 | 0 | 63 | 50 | 222 | 120 | 41 |
| Binary | 10001 | 10011001 | 1001011 | 1011001 | 0 | 110011 | 101000 | 10010010 | 1010000 | 100001 |
Color Harmonies of #11994B
Complementary color
Monochromatic Colors of #11994B
Black with #11994B
Text Example
Text Example
White with #11994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11994B; }
p { color: rgb(17,153,75); }
H1.HeaderClassName
{
color: #11994B;
}
.AnyTagClassName
{
color: #11994B;
}
</style>
background-color css
<style>
a { background-color: #11994B; }
a { background-color: rgb(17,153,75); }
div.DivClassName
{
background-color: #11994B;
}
.BgClassName
{
background-color: #11994B;
}
</style>
border-color css
<style>
span { border-color: #11994B; }
span { border-color: rgb(17,153,75); }
td.TdClassName
{
border-color: #11994B;
}
.TagClassName
{
border-color: #11994B;
}
</style>