#01F85A

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

Shades of Malachite #01F85A

Tints of Malachite #01F85A

Color information

#01F85A (or 0x01F85A) is unknown color: approx Malachite. HEX triplet: 01, F8 and 5A. RGB value is (1,248,90). Sum of RGB (Red+Green+Blue) = 1+248+90=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #01F85A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F85A is #FE07A5. Grayscale: #9C9C9C. Windows color (decimal): -16648102 or 5961729. OLE color: 5961729.

HSL color Cylindrical-coordinate representation of color #01F85A: hue angle of 141.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F85A is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB124890-
CMYK1.0000.640.03
HSL141.62º99.2%48.82%-
HSV(B)141.62º99.6%97.25%-
XYZ35.4367.8820.91-
YUV156.1490.6717.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 248 (97.27% from 255) = 73.16%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=0.29%
G=73.16%
B=26.55%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1248901.0000.640.03141.6299.248.82
Hex1F85A6404038e6331
Octal13701321440100321614361
Binary111111000101101011001000100000011100011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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