#14DC50

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

Shades of Malachite #14DC50

Tints of Malachite #14DC50

Color information

#14DC50 (or 0x14DC50) is unknown color: approx Malachite. HEX triplet: 14, DC and 50. RGB value is (20,220,80). Sum of RGB (Red+Green+Blue) = 20+220+80=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC50 is #EB23AF. Grayscale: #909090. Windows color (decimal): -15410096 or 5299220. OLE color: 5299220.

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

Color convert

RGB2022080-
CMYK0.9100.640.14
HSL138º83.33%47.06%-
HSV(B)138º90.91%86.27%-
XYZ27.3351.9116.17-
YUV144.2491.7439.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 220 (86.33% from 255) = 68.75%
BLUE value IS 80 (31.64% from 255) = 25%
R=6.25%
G=68.75%
B=25%

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
Decimal20220800.9100.640.1413883.3347.06
Hex14DC505B040E8a532f
Octal2433412013301001621212357
Binary101001101110010100001011011010000001110100010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,220,80); }

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

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

 a { background-color: rgb(20,220,80); }

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

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

 span { border-color: rgb(20,220,80); }

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