#01EA46

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

Shades of Malachite #01EA46

Tints of Malachite #01EA46

Color information

#01EA46 (or 0x01EA46) is unknown color: approx Malachite. HEX triplet: 01, EA and 46. RGB value is (1,234,70). Sum of RGB (Red+Green+Blue) = 1+234+70=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA46 is #FE15B9. Grayscale: #929292. Windows color (decimal): -16651706 or 4647425. OLE color: 4647425.

HSL color Cylindrical-coordinate representation of color #01EA46: hue angle of 137.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EA46 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB123470-
CMYK1.0000.700.08
HSL137.77º99.15%46.08%-
HSV(B)137.77º99.57%91.76%-
XYZ30.5459.2915.63-
YUV145.6485.3124.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 234 (91.80% from 255) = 76.72%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=0.33%
G=76.72%
B=22.95%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1234701.0000.700.08137.7799.1546.08
Hex1EA466404688a632e
Octal135210614401061021214356
Binary11110101010001101100100010001101000100010101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,234,70); }

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

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

 a { background-color: rgb(1,234,70); }

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

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

 span { border-color: rgb(1,234,70); }

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