#14D743

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

Shades of Malachite #14D743

Tints of Malachite #14D743

Color information

#14D743 (or 0x14D743) is unknown color: approx Malachite. HEX triplet: 14, D7 and 43. RGB value is (20,215,67). Sum of RGB (Red+Green+Blue) = 20+215+67=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 215 (84.38% from 255 or 71.19% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 215 - color contains mainly: green. Hex color #14D743 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D743 is #EB28BC. Grayscale: #8C8C8C. Windows color (decimal): -15411389 or 4445972. OLE color: 4445972.

HSL color Cylindrical-coordinate representation of color #14D743: hue angle of 134.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D743 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2021567-
CMYK0.9100.690.16
HSL134.46º82.98%46.08%-
HSV(B)134.46º90.7%84.31%-
XYZ25.649.1513.45-
YUV139.8286.942.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.62%
GREEN value IS 215 (84.38% from 255) = 71.19%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=6.62%
G=71.19%
B=22.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20215670.9100.690.16134.4682.9846.08
Hex14D7435B0451086532e
Octal2432710313301052020612356
Binary1010011010111100001110110110100010110000100001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,215,67); }

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

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

 a { background-color: rgb(20,215,67); }

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

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

 span { border-color: rgb(20,215,67); }

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