#116E15

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

Shades of Green #116E15

Tints of Green #116E15

Color information

#116E15 (or 0x116E15) is unknown color: approx Green. HEX triplet: 11, 6E and 15. RGB value is (17,110,21). Sum of RGB (Red+Green+Blue) = 17+110+21=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 110 (43.36% from 255 or 74.32% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 110 - color contains mainly: green. Hex color #116E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E15 is #EE91EA. Grayscale: #484848. Windows color (decimal): -15634923 or 1404433. OLE color: 1404433.

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

Color convert

RGB1711021-
CMYK0.8500.810.57
HSL122.58º73.23%24.9%-
HSV(B)122.58º84.55%43.14%-
XYZ5.9411.332.58-
YUV72.0599.1988.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 110 (43.36% from 255) = 74.32%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=11.49%
G=74.32%
B=14.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110210.8500.810.57122.5873.2324.9
Hex116E1555051397b4919
Octal211562512501217117311131
Binary100011101110101011010101010100011110011111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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