#118971

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

Shades of Elf Green #118971

Tints of Elf Green #118971

Color information

#118971 (or 0x118971) is unknown color: approx Elf Green. HEX triplet: 11, 89 and 71. RGB value is (17,137,113). Sum of RGB (Red+Green+Blue) = 17+137+113=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #118971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118971 is #EE768E. Grayscale: #626262. Windows color (decimal): -15627919 or 7440657. OLE color: 7440657.

HSL color Cylindrical-coordinate representation of color #118971: hue angle of 168º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118971 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB17137113-
CMYK0.8800.180.46
HSL168º77.92%30.2%-
HSV(B)168º87.59%53.73%-
XYZ12.1619.218.69-
YUV98.38136.2469.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=6.37%
G=51.31%
B=42.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171371130.8800.180.4616877.9230.2
Hex118971580122Ea84e1e
Octal212111611300225625011636
Binary10001100010011110001101100001001010111010101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118971; }

 p { color: rgb(17,137,113); }

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

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

 a { background-color: rgb(17,137,113); }

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

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

 span { border-color: rgb(17,137,113); }

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