#158E66

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

Shades of Elf Green #158E66

Tints of Elf Green #158E66

Color information

#158E66 (or 0x158E66) is unknown color: approx Elf Green. HEX triplet: 15, 8E and 66. RGB value is (21,142,102). Sum of RGB (Red+Green+Blue) = 21+142+102=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #158E66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E66 is #EA7199. Grayscale: #656565. Windows color (decimal): -15364506 or 6721045. OLE color: 6721045.

HSL color Cylindrical-coordinate representation of color #158E66: hue angle of 160.17º 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 #158E66 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB21142102-
CMYK0.8500.280.44
HSL160.17º74.23%31.96%-
HSV(B)160.17º85.21%55.69%-
XYZ12.3820.4615.87-
YUV101.26128.4170.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=7.92%
G=53.58%
B=38.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421020.8500.280.44160.1774.2331.96
Hex158E665501C2Ca04a20
Octal252161461250345424011240
Binary101011000111011001101010101011100101100101000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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