#14D95E

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

Shades of Malachite #14D95E

Tints of Malachite #14D95E

Color information

#14D95E (or 0x14D95E) is unknown color: approx Malachite. HEX triplet: 14, D9 and 5E. RGB value is (20,217,94). Sum of RGB (Red+Green+Blue) = 20+217+94=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #14D95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D95E is #EB26A1. Grayscale: #909090. Windows color (decimal): -15410850 or 6215956. OLE color: 6215956.

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

Color convert

RGB2021794-
CMYK0.9100.570.15
HSL142.54º83.12%46.47%-
HSV(B)142.54º90.78%85.1%-
XYZ27.1250.5818.92-
YUV144.0799.7339.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.04%
GREEN value IS 217 (85.16% from 255) = 65.56%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=6.04%
G=65.56%
B=28.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20217940.9100.570.15142.5483.1246.47
Hex14D95E5B039F8f532e
Octal243311361330711721712356
Binary10100110110011011110101101101110011111100011111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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