#14e44c

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

Shades of Malachite #14E44C

Tints of Malachite #14E44C

Color information

#14E44C (or 0x14E44C) is unknown color: approx Malachite. HEX triplet: 14, E4 and 4C. RGB value is (20,228,76). Sum of RGB (Red+Green+Blue) = 20+228+76=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 228 (89.45% from 255 or 70.37% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 228 - color contains mainly: green. Hex color #14E44C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E44C is #EB1BB3. Grayscale: #949494. Windows color (decimal): -15408052 or 5039124. OLE color: 5039124.

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

Color convert

RGB2022876-
CMYK0.9100.670.11
HSL136.15º83.87%48.63%-
HSV(B)136.15º91.23%89.41%-
XYZ29.3456.1616.13-
YUV148.4887.0936.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.17%
GREEN value IS 228 (89.45% from 255) = 70.37%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=6.17%
G=70.37%
B=23.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20228760.9100.670.11136.1583.8748.63
Hex14E44C5B043B885431
Octal2434411413301031321012461
Binary101001110010010011001011011010000111011100010001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14e44c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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