#14D96B

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

Shades of Malachite #14D96B

Tints of Malachite #14D96B

Color information

#14D96B (or 0x14D96B) is unknown color: approx Malachite. HEX triplet: 14, D9 and 6B. RGB value is (20,217,107). Sum of RGB (Red+Green+Blue) = 20+217+107=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #14D96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D96B is #EB2694. Grayscale: #919191. Windows color (decimal): -15410837 or 7067924. OLE color: 7067924.

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

Color convert

RGB20217107-
CMYK0.9100.510.15
HSL146.5º83.12%46.47%-
HSV(B)146.5º90.78%85.1%-
XYZ27.7650.8422.26-
YUV145.56106.2338.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 217 (85.16% from 255) = 63.08%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=5.81%
G=63.08%
B=31.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171070.9100.510.15146.583.1246.47
Hex14D96B5B033F92532e
Octal243311531330631722212356
Binary10100110110011101011101101101100111111100100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,107); }

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

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

 a { background-color: rgb(20,217,107); }

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

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

 span { border-color: rgb(20,217,107); }

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