#20F14D

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

Shades of Malachite #20F14D

Tints of Malachite #20F14D

Color information

#20F14D (or 0x20F14D) is unknown color: approx Malachite. HEX triplet: 20, F1 and 4D. RGB value is (32,241,77). Sum of RGB (Red+Green+Blue) = 32+241+77=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #20F14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F14D is #DF0EB2. Grayscale: #A0A0A0. Windows color (decimal): -14618291 or 5108000. OLE color: 5108000.

HSL color Cylindrical-coordinate representation of color #20F14D: hue angle of 132.92º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F14D is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB3224177-
CMYK0.8700.680.05
HSL132.92º88.19%53.53%-
HSV(B)132.92º86.72%94.51%-
XYZ33.3963.7517.57-
YUV159.8181.2636.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.14%
GREEN value IS 241 (94.53% from 255) = 68.86%
BLUE value IS 77 (30.47% from 255) = 22%
R=9.14%
G=68.86%
B=22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32241770.8700.680.05132.9288.1953.53
Hex20F14D570445855836
Octal403611151270104520513066
Binary100000111100011001101101011101000100101100001011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20F14D; }

 p { color: rgb(32,241,77); }

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

<style>
 a { background-color: #20F14D; }

 a { background-color: rgb(32,241,77); }

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

<style>
 span { border-color: #20F14D; }

 span { border-color: rgb(32,241,77); }

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