#14e24c

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

Shades of Malachite #14E24C

Tints of Malachite #14E24C

Color information

#14E24C (or 0x14E24C) is unknown color: approx Malachite. HEX triplet: 14, E2 and 4C. RGB value is (20,226,76). Sum of RGB (Red+Green+Blue) = 20+226+76=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #14E24C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E24C is #EB1DB3. Grayscale: #939393. Windows color (decimal): -15408564 or 5038612. OLE color: 5038612.

HSL color Cylindrical-coordinate representation of color #14E24C: hue angle of 136.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E24C is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2022676-
CMYK0.9100.660.11
HSL136.31º83.74%48.24%-
HSV(B)136.31º91.15%88.63%-
XYZ28.7955.0615.95-
YUV147.3187.7537.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 226 (88.67% from 255) = 70.19%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=6.21%
G=70.19%
B=23.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20226760.9100.660.11136.3183.7448.24
Hex14E24C5B042B885430
Octal2434211413301021321012460
Binary101001110001010011001011011010000101011100010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14e24c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,226,76); }

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

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

 a { background-color: rgb(20,226,76); }

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

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

 span { border-color: rgb(20,226,76); }

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