#14915D

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

Shades of Elf Green #14915D

Tints of Elf Green #14915D

Color information

#14915D (or 0x14915D) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 5D. RGB value is (20,145,93). Sum of RGB (Red+Green+Blue) = 20+145+93=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #14915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14915D is #EB6EA2. Grayscale: #656565. Windows color (decimal): -15429283 or 6131988. OLE color: 6131988.

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

Color convert

RGB2014593-
CMYK0.8600.360.43
HSL155.04º75.76%32.35%-
HSV(B)155.04º86.21%56.86%-
XYZ12.3921.1913.79-
YUV101.7123.0969.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=7.75%
G=56.20%
B=36.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145930.8600.360.43155.0475.7632.35
Hex14915D560242B9b4c20
Octal242211351260445323311440
Binary1010010010001101110110101100100100101011100110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14915D; }

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

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

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

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

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

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

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

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