#118D5E

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

Shades of Elf Green #118D5E

Tints of Elf Green #118D5E

Color information

#118D5E (or 0x118D5E) is unknown color: approx Elf Green. HEX triplet: 11, 8D and 5E. RGB value is (17,141,94). Sum of RGB (Red+Green+Blue) = 17+141+94=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #118D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D5E is #EE72A1. Grayscale: #626262. Windows color (decimal): -15626914 or 6196497. OLE color: 6196497.

HSL color Cylindrical-coordinate representation of color #118D5E: hue angle of 157.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D5E is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1714194-
CMYK0.8800.330.45
HSL157.26º78.48%30.98%-
HSV(B)157.26º87.94%55.29%-
XYZ11.7819.9813.82-
YUV98.57125.4269.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=6.75%
G=55.95%
B=37.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141940.8800.330.45157.2678.4830.98
Hex118D5E580212D9d4e1f
Octal212151361300415523511637
Binary100011000110110111101011000010000110110110011101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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