#149374

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

Shades of Elf Green #149374

Tints of Elf Green #149374

Color information

#149374 (or 0x149374) is unknown color: approx Elf Green. HEX triplet: 14, 93 and 74. RGB value is (20,147,116). Sum of RGB (Red+Green+Blue) = 20+147+116=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #149374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149374 is #EB6C8B. Grayscale: #696969. Windows color (decimal): -15428748 or 7639828. OLE color: 7639828.

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

Color convert

RGB20147116-
CMYK0.8600.210.42
HSL165.35º76.05%32.75%-
HSV(B)165.35º86.39%57.65%-
XYZ13.8722.2820.09-
YUV105.49133.9267.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=7.07%
G=51.94%
B=40.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201471160.8600.210.42165.3576.0532.75
Hex149374560152Aa54c21
Octal242231641260255224511441
Binary101001001001111101001010110010101101010101001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149374; }

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

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

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

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

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

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

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

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