#14C05E

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

Shades of Malachite #14C05E

Tints of Malachite #14C05E

Color information

#14C05E (or 0x14C05E) is unknown color: approx Malachite. HEX triplet: 14, C0 and 5E. RGB value is (20,192,94). Sum of RGB (Red+Green+Blue) = 20+192+94=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #14C05E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C05E is #EB3FA1. Grayscale: #818181. Windows color (decimal): -15417250 or 6209556. OLE color: 6209556.

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

Color convert

RGB2019294-
CMYK0.9000.510.25
HSL145.81º81.13%41.57%-
HSV(B)145.81º89.58%75.29%-
XYZ21.1638.6616.94-
YUV129.4108.0249.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 192 (75.39% from 255) = 62.75%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=6.54%
G=62.75%
B=30.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20192940.9000.510.25145.8181.1341.57
Hex14C05E5A0331992512a
Octal243001361320633122212152
Binary101001100000010111101011010011001111001100100101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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