#14E54A

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

Shades of Malachite #14E54A

Tints of Malachite #14E54A

Color information

#14E54A (or 0x14E54A) is unknown color: approx Malachite. HEX triplet: 14, E5 and 4A. RGB value is (20,229,74). Sum of RGB (Red+Green+Blue) = 20+229+74=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #14E54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E54A is #EB1AB5. Grayscale: #959595. Windows color (decimal): -15407798 or 4908308. OLE color: 4908308.

HSL color Cylindrical-coordinate representation of color #14E54A: hue angle of 135.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E54A is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2022974-
CMYK0.9100.680.10
HSL135.5º83.94%48.82%-
HSV(B)135.5º91.27%89.8%-
XYZ29.5456.6815.86-
YUV148.8485.7636.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 229 (89.84% from 255) = 70.90%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=6.19%
G=70.90%
B=22.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20229740.9100.680.10135.583.9448.82
Hex14E54A5B044A885431
Octal2434511213301041221012461
Binary101001110010110010101011011010001001010100010001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,229,74); }

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

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

 a { background-color: rgb(20,229,74); }

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

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

 span { border-color: rgb(20,229,74); }

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