#14D872

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

Shades of Malachite #14D872

Tints of Malachite #14D872

Color information

#14D872 (or 0x14D872) is unknown color: approx Malachite. HEX triplet: 14, D8 and 72. RGB value is (20,216,114). Sum of RGB (Red+Green+Blue) = 20+216+114=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #14D872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D872 is #EB278D. Grayscale: #919191. Windows color (decimal): -15411086 or 7526420. OLE color: 7526420.

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

Color convert

RGB20216114-
CMYK0.9100.470.15
HSL148.78º83.05%46.27%-
HSV(B)148.78º90.74%84.71%-
XYZ27.8850.4824.19-
YUV145.77110.0738.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 216 (84.77% from 255) = 61.71%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=5.71%
G=61.71%
B=32.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202161140.9100.470.15148.7883.0546.27
Hex14D8725B02FF95532e
Octal243301621330571722512356
Binary10100110110001110010101101101011111111100101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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