#01E034

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

Shades of Malachite #01E034

Tints of Malachite #01E034

Color information

#01E034 (or 0x01E034) is unknown color: approx Malachite. HEX triplet: 01, E0 and 34. RGB value is (1,224,52). Sum of RGB (Red+Green+Blue) = 1+224+52=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #01E034 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E034 is #FE1FCB. Grayscale: #8A8A8A. Windows color (decimal): -16654284 or 3465217. OLE color: 3465217.

HSL color Cylindrical-coordinate representation of color #01E034: hue angle of 133.72º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E034 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB122452-
CMYK1.0000.770.12
HSL133.72º99.11%44.12%-
HSV(B)133.72º99.55%87.84%-
XYZ27.2953.5712.15-
YUV137.7279.6230.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 224 (87.89% from 255) = 80.87%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=0.36%
G=80.87%
B=18.77%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1224521.0000.770.12133.7299.1144.12
Hex1E0346404DC86632c
Octal13406414401151420614354
Binary1111000001101001100100010011011100100001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,224,52); }

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

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

 a { background-color: rgb(1,224,52); }

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

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

 span { border-color: rgb(1,224,52); }

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