#158E72

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

Shades of Elf Green #158E72

Tints of Elf Green #158E72

Color information

#158E72 (or 0x158E72) is unknown color: approx Elf Green. HEX triplet: 15, 8E and 72. RGB value is (21,142,114). Sum of RGB (Red+Green+Blue) = 21+142+114=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #158E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E72 is #EA718D. Grayscale: #666666. Windows color (decimal): -15364494 or 7507477. OLE color: 7507477.

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

Color convert

RGB21142114-
CMYK0.8500.200.44
HSL166.12º74.23%31.96%-
HSV(B)166.12º85.21%55.69%-
XYZ13.0220.7219.23-
YUV102.63134.4169.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=7.58%
G=51.26%
B=41.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421140.8500.200.44166.1274.2331.96
Hex158E72550142Ca64a20
Octal252161621250245424611240
Binary101011000111011100101010101010100101100101001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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