#01F94C

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

Shades of Malachite #01F94C

Tints of Malachite #01F94C

Color information

#01F94C (or 0x01F94C) is unknown color: approx Malachite. HEX triplet: 01, F9 and 4C. RGB value is (1,249,76). Sum of RGB (Red+Green+Blue) = 1+249+76=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #01F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F94C is #FE06B3. Grayscale: #9B9B9B. Windows color (decimal): -16647860 or 5044481. OLE color: 5044481.

HSL color Cylindrical-coordinate representation of color #01F94C: hue angle of 138.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F94C is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB124976-
CMYK1.0000.690.02
HSL138.15º99.2%49.02%-
HSV(B)138.15º99.6%97.65%-
XYZ35.1968.2818.16-
YUV155.1383.3418.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 249 (97.66% from 255) = 76.38%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=0.31%
G=76.38%
B=23.31%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1249761.0000.690.02138.1599.249.02
Hex1F94C6404528a6331
Octal13711141440105221214361
Binary111111001100110011001000100010110100010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,249,76); }

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

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

 a { background-color: rgb(1,249,76); }

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

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

 span { border-color: rgb(1,249,76); }

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