#118E5E

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

Shades of Elf Green #118E5E

Tints of Elf Green #118E5E

Color information

#118E5E (or 0x118E5E) is unknown color: approx Elf Green. HEX triplet: 11, 8E and 5E. RGB value is (17,142,94). Sum of RGB (Red+Green+Blue) = 17+142+94=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #118E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E5E is #EE71A1. Grayscale: #636363. Windows color (decimal): -15626658 or 6196753. OLE color: 6196753.

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

Color convert

RGB1714294-
CMYK0.8800.340.44
HSL156.96º78.62%31.18%-
HSV(B)156.96º88.03%55.69%-
XYZ11.9220.2713.87-
YUV99.15125.0969.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 142 (55.86% from 255) = 56.13%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=6.72%
G=56.13%
B=37.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17142940.8800.340.44156.9678.6231.18
Hex118E5E580222C9d4f1f
Octal212161361300425423511737
Binary100011000111010111101011000010001010110010011101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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