#118E6D

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

Shades of Elf Green #118E6D

Tints of Elf Green #118E6D

Color information

#118E6D (or 0x118E6D) is unknown color: approx Elf Green. HEX triplet: 11, 8E and 6D. RGB value is (17,142,109). Sum of RGB (Red+Green+Blue) = 17+142+109=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #118E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E6D is #EE7192. Grayscale: #646464. Windows color (decimal): -15626643 or 7179793. OLE color: 7179793.

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

Color convert

RGB17142109-
CMYK0.8800.230.44
HSL164.16º78.62%31.18%-
HSV(B)164.16º88.03%55.69%-
XYZ12.6620.5717.77-
YUV100.86132.5968.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=6.34%
G=52.99%
B=40.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421090.8800.230.44164.1678.6231.18
Hex118E6D580172Ca44f1f
Octal212161551300275424411737
Binary10001100011101101101101100001011110110010100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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