#14986C

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

Shades of Elf Green #14986C

Tints of Elf Green #14986C

Color information

#14986C (or 0x14986C) is unknown color: approx Elf Green. HEX triplet: 14, 98 and 6C. RGB value is (20,152,108). Sum of RGB (Red+Green+Blue) = 20+152+108=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #14986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14986C is #EB6793. Grayscale: #6B6B6B. Windows color (decimal): -15427476 or 7116820. OLE color: 7116820.

HSL color Cylindrical-coordinate representation of color #14986C: hue angle of 160º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14986C is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB20152108-
CMYK0.8700.290.40
HSL160º76.74%33.73%-
HSV(B)160º86.84%59.61%-
XYZ14.2223.6918.01-
YUV107.52128.2765.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=7.14%
G=54.29%
B=38.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal201521080.8700.290.4016076.7433.73
Hex14986C5701D28a04d22
Octal242301541270355024011542
Binary101001001100011011001010111011101101000101000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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