#149478

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

Shades of Elf Green #149478

Tints of Elf Green #149478

Color information

#149478 (or 0x149478) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 78. RGB value is (20,148,120). Sum of RGB (Red+Green+Blue) = 20+148+120=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #149478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149478 is #EB6B87. Grayscale: #6A6A6A. Windows color (decimal): -15428488 or 7902228. OLE color: 7902228.

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

Color convert

RGB20148120-
CMYK0.8600.190.42
HSL166.88º76.19%32.94%-
HSV(B)166.88º86.49%58.04%-
XYZ14.2722.6821.4-
YUV106.54135.5966.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=6.94%
G=51.39%
B=41.67%

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
Decimal201481200.8600.190.42166.8876.1932.94
Hex149478560132Aa74c21
Octal242241701260235224711441
Binary101001001010011110001010110010011101010101001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149478; }

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

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

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

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

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

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

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

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