#01FC40

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

Shades of Malachite #01FC40

Tints of Malachite #01FC40

Color information

#01FC40 (or 0x01FC40) is unknown color: approx Malachite. HEX triplet: 01, FC and 40. RGB value is (1,252,64). Sum of RGB (Red+Green+Blue) = 1+252+64=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 252 (98.83% from 255 or 79.50% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FC40 is #FE03BF. Grayscale: #9C9C9C. Windows color (decimal): -16647104 or 4258817. OLE color: 4258817.

HSL color Cylindrical-coordinate representation of color #01FC40: hue angle of 135.06º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC40 is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB125264-
CMYK1.0000.750.01
HSL135.06º99.21%49.61%-
HSV(B)135.06º99.6%98.82%-
XYZ35.757016.48-
YUV155.5276.3417.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 252 (98.83% from 255) = 79.50%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=0.32%
G=79.50%
B=20.19%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252641.0000.750.01135.0699.2149.61
Hex1FC406404B1876332
Octal13741001440113120714362
Binary11111110010000001100100010010111100001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01FC40; }

 p { color: rgb(1,252,64); }

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

<style>
 a { background-color: #01FC40; }

 a { background-color: rgb(1,252,64); }

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

<style>
 span { border-color: #01FC40; }

 span { border-color: rgb(1,252,64); }

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