#14C25D

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

Shades of Malachite #14C25D

Tints of Malachite #14C25D

Color information

#14C25D (or 0x14C25D) is unknown color: approx Malachite. HEX triplet: 14, C2 and 5D. RGB value is (20,194,93). Sum of RGB (Red+Green+Blue) = 20+194+93=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #14C25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C25D is #EB3DA2. Grayscale: #828282. Windows color (decimal): -15416739 or 6144532. OLE color: 6144532.

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

Color convert

RGB2019493-
CMYK0.9000.520.24
HSL145.17º81.31%41.96%-
HSV(B)145.17º89.69%76.08%-
XYZ21.5639.5216.85-
YUV130.46106.8549.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 194 (76.17% from 255) = 63.19%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=6.51%
G=63.19%
B=30.29%

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
Decimal20194930.9000.520.24145.1781.3141.96
Hex14C25D5A0341891512a
Octal243021351320643022112152
Binary101001100001010111011011010011010011000100100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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