Shades of Green #116D01
Tints of Green #116D01
RGB
CMYK
RGB Variations
Color information
#116D01 (or 0x116D01) is known color: Green. HEX triplet: 11, 6D and 01. RGB value is (17,109,1). Sum of RGB (Red+Green+Blue) = 17+109+1=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 109 (42.97% from 255 or 85.83% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 109 - color contains mainly: green. Hex color #116D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D01 is #EE92FE. Grayscale: #454545. Windows color (decimal): -15635199 or 93457. OLE color: 93457.
HSL color Cylindrical-coordinate representation of color #116D01: hue angle of 111.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116D01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.57 |
| HSL | 111.11º | 0.98% | 0.22% | - |
| HSV(B) | 111.11º | 0.99% | 0.43% | - |
| XYZ | 5.71 | 11.06 | 1.86 | - |
| YUV | 69.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 1 | 0.84 | 0 | 0.99 | 0.57 | 111.11 | 0.98 | 0.22 |
| Hex | 11 | 6D | 1 | 54 | 0 | 63 | 39 | 6F | 62 | 16 |
| Octal | 21 | 155 | 1 | 124 | 0 | 143 | 71 | 157 | 142 | 26 |
| Binary | 10001 | 1101101 | 1 | 1010100 | 0 | 1100011 | 111001 | 1101111 | 1100010 | 10110 |
Color Harmonies of #116D01
Complementary color
Monochromatic Colors of #116D01
Black with #116D01
Text Example
Text Example
White with #116D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D01; }
p { color: rgb(17,109,1); }
H1.HeaderClassName
{
color: #116D01;
}
.AnyTagClassName
{
color: #116D01;
}
</style>
background-color css
<style>
a { background-color: #116D01; }
a { background-color: rgb(17,109,1); }
div.DivClassName
{
background-color: #116D01;
}
.BgClassName
{
background-color: #116D01;
}
</style>
border-color css
<style>
span { border-color: #116D01; }
span { border-color: rgb(17,109,1); }
td.TdClassName
{
border-color: #116D01;
}
.TagClassName
{
border-color: #116D01;
}
</style>