#158B78

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

Shades of Elf Green #158B78

Tints of Elf Green #158B78

Color information

#158B78 (or 0x158B78) is unknown color: approx Elf Green. HEX triplet: 15, 8B and 78. RGB value is (21,139,120). Sum of RGB (Red+Green+Blue) = 21+139+120=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #158B78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B78 is #EA7487. Grayscale: #656565. Windows color (decimal): -15365256 or 7899925. OLE color: 7899925.

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

Color convert

RGB21139120-
CMYK0.8500.140.45
HSL170.34º73.75%31.37%-
HSV(B)170.34º84.89%54.51%-
XYZ12.9319.9820.94-
YUV101.55138.4170.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=7.5%
G=49.64%
B=42.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211391200.8500.140.45170.3473.7531.37
Hex158B78550E2Daa4a1f
Octal252131701250165525211237
Binary1010110001011111100010101010111010110110101010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,139,120); }

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

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

 a { background-color: rgb(21,139,120); }

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

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

 span { border-color: rgb(21,139,120); }

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