#149466

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

Shades of Elf Green #149466

Tints of Elf Green #149466

Color information

#149466 (or 0x149466) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 66. RGB value is (20,148,102). Sum of RGB (Red+Green+Blue) = 20+148+102=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #149466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149466 is #EB6B99. Grayscale: #686868. Windows color (decimal): -15428506 or 6722580. OLE color: 6722580.

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

Color convert

RGB20148102-
CMYK0.8600.310.42
HSL158.44º76.19%32.94%-
HSV(B)158.44º86.49%58.04%-
XYZ13.2822.2916.17-
YUV104.48126.5967.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=7.41%
G=54.81%
B=37.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481020.8600.310.42158.4476.1932.94
Hex1494665601F2A9e4c21
Octal242241461260375223611441
Binary101001001010011001101010110011111101010100111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149466; }

 p { color: rgb(20,148,102); }

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

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

 a { background-color: rgb(20,148,102); }

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

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

 span { border-color: rgb(20,148,102); }

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