#14DB6C

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

Shades of Malachite #14DB6C

Tints of Malachite #14DB6C

Color information

#14DB6C (or 0x14DB6C) is unknown color: approx Malachite. HEX triplet: 14, DB and 6C. RGB value is (20,219,108). Sum of RGB (Red+Green+Blue) = 20+219+108=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB6C is #EB2493. Grayscale: #939393. Windows color (decimal): -15410324 or 7133972. OLE color: 7133972.

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

Color convert

RGB20219108-
CMYK0.9100.510.14
HSL146.53º83.26%46.86%-
HSV(B)146.53º90.87%85.88%-
XYZ28.3351.8922.71-
YUV146.84106.0737.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.76%
GREEN value IS 219 (85.94% from 255) = 63.11%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=5.76%
G=63.11%
B=31.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202191080.9100.510.14146.5383.2646.86
Hex14DB6C5B033E93532f
Octal243331541330631622312357
Binary10100110110111101100101101101100111110100100111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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