#159478

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

Shades of Elf Green #159478

Tints of Elf Green #159478

Color information

#159478 (or 0x159478) is unknown color: approx Elf Green. HEX triplet: 15, 94 and 78. RGB value is (21,148,120). Sum of RGB (Red+Green+Blue) = 21+148+120=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #159478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159478 is #EA6B87. Grayscale: #6A6A6A. Windows color (decimal): -15362952 or 7902229. OLE color: 7902229.

HSL color Cylindrical-coordinate representation of color #159478: hue angle of 166.77º 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 #159478 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB21148120-
CMYK0.8600.190.42
HSL166.77º75.15%33.14%-
HSV(B)166.77º85.81%58.04%-
XYZ14.2922.721.4-
YUV106.83135.4266.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=7.27%
G=51.21%
B=41.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211481200.8600.190.42166.7775.1533.14
Hex159478560132Aa74b21
Octal252241701260235224711341
Binary101011001010011110001010110010011101010101001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159478; }

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

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

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

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

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

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

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

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