Shades of Pigment Green #11984A
Tints of Pigment Green #11984A
RGB
CMYK
RGB Variations
Color information
#11984A (or 0x11984A) is known color: Pigment Green. HEX triplet: 11, 98 and 4A. RGB value is (17,152,74). Sum of RGB (Red+Green+Blue) = 17+152+74=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #11984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11984A is #EE67B5. Grayscale: #666666. Windows color (decimal): -15624118 or 4888593. OLE color: 4888593.
HSL color Cylindrical-coordinate representation of color #11984A: hue angle of 145.33º 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 #11984A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 74 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.40 |
| HSL | 145.33º | 0.8% | 0.33% | - |
| HSV(B) | 145.33º | 0.89% | 0.6% | - |
| XYZ | 12.7 | 23.07 | 10.26 | - |
| YUV | 102.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 74 | 0.89 | 0 | 0.51 | 0.40 | 145.33 | 0.8 | 0.33 |
| Hex | 11 | 98 | 4A | 59 | 0 | 33 | 28 | 91 | 50 | 21 |
| Octal | 21 | 230 | 112 | 131 | 0 | 63 | 50 | 221 | 120 | 41 |
| Binary | 10001 | 10011000 | 1001010 | 1011001 | 0 | 110011 | 101000 | 10010001 | 1010000 | 100001 |
Color Harmonies of #11984A
Complementary color
Monochromatic Colors of #11984A
Black with #11984A
Text Example
Text Example
White with #11984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11984A; }
p { color: rgb(17,152,74); }
H1.HeaderClassName
{
color: #11984A;
}
.AnyTagClassName
{
color: #11984A;
}
</style>
background-color css
<style>
a { background-color: #11984A; }
a { background-color: rgb(17,152,74); }
div.DivClassName
{
background-color: #11984A;
}
.BgClassName
{
background-color: #11984A;
}
</style>
border-color css
<style>
span { border-color: #11984A; }
span { border-color: rgb(17,152,74); }
td.TdClassName
{
border-color: #11984A;
}
.TagClassName
{
border-color: #11984A;
}
</style>