#149373

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

Shades of Elf Green #149373

Tints of Elf Green #149373

Color information

#149373 (or 0x149373) is unknown color: approx Elf Green. HEX triplet: 14, 93 and 73. RGB value is (20,147,115). Sum of RGB (Red+Green+Blue) = 20+147+115=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #149373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149373 is #EB6C8C. Grayscale: #696969. Windows color (decimal): -15428749 or 7574292. OLE color: 7574292.

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

Color convert

RGB20147115-
CMYK0.8600.220.42
HSL164.88º76.05%32.75%-
HSV(B)164.88º86.39%57.65%-
XYZ13.8222.2519.79-
YUV105.38133.4267.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 147 (57.81% from 255) = 52.13%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=7.09%
G=52.13%
B=40.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201471150.8600.220.42164.8876.0532.75
Hex149373560162Aa54c21
Octal242231631260265224511441
Binary101001001001111100111010110010110101010101001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149373; }

 p { color: rgb(20,147,115); }

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

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

 a { background-color: rgb(20,147,115); }

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

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

 span { border-color: rgb(20,147,115); }

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