#14C15D

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

Shades of Malachite #14C15D

Tints of Malachite #14C15D

Color information

#14C15D (or 0x14C15D) is unknown color: approx Malachite. HEX triplet: 14, C1 and 5D. RGB value is (20,193,93). Sum of RGB (Red+Green+Blue) = 20+193+93=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #14C15D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C15D is #EB3EA2. Grayscale: #828282. Windows color (decimal): -15416995 or 6144276. OLE color: 6144276.

HSL color Cylindrical-coordinate representation of color #14C15D: hue angle of 145.32º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C15D is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB2019393-
CMYK0.9000.520.24
HSL145.32º81.22%41.76%-
HSV(B)145.32º89.64%75.69%-
XYZ21.3339.0816.77-
YUV129.87107.1949.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 193 (75.78% from 255) = 63.07%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=6.54%
G=63.07%
B=30.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193930.9000.520.24145.3281.2241.76
Hex14C15D5A0341891512a
Octal243011351320643022112152
Binary101001100000110111011011010011010011000100100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,93); }

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

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

 a { background-color: rgb(20,193,93); }

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

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

 span { border-color: rgb(20,193,93); }

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