#01E950

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

Shades of Malachite #01E950

Tints of Malachite #01E950

Color information

#01E950 (or 0x01E950) is unknown color: approx Malachite. HEX triplet: 01, E9 and 50. RGB value is (1,233,80). Sum of RGB (Red+Green+Blue) = 1+233+80=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #01E950 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E950 is #FE16AF. Grayscale: #929292. Windows color (decimal): -16651952 or 5302529. OLE color: 5302529.

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

Color convert

RGB123380-
CMYK1.0000.660.09
HSL140.43º99.15%45.88%-
HSV(B)140.43º99.57%91.37%-
XYZ30.658.8617.34-
YUV146.1990.6424.44-

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.20%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=0.32%
G=74.20%
B=25.48%

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
Decimal1233801.0000.660.09140.4399.1545.88
Hex1E9506404298c632e
Octal135112014401021121414356
Binary11110100110100001100100010000101001100011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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