#118D64

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

Shades of Elf Green #118D64

Tints of Elf Green #118D64

Color information

#118D64 (or 0x118D64) is unknown color: approx Elf Green. HEX triplet: 11, 8D and 64. RGB value is (17,141,100). Sum of RGB (Red+Green+Blue) = 17+141+100=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #118D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D64 is #EE729B. Grayscale: #636363. Windows color (decimal): -15626908 or 6589713. OLE color: 6589713.

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

Color convert

RGB17141100-
CMYK0.8800.290.45
HSL160.16º78.48%30.98%-
HSV(B)160.16º87.94%55.29%-
XYZ12.0620.0915.3-
YUV99.25128.4269.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 141 (55.47% from 255) = 54.65%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=6.59%
G=54.65%
B=38.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171411000.8800.290.45160.1678.4830.98
Hex118D645801D2Da04e1f
Octal212151441300355524011637
Binary10001100011011100100101100001110110110110100000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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