Html Css Color HEX #118E5D Elf Green

📋 copy color: '#118E5D'

red 17 ◦ green 142 ◦ blue 93

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

Shades of Elf Green #118E5D

Tints of Elf Green #118E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 6.75%
G = 56.35%
B = 36.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#118E5D (or 0x118E5D) is known color: Elf Green. HEX triplet: 11, 8E and 5D. RGB value is (17,142,93). Sum of RGB (Red+Green+Blue) = 17+142+93=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #118E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E5D is #EE71A2. Grayscale: #636363. Windows color (decimal): -15626659 or 6131217. OLE color: 6131217.

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

Color convert

RGB 17 142 93 -
CMYK 0.88 0 0.35 0.44
HSL 156.48º 0.79% 0.31% -
HSV(B) 156.48º 0.88% 0.56% -
XYZ 11.88 20.26 13.64 -
YUV 99.04 124.59 69.48 -
System Red Green Blue C M Y K H S L
Decimal 17 142 93 0.88 0 0.35 0.44 156.48 0.79 0.31
Hex 11 8E 5D 58 0 23 2C 9C 4F 1F
Octal 21 216 135 130 0 43 54 234 117 37
Binary 10001 10001110 1011101 1011000 0 100011 101100 10011100 1001111 11111

Color Harmonies of #118E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E5D

Black with #118E5D

Text Example


Text Example

White with #118E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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