#149179

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

Shades of Elf Green #149179

Tints of Elf Green #149179

Color information

#149179 (or 0x149179) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 79. RGB value is (20,145,121). Sum of RGB (Red+Green+Blue) = 20+145+121=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #149179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149179 is #EB6E86. Grayscale: #686868. Windows color (decimal): -15429255 or 7966996. OLE color: 7966996.

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

Color convert

RGB20145121-
CMYK0.8600.170.43
HSL168.48º75.76%32.35%-
HSV(B)168.48º86.21%56.86%-
XYZ13.8721.7821.56-
YUV104.89137.0967.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=6.99%
G=50.70%
B=42.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451210.8600.170.43168.4875.7632.35
Hex149179560112Ba84c20
Octal242211711260215325011440
Binary101001001000111110011010110010001101011101010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149179; }

 p { color: rgb(20,145,121); }

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

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

 a { background-color: rgb(20,145,121); }

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

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

 span { border-color: rgb(20,145,121); }

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