#149674

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

Shades of Elf Green #149674

Tints of Elf Green #149674

Color information

#149674 (or 0x149674) is unknown color: approx Elf Green. HEX triplet: 14, 96 and 74. RGB value is (20,150,116). Sum of RGB (Red+Green+Blue) = 20+150+116=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #149674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149674 is #EB698B. Grayscale: #6B6B6B. Windows color (decimal): -15427980 or 7640596. OLE color: 7640596.

HSL color Cylindrical-coordinate representation of color #149674: hue angle of 164.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149674 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB20150116-
CMYK0.8700.230.41
HSL164.31º76.47%33.33%-
HSV(B)164.31º86.67%58.82%-
XYZ14.3523.2220.25-
YUV107.25132.9365.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=6.99%
G=52.45%
B=40.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal201501160.8700.230.41164.3176.4733.33
Hex1496745701729a44c21
Octal242261641270275124411441
Binary101001001011011101001010111010111101001101001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149674; }

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

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

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

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

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

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

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

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