#116B18

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

Shades of Green #116B18

Tints of Green #116B18

Color information

#116B18 (or 0x116B18) is unknown color: approx Green. HEX triplet: 11, 6B and 18. RGB value is (17,107,24). Sum of RGB (Red+Green+Blue) = 17+107+24=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 107 (42.19% from 255 or 72.30% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 107 - color contains mainly: green. Hex color #116B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B18 is #EE94E7. Grayscale: #464646. Windows color (decimal): -15635688 or 1600273. OLE color: 1600273.

HSL color Cylindrical-coordinate representation of color #116B18: hue angle of 124.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B18 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1710724-
CMYK0.8400.780.58
HSL124.67º72.58%24.31%-
HSV(B)124.67º84.11%41.96%-
XYZ5.6510.72.63-
YUV70.63101.6889.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 107 (42.19% from 255) = 72.30%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=11.49%
G=72.30%
B=16.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107240.8400.780.58124.6772.5824.31
Hex116B185404E3A7d4918
Octal211533012401167217511130
Binary100011101011110001010100010011101110101111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,24); }

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

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

 a { background-color: rgb(17,107,24); }

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

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

 span { border-color: rgb(17,107,24); }

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