#159470

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

Shades of Elf Green #159470

Tints of Elf Green #159470

Color information

#159470 (or 0x159470) is unknown color: approx Elf Green. HEX triplet: 15, 94 and 70. RGB value is (21,148,112). Sum of RGB (Red+Green+Blue) = 21+148+112=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #159470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159470 is #EA6B8F. Grayscale: #696969. Windows color (decimal): -15362960 or 7377941. OLE color: 7377941.

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

Color convert

RGB21148112-
CMYK0.8600.240.42
HSL162.99º75.15%33.14%-
HSV(B)162.99º85.81%58.04%-
XYZ13.8222.5118.95-
YUV105.92131.4267.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=7.47%
G=52.67%
B=39.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211481120.8600.240.42162.9975.1533.14
Hex159470560182Aa34b21
Octal252241601260305224311341
Binary101011001010011100001010110011000101010101000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159470; }

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

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

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

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

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

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

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

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