#116E13

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

Shades of Green #116E13

Tints of Green #116E13

Color information

#116E13 (or 0x116E13) is unknown color: approx Green. HEX triplet: 11, 6E and 13. RGB value is (17,110,19). Sum of RGB (Red+Green+Blue) = 17+110+19=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #116E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E13 is #EE91EC. Grayscale: #484848. Windows color (decimal): -15634925 or 1273361. OLE color: 1273361.

HSL color Cylindrical-coordinate representation of color #116E13: hue angle of 121.29º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E13 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1711019-
CMYK0.8500.830.57
HSL121.29º73.23%24.9%-
HSV(B)121.29º84.55%43.14%-
XYZ5.9211.322.49-
YUV71.8298.1988.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 110 (43.36% from 255) = 75.34%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=11.64%
G=75.34%
B=13.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110190.8500.830.57121.2973.2324.9
Hex116E135505339794919
Octal211562312501237117111131
Binary100011101110100111010101010100111110011111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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