Shades of Green #116D12
Tints of Green #116D12
RGB
CMYK
RGB Variations
Color information
#116D12 (or 0x116D12) is known color: Green. HEX triplet: 11, 6D and 12. RGB value is (17,109,18). Sum of RGB (Red+Green+Blue) = 17+109+18=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 109 (42.97% from 255 or 75.69% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 109 - color contains mainly: green. Hex color #116D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D12 is #EE92ED. Grayscale: #474747. Windows color (decimal): -15635182 or 1207569. OLE color: 1207569.
HSL color Cylindrical-coordinate representation of color #116D12: hue angle of 120.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D12 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 18 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.57 |
| HSL | 120.65º | 0.73% | 0.25% | - |
| HSV(B) | 120.65º | 0.84% | 0.43% | - |
| XYZ | 5.81 | 11.1 | 2.41 | - |
| YUV | 71.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 18 | 0.84 | 0 | 0.83 | 0.57 | 120.65 | 0.73 | 0.25 |
| Hex | 11 | 6D | 12 | 54 | 0 | 53 | 39 | 79 | 49 | 19 |
| Octal | 21 | 155 | 22 | 124 | 0 | 123 | 71 | 171 | 111 | 31 |
| Binary | 10001 | 1101101 | 10010 | 1010100 | 0 | 1010011 | 111001 | 1111001 | 1001001 | 11001 |
Color Harmonies of #116D12
Complementary color
Monochromatic Colors of #116D12
Black with #116D12
Text Example
Text Example
White with #116D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D12; }
p { color: rgb(17,109,18); }
H1.HeaderClassName
{
color: #116D12;
}
.AnyTagClassName
{
color: #116D12;
}
</style>
background-color css
<style>
a { background-color: #116D12; }
a { background-color: rgb(17,109,18); }
div.DivClassName
{
background-color: #116D12;
}
.BgClassName
{
background-color: #116D12;
}
</style>
border-color css
<style>
span { border-color: #116D12; }
span { border-color: rgb(17,109,18); }
td.TdClassName
{
border-color: #116D12;
}
.TagClassName
{
border-color: #116D12;
}
</style>