#158E6A

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

Shades of Elf Green #158E6A

Tints of Elf Green #158E6A

Color information

#158E6A (or 0x158E6A) is unknown color: approx Elf Green. HEX triplet: 15, 8E and 6A. RGB value is (21,142,106). Sum of RGB (Red+Green+Blue) = 21+142+106=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #158E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E6A is #EA7195. Grayscale: #656565. Windows color (decimal): -15364502 or 6983189. OLE color: 6983189.

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

Color convert

RGB21142106-
CMYK0.8500.250.44
HSL162.15º74.23%31.96%-
HSV(B)162.15º85.21%55.69%-
XYZ12.5820.5516.94-
YUV101.72130.4170.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=7.81%
G=52.79%
B=39.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421060.8500.250.44162.1574.2331.96
Hex158E6A550192Ca24a20
Octal252161521250315424211240
Binary101011000111011010101010101011001101100101000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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