Html Css Color HEX #118E75 Elf Green

📋 copy color: '#118E75'

red 17 ◦ green 142 ◦ blue 117

#118E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #118E75

Tints of Elf Green #118E75

RGB

 RED value IS 17 (7.03% from 255) = 6.16%

 GREEN value IS 142 (55.86% from 255) = 51.45%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 6.16%
G = 51.45%
B = 42.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#118E75 (or 0x118E75) is known color: Elf Green. HEX triplet: 11, 8E and 75. RGB value is (17,142,117). Sum of RGB (Red+Green+Blue) = 17+142+117=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #118E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E75 is #EE718A. Grayscale: #656565. Windows color (decimal): -15626635 or 7704081. OLE color: 7704081.

HSL color Cylindrical-coordinate representation of color #118E75: hue angle of 168º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E75 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 142 117 -
CMYK 0.88 0 0.18 0.44
HSL 168º 0.79% 0.31% -
HSV(B) 168º 0.88% 0.56% -
XYZ 13.12 20.75 20.14 -
YUV 101.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 17 142 117 0.88 0 0.18 0.44 168 0.79 0.31
Hex 11 8E 75 58 0 12 2C A8 4F 1F
Octal 21 216 165 130 0 22 54 250 117 37
Binary 10001 10001110 1110101 1011000 0 10010 101100 10101000 1001111 11111

Color Harmonies of #118E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E75

Black with #118E75

Text Example


Text Example

White with #118E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118E75;
 }
 .AnyTagClassName
 {
   color: #118E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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