#14C463

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

Shades of Malachite #14C463

Tints of Malachite #14C463

Color information

#14C463 (or 0x14C463) is unknown color: approx Malachite. HEX triplet: 14, C4 and 63. RGB value is (20,196,99). Sum of RGB (Red+Green+Blue) = 20+196+99=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #14C463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C463 is #EB3B9C. Grayscale: #848484. Windows color (decimal): -15416221 or 6538260. OLE color: 6538260.

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

Color convert

RGB2019699-
CMYK0.9000.490.23
HSL146.93º81.48%42.35%-
HSV(B)146.93º89.8%76.86%-
XYZ22.2840.5318.45-
YUV132.32109.1947.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 196 (76.95% from 255) = 62.22%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=6.35%
G=62.22%
B=31.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20196990.9000.490.23146.9381.4842.35
Hex14C4635A0311793512a
Octal243041431320612722312152
Binary101001100010011000111011010011000110111100100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,196,99); }

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

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

 a { background-color: rgb(20,196,99); }

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

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

 span { border-color: rgb(20,196,99); }

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