#01EF3A

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

Shades of Malachite #01EF3A

Tints of Malachite #01EF3A

Color information

#01EF3A (or 0x01EF3A) is unknown color: approx Malachite. HEX triplet: 01, EF and 3A. RGB value is (1,239,58). Sum of RGB (Red+Green+Blue) = 1+239+58=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 239 (93.75% from 255 or 80.20% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF3A is #FE10C5. Grayscale: #939393. Windows color (decimal): -16650438 or 3862273. OLE color: 3862273.

HSL color Cylindrical-coordinate representation of color #01EF3A: hue angle of 134.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF3A is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB123958-
CMYK1.0000.760.06
HSL134.37º99.17%47.06%-
HSV(B)134.37º99.58%93.73%-
XYZ31.6462.0414.31-
YUV147.277.6523.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 239 (93.75% from 255) = 80.20%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=0.34%
G=80.20%
B=19.46%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1239581.0000.760.06134.3799.1747.06
Hex1EF3A6404C686632f
Octal1357721440114620614357
Binary111101111111010110010001001100110100001101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,239,58); }

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

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

 a { background-color: rgb(1,239,58); }

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

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

 span { border-color: rgb(1,239,58); }

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