#158D6F

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

Shades of Elf Green #158D6F

Tints of Elf Green #158D6F

Color information

#158D6F (or 0x158D6F) is unknown color: approx Elf Green. HEX triplet: 15, 8D and 6F. RGB value is (21,141,111). Sum of RGB (Red+Green+Blue) = 21+141+111=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #158D6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D6F is #EA7290. Grayscale: #656565. Windows color (decimal): -15364753 or 7310613. OLE color: 7310613.

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

Color convert

RGB21141111-
CMYK0.8500.210.45
HSL165º74.07%31.76%-
HSV(B)165º85.11%55.29%-
XYZ12.720.3618.3-
YUV101.7133.2470.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=7.69%
G=51.65%
B=40.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411110.8500.210.4516574.0731.76
Hex158D6F550152Da54a20
Octal252151571250255524511240
Binary101011000110111011111010101010101101101101001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,111); }

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

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

 a { background-color: rgb(21,141,111); }

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

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

 span { border-color: rgb(21,141,111); }

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