Html Css Color HEX #118B5E Elf Green

📋 copy color: '#118B5E'

red 17 ◦ green 139 ◦ blue 94

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

Shades of Elf Green #118B5E

Tints of Elf Green #118B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.6%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 6.8%
G = 55.6%
B = 37.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#118B5E (or 0x118B5E) is known color: Elf Green. HEX triplet: 11, 8B and 5E. RGB value is (17,139,94). Sum of RGB (Red+Green+Blue) = 17+139+94=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #118B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B5E is #EE74A1. Grayscale: #616161. Windows color (decimal): -15627426 or 6195985. OLE color: 6195985.

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

Color convert

RGB 17 139 94 -
CMYK 0.88 0 0.32 0.45
HSL 157.87º 0.78% 0.31% -
HSV(B) 157.87º 0.88% 0.55% -
XYZ 11.48 19.39 13.73 -
YUV 97.39 126.08 70.66 -
System Red Green Blue C M Y K H S L
Decimal 17 139 94 0.88 0 0.32 0.45 157.87 0.78 0.31
Hex 11 8B 5E 58 0 20 2D 9E 4E 1F
Octal 21 213 136 130 0 40 55 236 116 37
Binary 10001 10001011 1011110 1011000 0 100000 101101 10011110 1001110 11111

Color Harmonies of #118B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B5E

Black with #118B5E

Text Example


Text Example

White with #118B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,94); }

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

background-color css

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

 a { background-color: rgb(17,139,94); }

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

border-color css

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

 span { border-color: rgb(17,139,94); }

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