#159170

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

Shades of Elf Green #159170

Tints of Elf Green #159170

Color information

#159170 (or 0x159170) is unknown color: approx Elf Green. HEX triplet: 15, 91 and 70. RGB value is (21,145,112). Sum of RGB (Red+Green+Blue) = 21+145+112=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #159170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159170 is #EA6E8F. Grayscale: #686868. Windows color (decimal): -15363728 or 7377173. OLE color: 7377173.

HSL color Cylindrical-coordinate representation of color #159170: hue angle of 164.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159170 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB21145112-
CMYK0.8600.230.43
HSL164.03º74.7%32.55%-
HSV(B)164.03º85.52%56.86%-
XYZ13.3621.5818.79-
YUV104.16132.4268.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.55%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=7.55%
G=52.16%
B=40.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211451120.8600.230.43164.0374.732.55
Hex159170560172Ba44b21
Octal252211601260275324411341
Binary101011001000111100001010110010111101011101001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159170; }

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

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

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

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

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

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

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

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