#14956F

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

Shades of Elf Green #14956F

Tints of Elf Green #14956F

Color information

#14956F (or 0x14956F) is unknown color: approx Elf Green. HEX triplet: 14, 95 and 6F. RGB value is (20,149,111). Sum of RGB (Red+Green+Blue) = 20+149+111=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #14956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14956F is #EB6A90. Grayscale: #6A6A6A. Windows color (decimal): -15428241 or 7312660. OLE color: 7312660.

HSL color Cylindrical-coordinate representation of color #14956F: hue angle of 162.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14956F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB20149111-
CMYK0.8700.260.42
HSL162.33º76.33%33.14%-
HSV(B)162.33º86.58%58.43%-
XYZ13.9122.7918.71-
YUV106.1130.7666.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=7.14%
G=53.21%
B=39.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491110.8700.260.42162.3376.3333.14
Hex14956F5701A2Aa24c21
Octal242251571270325224211441
Binary101001001010111011111010111011010101010101000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14956F; }

 p { color: rgb(20,149,111); }

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

<style>
 a { background-color: #14956F; }

 a { background-color: rgb(20,149,111); }

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

<style>
 span { border-color: #14956F; }

 span { border-color: rgb(20,149,111); }

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