#14886C

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

Shades of Elf Green #14886C

Tints of Elf Green #14886C

Color information

#14886C (or 0x14886C) is unknown color: approx Elf Green. HEX triplet: 14, 88 and 6C. RGB value is (20,136,108). Sum of RGB (Red+Green+Blue) = 20+136+108=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #14886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14886C is #EB7793. Grayscale: #626262. Windows color (decimal): -15431572 or 7112724. OLE color: 7112724.

HSL color Cylindrical-coordinate representation of color #14886C: hue angle of 165.52º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14886C is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB20136108-
CMYK0.8500.210.47
HSL165.52º74.36%30.59%-
HSV(B)165.52º85.29%53.33%-
XYZ11.818.8417.2-
YUV98.12133.5772.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=7.58%
G=51.52%
B=40.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361080.8500.210.47165.5274.3630.59
Hex14886C550152Fa64a1f
Octal242101541250255724611237
Binary10100100010001101100101010101010110111110100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14886C; }

 p { color: rgb(20,136,108); }

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

<style>
 a { background-color: #14886C; }

 a { background-color: rgb(20,136,108); }

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

<style>
 span { border-color: #14886C; }

 span { border-color: rgb(20,136,108); }

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