#158D76

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

Shades of Elf Green #158D76

Tints of Elf Green #158D76

Color information

#158D76 (or 0x158D76) is unknown color: approx Elf Green. HEX triplet: 15, 8D and 76. RGB value is (21,141,118). Sum of RGB (Red+Green+Blue) = 21+141+118=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #158D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D76 is #EA7289. Grayscale: #666666. Windows color (decimal): -15364746 or 7769365. OLE color: 7769365.

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

Color convert

RGB21141118-
CMYK0.8500.160.45
HSL168.5º74.07%31.76%-
HSV(B)168.5º85.11%55.29%-
XYZ13.120.5220.41-
YUV102.5136.7469.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=7.5%
G=50.36%
B=42.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411180.8500.160.45168.574.0731.76
Hex158D76550102Da84a20
Octal252151661250205525011240
Binary101011000110111101101010101010000101101101010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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