#01E85C

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

Shades of Malachite #01E85C

Tints of Malachite #01E85C

Color information

#01E85C (or 0x01E85C) is unknown color: approx Malachite. HEX triplet: 01, E8 and 5C. RGB value is (1,232,92). Sum of RGB (Red+Green+Blue) = 1+232+92=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 232 (91.02% from 255 or 71.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 232 - color contains mainly: green. Hex color #01E85C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E85C is #FE17A3. Grayscale: #939393. Windows color (decimal): -16652196 or 6088705. OLE color: 6088705.

HSL color Cylindrical-coordinate representation of color #01E85C: hue angle of 143.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E85C is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB123292-
CMYK1.0000.600.09
HSL143.64º99.14%45.69%-
HSV(B)143.64º99.57%90.98%-
XYZ30.858.4919.79-
YUV146.9796.9723.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 232 (91.02% from 255) = 71.38%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=0.31%
G=71.38%
B=28.31%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232921.0000.600.09143.6499.1445.69
Hex1E85C6403C990632e
Octal13501341440741122014356
Binary1111010001011100110010001111001001100100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,232,92); }

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

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

 a { background-color: rgb(1,232,92); }

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

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

 span { border-color: rgb(1,232,92); }

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