#01E649

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

Shades of Malachite #01E649

Tints of Malachite #01E649

Color information

#01E649 (or 0x01E649) is unknown color: approx Malachite. HEX triplet: 01, E6 and 49. RGB value is (1,230,73). Sum of RGB (Red+Green+Blue) = 1+230+73=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 230 (90.23% from 255 or 75.66% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 230 - color contains mainly: green. Hex color #01E649 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E649 is #FE19B6. Grayscale: #909090. Windows color (decimal): -16652727 or 4843009. OLE color: 4843009.

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

Color convert

RGB123073-
CMYK1.0000.680.10
HSL138.86º99.13%45.29%-
HSV(B)138.86º99.57%90.2%-
XYZ29.5157.0815.77-
YUV143.6388.1326.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 230 (90.23% from 255) = 75.66%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=0.33%
G=75.66%
B=24.01%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1230731.0000.680.10138.8699.1345.29
Hex1E64964044A8b632d
Octal134611114401041221314355
Binary11110011010010011100100010001001010100010111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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