#158E62

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

Shades of Elf Green #158E62

Tints of Elf Green #158E62

Color information

#158E62 (or 0x158E62) is unknown color: approx Elf Green. HEX triplet: 15, 8E and 62. RGB value is (21,142,98). Sum of RGB (Red+Green+Blue) = 21+142+98=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #158E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E62 is #EA719D. Grayscale: #646464. Windows color (decimal): -15364510 or 6458901. OLE color: 6458901.

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

Color convert

RGB2114298-
CMYK0.8500.310.44
HSL158.18º74.23%31.96%-
HSV(B)158.18º85.21%55.69%-
XYZ12.1920.3914.85-
YUV100.8126.4171.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=8.05%
G=54.41%
B=37.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142980.8500.310.44158.1874.2331.96
Hex158E625501F2C9e4a20
Octal252161421250375423611240
Binary101011000111011000101010101011111101100100111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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