#01F25A

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

Shades of Malachite #01F25A

Tints of Malachite #01F25A

Color information

#01F25A (or 0x01F25A) is unknown color: approx Malachite. HEX triplet: 01, F2 and 5A. RGB value is (1,242,90). Sum of RGB (Red+Green+Blue) = 1+242+90=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #01F25A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F25A is #FE0DA5. Grayscale: #989898. Windows color (decimal): -16649638 or 5960193. OLE color: 5960193.

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

Color convert

RGB124290-
CMYK1.0000.630.05
HSL142.16º99.18%47.65%-
HSV(B)142.16º99.59%94.9%-
XYZ33.6164.2520.3-
YUV152.6192.6619.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 242 (94.92% from 255) = 72.67%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=0.30%
G=72.67%
B=27.03%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242901.0000.630.05142.1699.1847.65
Hex1F25A6403F58e6330
Octal1362132144077521614360
Binary111110010101101011001000111111101100011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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