#14C15E

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

Shades of Malachite #14C15E

Tints of Malachite #14C15E

Color information

#14C15E (or 0x14C15E) is unknown color: approx Malachite. HEX triplet: 14, C1 and 5E. RGB value is (20,193,94). Sum of RGB (Red+Green+Blue) = 20+193+94=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #14C15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C15E is #EB3EA1. Grayscale: #828282. Windows color (decimal): -15416994 or 6209812. OLE color: 6209812.

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

Color convert

RGB2019394-
CMYK0.9000.510.24
HSL145.66º81.22%41.76%-
HSV(B)145.66º89.64%75.69%-
XYZ21.3839.117.01-
YUV129.99107.6949.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 193 (75.78% from 255) = 62.87%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=6.51%
G=62.87%
B=30.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193940.9000.510.24145.6681.2241.76
Hex14C15E5A0331892512a
Octal243011361320633022212152
Binary101001100000110111101011010011001111000100100101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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