Html Css Color HEX #118B5C Elf Green

📋 copy color: '#118B5C'

red 17 ◦ green 139 ◦ blue 92

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

Shades of Elf Green #118B5C

Tints of Elf Green #118B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 6.85%
G = 56.05%
B = 37.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#118B5C (or 0x118B5C) is known color: Elf Green. HEX triplet: 11, 8B and 5C. RGB value is (17,139,92). Sum of RGB (Red+Green+Blue) = 17+139+92=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #118B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B5C is #EE74A3. Grayscale: #616161. Windows color (decimal): -15627428 or 6064913. OLE color: 6064913.

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

Color convert

RGB 17 139 92 -
CMYK 0.88 0 0.34 0.45
HSL 156.89º 0.78% 0.31% -
HSV(B) 156.89º 0.88% 0.55% -
XYZ 11.4 19.36 13.26 -
YUV 97.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 17 139 92 0.88 0 0.34 0.45 156.89 0.78 0.31
Hex 11 8B 5C 58 0 22 2D 9D 4E 1F
Octal 21 213 134 130 0 42 55 235 116 37
Binary 10001 10001011 1011100 1011000 0 100010 101101 10011101 1001110 11111

Color Harmonies of #118B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B5C

Black with #118B5C

Text Example


Text Example

White with #118B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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