#116D13

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

Shades of Green #116D13

Tints of Green #116D13

Color information

#116D13 (or 0x116D13) is unknown color: approx Green. HEX triplet: 11, 6D and 13. RGB value is (17,109,19). Sum of RGB (Red+Green+Blue) = 17+109+19=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #116D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D13 is #EE92EC. Grayscale: #474747. Windows color (decimal): -15635181 or 1273105. OLE color: 1273105.

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

Color convert

RGB1710919-
CMYK0.8400.830.57
HSL121.3º73.02%24.71%-
HSV(B)121.3º84.4%42.75%-
XYZ5.8211.12.45-
YUV71.2398.5289.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 109 (42.97% from 255) = 75.17%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=11.72%
G=75.17%
B=13.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109190.8400.830.57121.373.0224.71
Hex116D135405339794919
Octal211552312401237117111131
Binary100011101101100111010100010100111110011111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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