#14D04D

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

Shades of Malachite #14D04D

Tints of Malachite #14D04D

Color information

#14D04D (or 0x14D04D) is unknown color: approx Malachite. HEX triplet: 14, D0 and 4D. RGB value is (20,208,77). Sum of RGB (Red+Green+Blue) = 20+208+77=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #14D04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D04D is #EB2FB2. Grayscale: #898989. Windows color (decimal): -15413171 or 5099540. OLE color: 5099540.

HSL color Cylindrical-coordinate representation of color #14D04D: hue angle of 138.19º 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 #14D04D is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2020877-
CMYK0.9000.630.18
HSL138.19º82.46%44.71%-
HSV(B)138.19º90.38%81.57%-
XYZ24.1845.814.59-
YUV136.8594.2244.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 208 (81.64% from 255) = 68.20%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=6.56%
G=68.20%
B=25.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20208770.9000.630.18138.1982.4644.71
Hex14D04D5A03F128a522d
Octal243201151320772221212255
Binary101001101000010011011011010011111110010100010101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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