#158E68

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

Shades of Elf Green #158E68

Tints of Elf Green #158E68

Color information

#158E68 (or 0x158E68) is unknown color: approx Elf Green. HEX triplet: 15, 8E and 68. RGB value is (21,142,104). Sum of RGB (Red+Green+Blue) = 21+142+104=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #158E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E68 is #EA7197. Grayscale: #656565. Windows color (decimal): -15364504 or 6852117. OLE color: 6852117.

HSL color Cylindrical-coordinate representation of color #158E68: hue angle of 161.16º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158E68 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB21142104-
CMYK0.8500.270.44
HSL161.16º74.23%31.96%-
HSV(B)161.16º85.21%55.69%-
XYZ12.4820.516.4-
YUV101.49129.4170.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 142 (55.86% from 255) = 53.18%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=7.87%
G=53.18%
B=38.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421040.8500.270.44161.1674.2331.96
Hex158E685501B2Ca14a20
Octal252161501250335424111240
Binary101011000111011010001010101011011101100101000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158E68; }

 p { color: rgb(21,142,104); }

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

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

 a { background-color: rgb(21,142,104); }

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

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

 span { border-color: rgb(21,142,104); }

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