#118A68

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

Shades of Elf Green #118A68

Tints of Elf Green #118A68

Color information

#118A68 (or 0x118A68) is unknown color: approx Elf Green. HEX triplet: 11, 8A and 68. RGB value is (17,138,104). Sum of RGB (Red+Green+Blue) = 17+138+104=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #118A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A68 is #EE7597. Grayscale: #616161. Windows color (decimal): -15627672 or 6851089. OLE color: 6851089.

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

Color convert

RGB17138104-
CMYK0.8800.250.46
HSL163.14º78.06%30.39%-
HSV(B)163.14º87.68%54.12%-
XYZ11.8219.316.2-
YUV97.94131.4170.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=6.56%
G=53.28%
B=40.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381040.8800.250.46163.1478.0630.39
Hex118A68580192Ea34e1e
Octal212121501300315624311636
Binary10001100010101101000101100001100110111010100011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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