#118A75

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

Shades of Elf Green #118A75

Tints of Elf Green #118A75

Color information

#118A75 (or 0x118A75) is unknown color: approx Elf Green. HEX triplet: 11, 8A and 75. RGB value is (17,138,117). Sum of RGB (Red+Green+Blue) = 17+138+117=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #118A75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A75 is #EE758A. Grayscale: #636363. Windows color (decimal): -15627659 or 7703057. OLE color: 7703057.

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

Color convert

RGB17138117-
CMYK0.8800.150.46
HSL169.59º78.06%30.39%-
HSV(B)169.59º87.68%54.12%-
XYZ12.5319.5819.95-
YUV99.43137.9169.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=6.25%
G=50.74%
B=43.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381170.8800.150.46169.5978.0630.39
Hex118A75580F2Eaa4e1e
Octal212121651300175625211636
Binary1000110001010111010110110000111110111010101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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