#14C763

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

Shades of Malachite #14C763

Tints of Malachite #14C763

Color information

#14C763 (or 0x14C763) is unknown color: approx Malachite. HEX triplet: 14, C7 and 63. RGB value is (20,199,99). Sum of RGB (Red+Green+Blue) = 20+199+99=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 199 (78.12% from 255 or 62.58% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 199 - color contains mainly: green. Hex color #14C763 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C763 is #EB389C. Grayscale: #868686. Windows color (decimal): -15415453 or 6539028. OLE color: 6539028.

HSL color Cylindrical-coordinate representation of color #14C763: hue angle of 146.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C763 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB2019999-
CMYK0.9000.500.22
HSL146.48º81.74%42.94%-
HSV(B)146.48º89.95%78.04%-
XYZ22.9641.918.68-
YUV134.08108.246.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 199 (78.12% from 255) = 62.58%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=6.29%
G=62.58%
B=31.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20199990.9000.500.22146.4881.7442.94
Hex14C7635A0321692522b
Octal243071431320622622212253
Binary101001100011111000111011010011001010110100100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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