#14886D

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

Shades of Elf Green #14886D

Tints of Elf Green #14886D

Color information

#14886D (or 0x14886D) is unknown color: approx Elf Green. HEX triplet: 14, 88 and 6D. RGB value is (20,136,109). Sum of RGB (Red+Green+Blue) = 20+136+109=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #14886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14886D is #EB7792. Grayscale: #626262. Windows color (decimal): -15431571 or 7178260. OLE color: 7178260.

HSL color Cylindrical-coordinate representation of color #14886D: hue angle of 166.03º 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 #14886D is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB20136109-
CMYK0.8500.200.47
HSL166.03º74.36%30.59%-
HSV(B)166.03º85.29%53.33%-
XYZ11.8518.8617.48-
YUV98.24134.0772.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 136 (53.52% from 255) = 51.32%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=7.55%
G=51.32%
B=41.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361090.8500.200.47166.0374.3630.59
Hex14886D550142Fa64a1f
Octal242101551250245724611237
Binary10100100010001101101101010101010010111110100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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