#14916A

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

Shades of Elf Green #14916A

Tints of Elf Green #14916A

Color information

#14916A (or 0x14916A) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 6A. RGB value is (20,145,106). Sum of RGB (Red+Green+Blue) = 20+145+106=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #14916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14916A is #EB6E95. Grayscale: #676767. Windows color (decimal): -15429270 or 6983956. OLE color: 6983956.

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

Color convert

RGB20145106-
CMYK0.8600.270.43
HSL161.28º75.76%32.35%-
HSV(B)161.28º86.21%56.86%-
XYZ13.0221.4417.09-
YUV103.18129.5968.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=7.38%
G=53.51%
B=39.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451060.8600.270.43161.2875.7632.35
Hex14916A5601B2Ba14c20
Octal242211521260335324111440
Binary101001001000111010101010110011011101011101000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14916A; }

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

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

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

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

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

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

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

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