#118b5b

Color #118B5B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #118B5B

Tints of Elf Green #118B5B

Color information

#118B5B (or 0x118B5B) is unknown color: approx Elf Green. HEX triplet: 11, 8B and 5B. RGB value is (17,139,91). Sum of RGB (Red+Green+Blue) = 17+139+91=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #118B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B5B is #EE74A4. Grayscale: #616161. Windows color (decimal): -15627429 or 5999377. OLE color: 5999377.

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

Color convert

RGB1713991-
CMYK0.8800.350.45
HSL156.39º78.21%30.59%-
HSV(B)156.39º87.77%54.51%-
XYZ11.3519.3413.03-
YUV97.05124.5870.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=6.88%
G=56.28%
B=36.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17139910.8800.350.45156.3978.2130.59
Hex118B5B580232D9c4e1f
Octal212131331300435523411637
Binary100011000101110110111011000010001110110110011100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #118b5b;
 }
 .AnyTagClassName
 {
   color: #118b5b;
 }
</style>
background-color css

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

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

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

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

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

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