#20F04C

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

Shades of Malachite #20F04C

Tints of Malachite #20F04C

Color information

#20F04C (or 0x20F04C) is unknown color: approx Malachite. HEX triplet: 20, F0 and 4C. RGB value is (32,240,76). Sum of RGB (Red+Green+Blue) = 32+240+76=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #20F04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F04C is #DF0FB3. Grayscale: #9F9F9F. Windows color (decimal): -14618548 or 5042208. OLE color: 5042208.

HSL color Cylindrical-coordinate representation of color #20F04C: hue angle of 132.69º 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 #20F04C is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB3224076-
CMYK0.8700.680.06
HSL132.69º87.39%53.33%-
HSV(B)132.69º86.67%94.12%-
XYZ33.0663.1517.28-
YUV159.1181.0937.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.20%
GREEN value IS 240 (94.14% from 255) = 68.97%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=9.20%
G=68.97%
B=21.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32240760.8700.680.06132.6987.3953.33
Hex20F04C570446855735
Octal403601141270104620512765
Binary100000111100001001100101011101000100110100001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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