#149176

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

Shades of Elf Green #149176

Tints of Elf Green #149176

Color information

#149176 (or 0x149176) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 76. RGB value is (20,145,118). Sum of RGB (Red+Green+Blue) = 20+145+118=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #149176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149176 is #EB6E89. Grayscale: #686868. Windows color (decimal): -15429258 or 7770388. OLE color: 7770388.

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

Color convert

RGB20145118-
CMYK0.8600.190.43
HSL167.04º75.76%32.35%-
HSV(B)167.04º86.21%56.86%-
XYZ13.6821.7120.61-
YUV104.55135.5967.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=7.07%
G=51.24%
B=41.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451180.8600.190.43167.0475.7632.35
Hex149176560132Ba74c20
Octal242211661260235324711440
Binary101001001000111101101010110010011101011101001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149176; }

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

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

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

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

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

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

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

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