#14906E

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

Shades of Elf Green #14906E

Tints of Elf Green #14906E

Color information

#14906E (or 0x14906E) is unknown color: approx Elf Green. HEX triplet: 14, 90 and 6E. RGB value is (20,144,110). Sum of RGB (Red+Green+Blue) = 20+144+110=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #14906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14906E is #EB6F91. Grayscale: #676767. Windows color (decimal): -15429522 or 7245844. OLE color: 7245844.

HSL color Cylindrical-coordinate representation of color #14906E: hue angle of 163.55º 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 #14906E is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB20144110-
CMYK0.8600.240.44
HSL163.55º75.61%32.16%-
HSV(B)163.55º86.11%56.47%-
XYZ13.0821.2218.16-
YUV103.05131.9268.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 144 (56.64% from 255) = 52.55%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=7.30%
G=52.55%
B=40.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201441100.8600.240.44163.5575.6132.16
Hex14906E560182Ca44c20
Octal242201561260305424411440
Binary101001001000011011101010110011000101100101001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14906E; }

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

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

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

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

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

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

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

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