#14D86E

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

Shades of Malachite #14D86E

Tints of Malachite #14D86E

Color information

#14D86E (or 0x14D86E) is unknown color: approx Malachite. HEX triplet: 14, D8 and 6E. RGB value is (20,216,110). Sum of RGB (Red+Green+Blue) = 20+216+110=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #14D86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D86E is #EB2791. Grayscale: #919191. Windows color (decimal): -15411090 or 7264276. OLE color: 7264276.

HSL color Cylindrical-coordinate representation of color #14D86E: hue angle of 147.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D86E is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB20216110-
CMYK0.9100.490.15
HSL147.55º83.05%46.27%-
HSV(B)147.55º90.74%84.71%-
XYZ27.6650.3923.02-
YUV145.31108.0738.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 216 (84.77% from 255) = 62.43%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=5.78%
G=62.43%
B=31.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202161100.9100.490.15147.5583.0546.27
Hex14D86E5B031F94532e
Octal243301561330611722412356
Binary10100110110001101110101101101100011111100101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,216,110); }

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

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

 a { background-color: rgb(20,216,110); }

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

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

 span { border-color: rgb(20,216,110); }

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