#118870

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

Shades of Elf Green #118870

Tints of Elf Green #118870

Color information

#118870 (or 0x118870) is unknown color: approx Elf Green. HEX triplet: 11, 88 and 70. RGB value is (17,136,112). Sum of RGB (Red+Green+Blue) = 17+136+112=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #118870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118870 is #EE778F. Grayscale: #616161. Windows color (decimal): -15628176 or 7374865. OLE color: 7374865.

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

Color convert

RGB17136112-
CMYK0.8700.180.47
HSL167.9º77.78%30%-
HSV(B)167.9º87.5%53.33%-
XYZ11.9618.918.35-
YUV97.68136.0870.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 136 (53.52% from 255) = 51.32%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=6.42%
G=51.32%
B=42.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171361120.8700.180.47167.977.7830
Hex118870570122Fa84e1e
Octal212101601270225725011636
Binary10001100010001110000101011101001010111110101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118870; }

 p { color: rgb(17,136,112); }

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

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

 a { background-color: rgb(17,136,112); }

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

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

 span { border-color: rgb(17,136,112); }

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