Shades of Green #116D00
Tints of Green #116D00
RGB
CMYK
RGB Variations
Color information
#116D00 (or 0x116D00) is known color: Green. HEX triplet: 11, 6D and 00. RGB value is (17,109,0). Sum of RGB (Red+Green+Blue) = 17+109+0=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 109 (42.97% from 255 or 86.51% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 109 - color contains mainly: green. Hex color #116D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D00 is #EE92FF. Grayscale: #454545. Windows color (decimal): -15635200 or 27921. OLE color: 27921.
HSL color Cylindrical-coordinate representation of color #116D00: hue angle of 110.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #116D00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.57 |
| HSL | 110.64º | 1% | 0.21% | - |
| HSV(B) | 110.64º | 1% | 0.43% | - |
| XYZ | 5.7 | 11.06 | 1.83 | - |
| YUV | 69.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 0 | 0.84 | 0 | 1 | 0.57 | 110.64 | 1 | 0.21 |
| Hex | 11 | 6D | 0 | 54 | 0 | 64 | 39 | 6F | 64 | 15 |
| Octal | 21 | 155 | 0 | 124 | 0 | 144 | 71 | 157 | 144 | 25 |
| Binary | 10001 | 1101101 | 0 | 1010100 | 0 | 1100100 | 111001 | 1101111 | 1100100 | 10101 |
Color Harmonies of #116D00
Complementary color
Monochromatic Colors of #116D00
Black with #116D00
Text Example
Text Example
White with #116D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D00; }
p { color: rgb(17,109,0); }
H1.HeaderClassName
{
color: #116D00;
}
.AnyTagClassName
{
color: #116D00;
}
</style>
background-color css
<style>
a { background-color: #116D00; }
a { background-color: rgb(17,109,0); }
div.DivClassName
{
background-color: #116D00;
}
.BgClassName
{
background-color: #116D00;
}
</style>
border-color css
<style>
span { border-color: #116D00; }
span { border-color: rgb(17,109,0); }
td.TdClassName
{
border-color: #116D00;
}
.TagClassName
{
border-color: #116D00;
}
</style>