Html Css Color HEX #118D70 Elf Green

📋 copy color: '#118D70'

red 17 ◦ green 141 ◦ blue 112

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

Shades of Elf Green #118D70

Tints of Elf Green #118D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 6.3%
G = 52.22%
B = 41.48%

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

#118D70 (or 0x118D70) is known color: Elf Green. HEX triplet: 11, 8D and 70. RGB value is (17,141,112). Sum of RGB (Red+Green+Blue) = 17+141+112=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #118D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D70 is #EE728F. Grayscale: #646464. Windows color (decimal): -15626896 or 7376145. OLE color: 7376145.

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

Color convert

RGB 17 141 112 -
CMYK 0.88 0 0.21 0.45
HSL 165.97º 0.78% 0.31% -
HSV(B) 165.97º 0.88% 0.55% -
XYZ 12.68 20.34 18.59 -
YUV 100.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 17 141 112 0.88 0 0.21 0.45 165.97 0.78 0.31
Hex 11 8D 70 58 0 15 2D A6 4E 1F
Octal 21 215 160 130 0 25 55 246 116 37
Binary 10001 10001101 1110000 1011000 0 10101 101101 10100110 1001110 11111

Color Harmonies of #118D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D70

Black with #118D70

Text Example


Text Example

White with #118D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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