#14E246

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

Shades of Malachite #14E246

Tints of Malachite #14E246

Color information

#14E246 (or 0x14E246) is unknown color: approx Malachite. HEX triplet: 14, E2 and 46. RGB value is (20,226,70). Sum of RGB (Red+Green+Blue) = 20+226+70=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #14E246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E246 is #EB1DB9. Grayscale: #939393. Windows color (decimal): -15408570 or 4645396. OLE color: 4645396.

HSL color Cylindrical-coordinate representation of color #14E246: hue angle of 134.56º 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 #14E246 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB2022670-
CMYK0.9100.690.11
HSL134.56º83.74%48.24%-
HSV(B)134.56º91.15%88.63%-
XYZ28.5954.9814.9-
YUV146.6284.7537.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 226 (88.67% from 255) = 71.52%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=6.33%
G=71.52%
B=22.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20226700.9100.690.11134.5683.7448.24
Hex14E2465B045B875430
Octal2434210613301051320712460
Binary101001110001010001101011011010001011011100001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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