#01E94F

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

Shades of Malachite #01E94F

Tints of Malachite #01E94F

Color information

#01E94F (or 0x01E94F) is unknown color: approx Malachite. HEX triplet: 01, E9 and 4F. RGB value is (1,233,79). Sum of RGB (Red+Green+Blue) = 1+233+79=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #01E94F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E94F is #FE16B0. Grayscale: #929292. Windows color (decimal): -16651953 or 5236993. OLE color: 5236993.

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

Color convert

RGB123379-
CMYK1.0000.660.09
HSL140.17º99.15%45.88%-
HSV(B)140.17º99.57%91.37%-
XYZ30.5658.8517.15-
YUV146.0890.1424.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 233 (91.41% from 255) = 74.44%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=0.32%
G=74.44%
B=25.24%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1233791.0000.660.09140.1799.1545.88
Hex1E94F6404298c632e
Octal135111714401021121414356
Binary11110100110011111100100010000101001100011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,233,79); }

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

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

 a { background-color: rgb(1,233,79); }

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

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

 span { border-color: rgb(1,233,79); }

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