#01E65B

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

Shades of Malachite #01E65B

Tints of Malachite #01E65B

Color information

#01E65B (or 0x01E65B) is unknown color: approx Malachite. HEX triplet: 01, E6 and 5B. RGB value is (1,230,91). Sum of RGB (Red+Green+Blue) = 1+230+91=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #01E65B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E65B is #FE19A4. Grayscale: #929292. Windows color (decimal): -16652709 or 6022657. OLE color: 6022657.

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

Color convert

RGB123091-
CMYK1.0000.600.10
HSL143.58º99.13%45.29%-
HSV(B)143.58º99.57%90.2%-
XYZ30.257.3619.38-
YUV145.6897.1324.8-

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.43%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=0.31%
G=71.43%
B=28.26%

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
Decimal1230911.0000.600.10143.5899.1345.29
Hex1E65B6403CA90632d
Octal13461331440741222014355
Binary1111001101011011110010001111001010100100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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