#149074

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

Shades of Elf Green #149074

Tints of Elf Green #149074

Color information

#149074 (or 0x149074) is unknown color: approx Elf Green. HEX triplet: 14, 90 and 74. RGB value is (20,144,116). Sum of RGB (Red+Green+Blue) = 20+144+116=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #149074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149074 is #EB6F8B. Grayscale: #676767. Windows color (decimal): -15429516 or 7639060. OLE color: 7639060.

HSL color Cylindrical-coordinate representation of color #149074: hue angle of 166.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149074 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB20144116-
CMYK0.8600.190.44
HSL166.45º75.61%32.16%-
HSV(B)166.45º86.11%56.47%-
XYZ13.4121.3619.94-
YUV103.73134.9268.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=7.14%
G=51.43%
B=41.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201441160.8600.190.44166.4575.6132.16
Hex149074560132Ca64c20
Octal242201641260235424611440
Binary101001001000011101001010110010011101100101001101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149074; }

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

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

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

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

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

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

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

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