Html Css Color HEX #01FC4A Malachite

📋 copy color: '#01FC4A'

red 1 ◦ green 252 ◦ blue 74

#01FC4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #01FC4A

Tints of Malachite #01FC4A

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 252 (98.83% from 255) = 77.06%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 0.31%
G = 77.06%
B = 22.63%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#01FC4A (or 0x01FC4A) is known color: Malachite. HEX triplet: 01, FC and 4A. RGB value is (1,252,74). Sum of RGB (Red+Green+Blue) = 1+252+74=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FC4A is #FE03B5. Grayscale: #9D9D9D. Windows color (decimal): -16647094 or 4914177. OLE color: 4914177.

HSL color Cylindrical-coordinate representation of color #01FC4A: hue angle of 137.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC4A is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 252 74 -
CMYK 1.00 0 0.71 0.01
HSL 137.45º 0.99% 0.5% -
HSV(B) 137.45º 1% 0.99% -
XYZ 36.06 70.12 18.11 -
YUV 156.66 81.34 16.97 -
System Red Green Blue C M Y K H S L
Decimal 1 252 74 1.00 0 0.71 0.01 137.45 0.99 0.5
Hex 1 FC 4A 64 0 47 1 89 63 32
Octal 1 374 112 144 0 107 1 211 143 62
Binary 1 11111100 1001010 1100100 0 1000111 1 10001001 1100011 110010

Color Harmonies of #01FC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC4A

Black with #01FC4A

Text Example


Text Example

White with #01FC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,252,74); }

 H1.HeaderClassName
 {
   color: #01FC4A;
 }
 .AnyTagClassName
 {
   color: #01FC4A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,252,74); }

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

border-color css

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

 span { border-color: rgb(1,252,74); }

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