#14e247

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

Shades of Malachite #14E247

Tints of Malachite #14E247

Color information

#14E247 (or 0x14E247) is unknown color: approx Malachite. HEX triplet: 14, E2 and 47. RGB value is (20,226,71). Sum of RGB (Red+Green+Blue) = 20+226+71=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #14E247 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E247 is #EB1DB8. Grayscale: #939393. Windows color (decimal): -15408569 or 4710932. OLE color: 4710932.

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

Color convert

RGB2022671-
CMYK0.9100.690.11
HSL134.85º83.74%48.24%-
HSV(B)134.85º91.15%88.63%-
XYZ28.625515.07-
YUV146.7485.2537.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 226 (88.67% from 255) = 71.29%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=6.31%
G=71.29%
B=22.40%

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
Decimal20226710.9100.690.11134.8583.7448.24
Hex14E2475B045B875430
Octal2434210713301051320712460
Binary101001110001010001111011011010001011011100001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14e247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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