#14db4f

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

Shades of Malachite #14DB4F

Tints of Malachite #14DB4F

Color information

#14DB4F (or 0x14DB4F) is unknown color: approx Malachite. HEX triplet: 14, DB and 4F. RGB value is (20,219,79). Sum of RGB (Red+Green+Blue) = 20+219+79=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB4F is #EB24B0. Grayscale: #8F8F8F. Windows color (decimal): -15410353 or 5233428. OLE color: 5233428.

HSL color Cylindrical-coordinate representation of color #14DB4F: hue angle of 137.79º 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 #14DB4F is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB2021979-
CMYK0.9100.640.14
HSL137.79º83.26%46.86%-
HSV(B)137.79º90.87%85.88%-
XYZ27.0351.3815.89-
YUV143.5491.5739.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 219 (85.94% from 255) = 68.87%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=6.29%
G=68.87%
B=24.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20219790.9100.640.14137.7983.2646.86
Hex14DB4F5B040E8a532f
Octal2433311713301001621212357
Binary101001101101110011111011011010000001110100010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14db4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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