Html Css Color HEX #118D6E Elf Green

📋 copy color: '#118D6E'

red 17 ◦ green 141 ◦ blue 110

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

Shades of Elf Green #118D6E

Tints of Elf Green #118D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.61%

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 6.34%
G = 52.61%
B = 41.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#118D6E (or 0x118D6E) is known color: Elf Green. HEX triplet: 11, 8D and 6E. RGB value is (17,141,110). Sum of RGB (Red+Green+Blue) = 17+141+110=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #118D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D6E is #EE7291. Grayscale: #646464. Windows color (decimal): -15626898 or 7245073. OLE color: 7245073.

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

Color convert

RGB 17 141 110 -
CMYK 0.88 0 0.22 0.45
HSL 165º 0.78% 0.31% -
HSV(B) 165º 0.88% 0.55% -
XYZ 12.57 20.29 18.01 -
YUV 100.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 17 141 110 0.88 0 0.22 0.45 165 0.78 0.31
Hex 11 8D 6E 58 0 16 2D A5 4E 1F
Octal 21 215 156 130 0 26 55 245 116 37
Binary 10001 10001101 1101110 1011000 0 10110 101101 10100101 1001110 11111

Color Harmonies of #118D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D6E

Black with #118D6E

Text Example


Text Example

White with #118D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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