#116D16

Color #116D16 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #116D16

Tints of Green #116D16

Color information

#116D16 (or 0x116D16) is unknown color: approx Green. HEX triplet: 11, 6D and 16. RGB value is (17,109,22). Sum of RGB (Red+Green+Blue) = 17+109+22=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #116D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D16 is #EE92E9. Grayscale: #474747. Windows color (decimal): -15635178 or 1469713. OLE color: 1469713.

HSL color Cylindrical-coordinate representation of color #116D16: hue angle of 123.26º 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 #116D16 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB1710922-
CMYK0.8400.800.57
HSL123.26º73.02%24.71%-
HSV(B)123.26º84.4%42.75%-
XYZ5.8411.112.6-
YUV71.57100.0289.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=11.49%
G=73.65%
B=14.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109220.8400.800.57123.2673.0224.71
Hex116D1654050397b4919
Octal211552612401207117311131
Binary100011101101101101010100010100001110011111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116D16; }

 p { color: rgb(17,109,22); }

 H1.HeaderClassName
 {
   color: #116D16;
 }
 .AnyTagClassName
 {
   color: #116D16;
 }
</style>
background-color css

<style>
 a { background-color: #116D16; }

 a { background-color: rgb(17,109,22); }

 div.DivClassName
 {
   background-color: #116D16;
 }
 .BgClassName
 {
   background-color: #116D16;
 }
</style>
border-color css

<style>
 span { border-color: #116D16; }

 span { border-color: rgb(17,109,22); }

 td.TdClassName
 {
   border-color: #116D16;
 }
 .TagClassName
 {
   border-color: #116D16;
 }
</style>