#01F04F

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

Shades of Malachite #01F04F

Tints of Malachite #01F04F

Color information

#01F04F (or 0x01F04F) is unknown color: approx Malachite. HEX triplet: 01, F0 and 4F. RGB value is (1,240,79). Sum of RGB (Red+Green+Blue) = 1+240+79=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #01F04F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F04F is #FE0FB0. Grayscale: #969696. Windows color (decimal): -16650161 or 5238785. OLE color: 5238785.

HSL color Cylindrical-coordinate representation of color #01F04F: hue angle of 139.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F04F is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB124079-
CMYK1.0000.670.06
HSL139.58º99.17%47.25%-
HSV(B)139.58º99.58%94.12%-
XYZ32.5862.8917.82-
YUV150.1887.8221.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 240 (94.14% from 255) = 75%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=0.31%
G=75%
B=24.69%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1240791.0000.670.06139.5899.1747.25
Hex1F04F6404368c632f
Octal13601171440103621414357
Binary1111100001001111110010001000011110100011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,240,79); }

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

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

 a { background-color: rgb(1,240,79); }

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

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

 span { border-color: rgb(1,240,79); }

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