Shades of Pigment Green #11984D
Tints of Pigment Green #11984D
RGB
CMYK
RGB Variations
Color information
#11984D (or 0x11984D) is known color: Pigment Green. HEX triplet: 11, 98 and 4D. RGB value is (17,152,77). Sum of RGB (Red+Green+Blue) = 17+152+77=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #11984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11984D is #EE67B2. Grayscale: #676767. Windows color (decimal): -15624115 or 5085201. OLE color: 5085201.
HSL color Cylindrical-coordinate representation of color #11984D: hue angle of 146.67º 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 #11984D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 77 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.40 |
| HSL | 146.67º | 0.8% | 0.33% | - |
| HSV(B) | 146.67º | 0.89% | 0.6% | - |
| XYZ | 12.8 | 23.11 | 10.81 | - |
| YUV | 103.09 | 113.27 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 77 | 0.89 | 0 | 0.49 | 0.40 | 146.67 | 0.8 | 0.33 |
| Hex | 11 | 98 | 4D | 59 | 0 | 31 | 28 | 93 | 50 | 21 |
| Octal | 21 | 230 | 115 | 131 | 0 | 61 | 50 | 223 | 120 | 41 |
| Binary | 10001 | 10011000 | 1001101 | 1011001 | 0 | 110001 | 101000 | 10010011 | 1010000 | 100001 |
Color Harmonies of #11984D
Complementary color
Monochromatic Colors of #11984D
Black with #11984D
Text Example
Text Example
White with #11984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11984D; }
p { color: rgb(17,152,77); }
H1.HeaderClassName
{
color: #11984D;
}
.AnyTagClassName
{
color: #11984D;
}
</style>
background-color css
<style>
a { background-color: #11984D; }
a { background-color: rgb(17,152,77); }
div.DivClassName
{
background-color: #11984D;
}
.BgClassName
{
background-color: #11984D;
}
</style>
border-color css
<style>
span { border-color: #11984D; }
span { border-color: rgb(17,152,77); }
td.TdClassName
{
border-color: #11984D;
}
.TagClassName
{
border-color: #11984D;
}
</style>