#01FC3E

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

Shades of Malachite #01FC3E

Tints of Malachite #01FC3E

Color information

#01FC3E (or 0x01FC3E) is unknown color: approx Malachite. HEX triplet: 01, FC and 3E. RGB value is (1,252,62). Sum of RGB (Red+Green+Blue) = 1+252+62=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FC3E is #FE03C1. Grayscale: #9B9B9B. Windows color (decimal): -16647106 or 4127745. OLE color: 4127745.

HSL color Cylindrical-coordinate representation of color #01FC3E: hue angle of 134.58º 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 #01FC3E is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB125262-
CMYK1.0000.750.01
HSL134.58º99.21%49.61%-
HSV(B)134.58º99.6%98.82%-
XYZ35.6969.9816.18-
YUV155.2975.3417.95-

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) = 80%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=0.32%
G=80%
B=19.68%

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
Decimal1252621.0000.750.01134.5899.2149.61
Hex1FC3E6404B1876332
Octal1374761440113120714362
Binary1111111001111101100100010010111100001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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