#01FA4C

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

Shades of Malachite #01FA4C

Tints of Malachite #01FA4C

Color information

#01FA4C (or 0x01FA4C) is unknown color: approx Malachite. HEX triplet: 01, FA and 4C. RGB value is (1,250,76). Sum of RGB (Red+Green+Blue) = 1+250+76=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA4C is #FE05B3. Grayscale: #9C9C9C. Windows color (decimal): -16647604 or 5044737. OLE color: 5044737.

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

Color convert

RGB125076-
CMYK1.0000.700.02
HSL138.07º99.2%49.22%-
HSV(B)138.07º99.6%98.04%-
XYZ35.568.918.27-
YUV155.7183.0117.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 250 (98.05% from 255) = 76.45%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=0.31%
G=76.45%
B=23.24%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1250761.0000.700.02138.0799.249.22
Hex1FA4C6404628a6331
Octal13721141440106221214361
Binary111111010100110011001000100011010100010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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