#118A69

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

Shades of Elf Green #118A69

Tints of Elf Green #118A69

Color information

#118A69 (or 0x118A69) is unknown color: approx Elf Green. HEX triplet: 11, 8A and 69. RGB value is (17,138,105). Sum of RGB (Red+Green+Blue) = 17+138+105=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #118A69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A69 is #EE7596. Grayscale: #626262. Windows color (decimal): -15627671 or 6916625. OLE color: 6916625.

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

Color convert

RGB17138105-
CMYK0.8800.240.46
HSL163.64º78.06%30.39%-
HSV(B)163.64º87.68%54.12%-
XYZ11.8719.3216.47-
YUV98.06131.9170.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 138 (54.30% from 255) = 53.08%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=6.54%
G=53.08%
B=40.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381050.8800.240.46163.6478.0630.39
Hex118A69580182Ea44e1e
Octal212121511300305624411636
Binary10001100010101101001101100001100010111010100100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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