#14D072

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

Shades of Malachite #14D072

Tints of Malachite #14D072

Color information

#14D072 (or 0x14D072) is unknown color: approx Malachite. HEX triplet: 14, D0 and 72. RGB value is (20,208,114). Sum of RGB (Red+Green+Blue) = 20+208+114=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #14D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D072 is #EB2F8D. Grayscale: #8D8D8D. Windows color (decimal): -15413134 or 7524372. OLE color: 7524372.

HSL color Cylindrical-coordinate representation of color #14D072: hue angle of 150º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D072 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20208114-
CMYK0.9000.450.18
HSL150º82.46%44.71%-
HSV(B)150º90.38%81.57%-
XYZ25.8846.4823.53-
YUV141.07112.7241.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 208 (81.64% from 255) = 60.82%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=5.85%
G=60.82%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202081140.9000.450.1815082.4644.71
Hex14D0725A02D1296522d
Octal243201621320552222612255
Binary101001101000011100101011010010110110010100101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,208,114); }

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

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

 a { background-color: rgb(20,208,114); }

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

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

 span { border-color: rgb(20,208,114); }

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