#118A6E

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

Shades of Elf Green #118A6E

Tints of Elf Green #118A6E

Color information

#118A6E (or 0x118A6E) is unknown color: approx Elf Green. HEX triplet: 11, 8A and 6E. RGB value is (17,138,110). Sum of RGB (Red+Green+Blue) = 17+138+110=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #118A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A6E is #EE7591. Grayscale: #626262. Windows color (decimal): -15627666 or 7244305. OLE color: 7244305.

HSL color Cylindrical-coordinate representation of color #118A6E: hue angle of 166.12º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A6E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB17138110-
CMYK0.8800.200.46
HSL166.12º78.06%30.39%-
HSV(B)166.12º87.68%54.12%-
XYZ12.1319.4217.86-
YUV98.63134.4169.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=6.42%
G=52.08%
B=41.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381100.8800.200.46166.1278.0630.39
Hex118A6E580142Ea64e1e
Octal212121561300245624611636
Binary10001100010101101110101100001010010111010100110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,138,110); }

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

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

 a { background-color: rgb(17,138,110); }

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

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

 span { border-color: rgb(17,138,110); }

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