#20F641

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

Shades of Malachite #20F641

Tints of Malachite #20F641

Color information

#20F641 (or 0x20F641) is unknown color: approx Malachite. HEX triplet: 20, F6 and 41. RGB value is (32,246,65). Sum of RGB (Red+Green+Blue) = 32+246+65=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #20F641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F641 is #DF09BE. Grayscale: #A1A1A1. Windows color (decimal): -14617023 or 4322848. OLE color: 4322848.

HSL color Cylindrical-coordinate representation of color #20F641: hue angle of 129.25º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F641 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB3224665-
CMYK0.8700.740.04
HSL129.25º92.24%54.51%-
HSV(B)129.25º86.99%96.47%-
XYZ34.5166.616.04-
YUV161.3873.635.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.33%
GREEN value IS 246 (96.48% from 255) = 71.72%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=9.33%
G=71.72%
B=18.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal32246650.8700.740.04129.2592.2454.51
Hex20F6415704A4815c37
Octal403661011270112420113467
Binary100000111101101000001101011101001010100100000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,246,65); }

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

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

 a { background-color: rgb(32,246,65); }

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

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

 span { border-color: rgb(32,246,65); }

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