Shades of Green #116E04
Tints of Green #116E04
RGB
CMYK
RGB Variations
Color information
#116E04 (or 0x116E04) is known color: Green. HEX triplet: 11, 6E and 04. RGB value is (17,110,4). Sum of RGB (Red+Green+Blue) = 17+110+4=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 110 (43.36% from 255 or 83.97% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 110 - color contains mainly: green. Hex color #116E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E04 is #EE91FB. Grayscale: #464646. Windows color (decimal): -15634940 or 290321. OLE color: 290321.
HSL color Cylindrical-coordinate representation of color #116E04: hue angle of 112.64º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #116E04 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 4 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.57 |
| HSL | 112.64º | 0.93% | 0.22% | - |
| HSV(B) | 112.64º | 0.96% | 0.43% | - |
| XYZ | 5.83 | 11.28 | 1.98 | - |
| YUV | 70.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 4 | 0.85 | 0 | 0.96 | 0.57 | 112.64 | 0.93 | 0.22 |
| Hex | 11 | 6E | 4 | 55 | 0 | 60 | 39 | 71 | 5D | 16 |
| Octal | 21 | 156 | 4 | 125 | 0 | 140 | 71 | 161 | 135 | 26 |
| Binary | 10001 | 1101110 | 100 | 1010101 | 0 | 1100000 | 111001 | 1110001 | 1011101 | 10110 |
Color Harmonies of #116E04
Complementary color
Monochromatic Colors of #116E04
Black with #116E04
Text Example
Text Example
White with #116E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E04; }
p { color: rgb(17,110,4); }
H1.HeaderClassName
{
color: #116E04;
}
.AnyTagClassName
{
color: #116E04;
}
</style>
background-color css
<style>
a { background-color: #116E04; }
a { background-color: rgb(17,110,4); }
div.DivClassName
{
background-color: #116E04;
}
.BgClassName
{
background-color: #116E04;
}
</style>
border-color css
<style>
span { border-color: #116E04; }
span { border-color: rgb(17,110,4); }
td.TdClassName
{
border-color: #116E04;
}
.TagClassName
{
border-color: #116E04;
}
</style>