Html Css Color HEX #118D6F Elf Green

📋 copy color: '#118D6F'

red 17 ◦ green 141 ◦ blue 111

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

Shades of Elf Green #118D6F

Tints of Elf Green #118D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 6.32%
G = 52.42%
B = 41.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#118D6F (or 0x118D6F) is known color: Elf Green. HEX triplet: 11, 8D and 6F. RGB value is (17,141,111). Sum of RGB (Red+Green+Blue) = 17+141+111=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #118D6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D6F is #EE7290. Grayscale: #646464. Windows color (decimal): -15626897 or 7310609. OLE color: 7310609.

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

Color convert

RGB 17 141 111 -
CMYK 0.88 0 0.21 0.45
HSL 165.48º 0.78% 0.31% -
HSV(B) 165.48º 0.88% 0.55% -
XYZ 12.63 20.32 18.3 -
YUV 100.5 133.92 68.44 -
System Red Green Blue C M Y K H S L
Decimal 17 141 111 0.88 0 0.21 0.45 165.48 0.78 0.31
Hex 11 8D 6F 58 0 15 2D A5 4E 1F
Octal 21 215 157 130 0 25 55 245 116 37
Binary 10001 10001101 1101111 1011000 0 10101 101101 10100101 1001110 11111

Color Harmonies of #118D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D6F

Black with #118D6F

Text Example


Text Example

White with #118D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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