#116E14

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

Shades of Green #116E14

Tints of Green #116E14

Color information

#116E14 (or 0x116E14) is unknown color: approx Green. HEX triplet: 11, 6E and 14. RGB value is (17,110,20). Sum of RGB (Red+Green+Blue) = 17+110+20=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 110 (43.36% from 255 or 74.83% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 110 - color contains mainly: green. Hex color #116E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E14 is #EE91EB. Grayscale: #484848. Windows color (decimal): -15634924 or 1338897. OLE color: 1338897.

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

Color convert

RGB1711020-
CMYK0.8500.820.57
HSL121.94º73.23%24.9%-
HSV(B)121.94º84.55%43.14%-
XYZ5.9311.322.53-
YUV71.9398.6988.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 110 (43.36% from 255) = 74.83%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=11.56%
G=74.83%
B=13.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110200.8500.820.57121.9473.2324.9
Hex116E1455052397a4919
Octal211562412501227117211131
Binary100011101110101001010101010100101110011111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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