#118E71

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

Shades of Elf Green #118E71

Tints of Elf Green #118E71

Color information

#118E71 (or 0x118E71) is unknown color: approx Elf Green. HEX triplet: 11, 8E and 71. RGB value is (17,142,113). Sum of RGB (Red+Green+Blue) = 17+142+113=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #118E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E71 is #EE718E. Grayscale: #656565. Windows color (decimal): -15626639 or 7441937. OLE color: 7441937.

HSL color Cylindrical-coordinate representation of color #118E71: hue angle of 166.08º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E71 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB17142113-
CMYK0.8800.200.44
HSL166.08º78.62%31.18%-
HSV(B)166.08º88.03%55.69%-
XYZ12.8820.6618.93-
YUV101.32134.5967.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=6.25%
G=52.21%
B=41.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421130.8800.200.44166.0878.6231.18
Hex118E71580142Ca64f1f
Octal212161611300245424611737
Binary10001100011101110001101100001010010110010100110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118E71; }

 p { color: rgb(17,142,113); }

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

<style>
 a { background-color: #118E71; }

 a { background-color: rgb(17,142,113); }

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

<style>
 span { border-color: #118E71; }

 span { border-color: rgb(17,142,113); }

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