Html Css Color HEX #118E6D Elf Green

📋 copy color: '#118E6D'

red 17 ◦ green 142 ◦ blue 109

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

Shades of Elf Green #118E6D

Tints of Elf Green #118E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 6.34%
G = 52.99%
B = 40.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#118E6D (or 0x118E6D) is known color: Elf Green. HEX triplet: 11, 8E and 6D. RGB value is (17,142,109). Sum of RGB (Red+Green+Blue) = 17+142+109=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #118E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E6D is #EE7192. Grayscale: #646464. Windows color (decimal): -15626643 or 7179793. OLE color: 7179793.

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

Color convert

RGB 17 142 109 -
CMYK 0.88 0 0.23 0.44
HSL 164.16º 0.79% 0.31% -
HSV(B) 164.16º 0.88% 0.56% -
XYZ 12.66 20.57 17.77 -
YUV 100.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 17 142 109 0.88 0 0.23 0.44 164.16 0.79 0.31
Hex 11 8E 6D 58 0 17 2C A4 4F 1F
Octal 21 216 155 130 0 27 54 244 117 37
Binary 10001 10001110 1101101 1011000 0 10111 101100 10100100 1001111 11111

Color Harmonies of #118E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E6D

Black with #118E6D

Text Example


Text Example

White with #118E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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