#01F53E

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

Shades of Malachite #01F53E

Tints of Malachite #01F53E

Color information

#01F53E (or 0x01F53E) is unknown color: approx Malachite. HEX triplet: 01, F5 and 3E. RGB value is (1,245,62). Sum of RGB (Red+Green+Blue) = 1+245+62=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 245 (96.09% from 255 or 79.55% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 245 - color contains mainly: green. Hex color #01F53E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F53E is #FE0AC1. Grayscale: #979797. Windows color (decimal): -16648898 or 4125953. OLE color: 4125953.

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

Color convert

RGB124562-
CMYK1.0000.750.04
HSL135º99.19%48.24%-
HSV(B)135º99.59%96.08%-
XYZ33.5365.6615.46-
YUV151.1877.6620.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 245 (96.09% from 255) = 79.55%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=0.32%
G=79.55%
B=20.13%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1245621.0000.750.0413599.1948.24
Hex1F53E6404B4876330
Octal1365761440113420714360
Binary111110101111110110010001001011100100001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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