#01E65C

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

Shades of Malachite #01E65C

Tints of Malachite #01E65C

Color information

#01E65C (or 0x01E65C) is unknown color: approx Malachite. HEX triplet: 01, E6 and 5C. RGB value is (1,230,92). Sum of RGB (Red+Green+Blue) = 1+230+92=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 230 (90.23% from 255 or 71.21% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 230 - color contains mainly: green. Hex color #01E65C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E65C is #FE19A3. Grayscale: #929292. Windows color (decimal): -16652708 or 6088193. OLE color: 6088193.

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

Color convert

RGB123092-
CMYK1.0000.600.10
HSL143.84º99.13%45.29%-
HSV(B)143.84º99.57%90.2%-
XYZ30.2457.3719.61-
YUV145.897.6324.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 230 (90.23% from 255) = 71.21%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=0.31%
G=71.21%
B=28.48%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1230921.0000.600.10143.8499.1345.29
Hex1E65C6403CA90632d
Octal13461341440741222014355
Binary1111001101011100110010001111001010100100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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