#14916B

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

Shades of Elf Green #14916B

Tints of Elf Green #14916B

Color information

#14916B (or 0x14916B) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 6B. RGB value is (20,145,107). Sum of RGB (Red+Green+Blue) = 20+145+107=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #14916B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14916B is #EB6E94. Grayscale: #676767. Windows color (decimal): -15429269 or 7049492. OLE color: 7049492.

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

Color convert

RGB20145107-
CMYK0.8600.260.43
HSL161.76º75.76%32.35%-
HSV(B)161.76º86.21%56.86%-
XYZ13.0721.4617.36-
YUV103.29130.0968.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.35%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=7.35%
G=53.31%
B=39.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451070.8600.260.43161.7675.7632.35
Hex14916B5601A2Ba24c20
Octal242211531260325324211440
Binary101001001000111010111010110011010101011101000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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