#14D35C

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

Shades of Malachite #14D35C

Tints of Malachite #14D35C

Color information

#14D35C (or 0x14D35C) is unknown color: approx Malachite. HEX triplet: 14, D3 and 5C. RGB value is (20,211,92). Sum of RGB (Red+Green+Blue) = 20+211+92=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 211 (82.81% from 255 or 65.33% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 211 - color contains mainly: green. Hex color #14D35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D35C is #EB2CA3. Grayscale: #8C8C8C. Windows color (decimal): -15412388 or 6083348. OLE color: 6083348.

HSL color Cylindrical-coordinate representation of color #14D35C: hue angle of 142.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D35C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2021192-
CMYK0.9100.560.17
HSL142.62º82.68%45.29%-
HSV(B)142.62º90.52%82.75%-
XYZ25.5147.5117.95-
YUV140.32100.7242.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 211 (82.81% from 255) = 65.33%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=6.19%
G=65.33%
B=28.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20211920.9100.560.17142.6282.6845.29
Hex14D35C5B038118f532d
Octal243231341330702121712355
Binary101001101001110111001011011011100010001100011111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,211,92); }

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

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

 a { background-color: rgb(20,211,92); }

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

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

 span { border-color: rgb(20,211,92); }

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