#158670

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

Shades of Elf Green #158670

Tints of Elf Green #158670

Color information

#158670 (or 0x158670) is unknown color: approx Elf Green. HEX triplet: 15, 86 and 70. RGB value is (21,134,112). Sum of RGB (Red+Green+Blue) = 21+134+112=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #158670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158670 is #EA798F. Grayscale: #616161. Windows color (decimal): -15366544 or 7374357. OLE color: 7374357.

HSL color Cylindrical-coordinate representation of color #158670: hue angle of 168.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158670 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB21134112-
CMYK0.8400.160.47
HSL168.32º72.9%30.39%-
HSV(B)168.32º84.33%52.55%-
XYZ11.7618.3818.26-
YUV97.7136.0673.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=7.87%
G=50.19%
B=41.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211341120.8400.160.47168.3272.930.39
Hex158670540102Fa8491e
Octal252061601240205725011136
Binary10101100001101110000101010001000010111110101000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158670; }

 p { color: rgb(21,134,112); }

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

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

 a { background-color: rgb(21,134,112); }

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

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

 span { border-color: rgb(21,134,112); }

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