Shades of Green #116D02
Tints of Green #116D02
RGB
CMYK
RGB Variations
Color information
#116D02 (or 0x116D02) is known color: Green. HEX triplet: 11, 6D and 02. RGB value is (17,109,2). Sum of RGB (Red+Green+Blue) = 17+109+2=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 109 (42.97% from 255 or 85.16% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 109 - color contains mainly: green. Hex color #116D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D02 is #EE92FD. Grayscale: #454545. Windows color (decimal): -15635198 or 158993. OLE color: 158993.
HSL color Cylindrical-coordinate representation of color #116D02: hue angle of 111.59º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116D02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.57 |
| HSL | 111.59º | 0.96% | 0.22% | - |
| HSV(B) | 111.59º | 0.98% | 0.43% | - |
| XYZ | 5.71 | 11.06 | 1.89 | - |
| YUV | 69.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 2 | 0.84 | 0 | 0.98 | 0.57 | 111.59 | 0.96 | 0.22 |
| Hex | 11 | 6D | 2 | 54 | 0 | 62 | 39 | 70 | 60 | 16 |
| Octal | 21 | 155 | 2 | 124 | 0 | 142 | 71 | 160 | 140 | 26 |
| Binary | 10001 | 1101101 | 10 | 1010100 | 0 | 1100010 | 111001 | 1110000 | 1100000 | 10110 |
Color Harmonies of #116D02
Complementary color
Monochromatic Colors of #116D02
Black with #116D02
Text Example
Text Example
White with #116D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D02; }
p { color: rgb(17,109,2); }
H1.HeaderClassName
{
color: #116D02;
}
.AnyTagClassName
{
color: #116D02;
}
</style>
background-color css
<style>
a { background-color: #116D02; }
a { background-color: rgb(17,109,2); }
div.DivClassName
{
background-color: #116D02;
}
.BgClassName
{
background-color: #116D02;
}
</style>
border-color css
<style>
span { border-color: #116D02; }
span { border-color: rgb(17,109,2); }
td.TdClassName
{
border-color: #116D02;
}
.TagClassName
{
border-color: #116D02;
}
</style>