#14E171

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

Shades of Malachite #14E171

Tints of Malachite #14E171

Color information

#14E171 (or 0x14E171) is unknown color: approx Malachite. HEX triplet: 14, E1 and 71. RGB value is (20,225,113). Sum of RGB (Red+Green+Blue) = 20+225+113=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #14E171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E171 is #EB1E8E. Grayscale: #979797. Windows color (decimal): -15408783 or 7463188. OLE color: 7463188.

HSL color Cylindrical-coordinate representation of color #14E171: hue angle of 147.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E171 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB20225113-
CMYK0.9100.500.12
HSL147.22º83.67%48.04%-
HSV(B)147.22º91.11%88.24%-
XYZ30.1955.1924.68-
YUV150.94106.5834.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.59%
GREEN value IS 225 (88.28% from 255) = 62.85%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=5.59%
G=62.85%
B=31.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202251130.9100.500.12147.2283.6748.04
Hex14E1715B032C935430
Octal243411611330621422312460
Binary10100111000011110001101101101100101100100100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,225,113); }

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

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

 a { background-color: rgb(20,225,113); }

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

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

 span { border-color: rgb(20,225,113); }

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