#118E78

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

Shades of Elf Green #118E78

Tints of Elf Green #118E78

Color information

#118E78 (or 0x118E78) is unknown color: approx Elf Green. HEX triplet: 11, 8E and 78. RGB value is (17,142,120). Sum of RGB (Red+Green+Blue) = 17+142+120=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #118E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E78 is #EE7187. Grayscale: #666666. Windows color (decimal): -15626632 or 7900689. OLE color: 7900689.

HSL color Cylindrical-coordinate representation of color #118E78: hue angle of 169.44º 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 #118E78 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB17142120-
CMYK0.8800.150.44
HSL169.44º78.62%31.18%-
HSV(B)169.44º88.03%55.69%-
XYZ13.2920.8221.09-
YUV102.12138.0967.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=6.09%
G=50.90%
B=43.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421200.8800.150.44169.4478.6231.18
Hex118E78580F2Ca94f1f
Octal212161701300175425111737
Binary1000110001110111100010110000111110110010101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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