#14917A

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

Shades of Elf Green #14917A

Tints of Elf Green #14917A

Color information

#14917A (or 0x14917A) is unknown color: approx Elf Green. HEX triplet: 14, 91 and 7A. RGB value is (20,145,122). Sum of RGB (Red+Green+Blue) = 20+145+122=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #14917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14917A is #EB6E85. Grayscale: #686868. Windows color (decimal): -15429254 or 8032532. OLE color: 8032532.

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

Color convert

RGB20145122-
CMYK0.8600.160.43
HSL168.96º75.76%32.35%-
HSV(B)168.96º86.21%56.86%-
XYZ13.9321.821.89-
YUV105137.5967.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=6.97%
G=50.52%
B=42.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451220.8600.160.43168.9675.7632.35
Hex14917A560102Ba94c20
Octal242211721260205325111440
Binary101001001000111110101010110010000101011101010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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