#14DB49

Color #14DB49 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14DB49

Tints of Malachite #14DB49

Color information

#14DB49 (or 0x14DB49) is unknown color: approx Malachite. HEX triplet: 14, DB and 49. RGB value is (20,219,73). Sum of RGB (Red+Green+Blue) = 20+219+73=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 219 (85.94% from 255 or 70.19% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB49 is #EB24B6. Grayscale: #8F8F8F. Windows color (decimal): -15410359 or 4840212. OLE color: 4840212.

HSL color Cylindrical-coordinate representation of color #14DB49: hue angle of 135.98º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB49 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB2021973-
CMYK0.9100.670.14
HSL135.98º83.26%46.86%-
HSV(B)135.98º90.87%85.88%-
XYZ26.8251.2914.79-
YUV142.8588.5740.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 219 (85.94% from 255) = 70.19%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=6.41%
G=70.19%
B=23.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20219730.9100.670.14135.9883.2646.86
Hex14DB495B043E88532f
Octal2433311113301031621012357
Binary101001101101110010011011011010000111110100010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14DB49; }

 p { color: rgb(20,219,73); }

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

<style>
 a { background-color: #14DB49; }

 a { background-color: rgb(20,219,73); }

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

<style>
 span { border-color: #14DB49; }

 span { border-color: rgb(20,219,73); }

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