#20F03D

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

Shades of Malachite #20F03D

Tints of Malachite #20F03D

Color information

#20F03D (or 0x20F03D) is unknown color: approx Malachite. HEX triplet: 20, F0 and 3D. RGB value is (32,240,61). Sum of RGB (Red+Green+Blue) = 32+240+61=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #20F03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F03D is #DF0FC2. Grayscale: #9D9D9D. Windows color (decimal): -14618563 or 4059168. OLE color: 4059168.

HSL color Cylindrical-coordinate representation of color #20F03D: hue angle of 128.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F03D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB3224061-
CMYK0.8700.750.06
HSL128.37º87.39%53.33%-
HSV(B)128.37º86.67%94.12%-
XYZ32.662.9614.85-
YUV157.473.5938.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 240 (94.14% from 255) = 72.07%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=9.61%
G=72.07%
B=18.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32240610.8700.750.06128.3787.3953.33
Hex20F03D5704B6805735
Octal40360751270113620012765
Binary10000011110000111101101011101001011110100000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,240,61); }

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

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

 a { background-color: rgb(32,240,61); }

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

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

 span { border-color: rgb(32,240,61); }

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