#01F24E

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

Shades of Malachite #01F24E

Tints of Malachite #01F24E

Color information

#01F24E (or 0x01F24E) is unknown color: approx Malachite. HEX triplet: 01, F2 and 4E. RGB value is (1,242,78). Sum of RGB (Red+Green+Blue) = 1+242+78=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #01F24E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F24E is #FE0DB1. Grayscale: #979797. Windows color (decimal): -16649650 or 5173761. OLE color: 5173761.

HSL color Cylindrical-coordinate representation of color #01F24E: hue angle of 139.17º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F24E is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB124278-
CMYK1.0000.680.05
HSL139.17º99.18%47.65%-
HSV(B)139.17º99.59%94.9%-
XYZ33.1464.0617.83-
YUV151.2486.6620.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 242 (94.92% from 255) = 75.39%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=0.31%
G=75.39%
B=24.30%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242781.0000.680.05139.1799.1847.65
Hex1F24E6404458b6330
Octal13621161440104521314360
Binary1111100101001110110010001000100101100010111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,242,78); }

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

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

 a { background-color: rgb(1,242,78); }

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

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

 span { border-color: rgb(1,242,78); }

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