Html Css Color HEX #01FA3A Malachite

📋 copy color: '#01FA3A'

red 1 ◦ green 250 ◦ blue 58

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

Shades of Malachite #01FA3A

Tints of Malachite #01FA3A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 80.91%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 0.32%
G = 80.91%
B = 18.77%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#01FA3A (or 0x01FA3A) is known color: Malachite. HEX triplet: 01, FA and 3A. RGB value is (1,250,58). Sum of RGB (Red+Green+Blue) = 1+250+58=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA3A is #FE05C5. Grayscale: #9A9A9A. Windows color (decimal): -16647622 or 3865089. OLE color: 3865089.

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

Color convert

RGB 1 250 58 -
CMYK 1.00 0 0.77 0.02
HSL 133.73º 0.99% 0.49% -
HSV(B) 133.73º 1% 0.98% -
XYZ 34.96 68.68 15.42 -
YUV 153.66 74.01 19.11 -
System Red Green Blue C M Y K H S L
Decimal 1 250 58 1.00 0 0.77 0.02 133.73 0.99 0.49
Hex 1 FA 3A 64 0 4D 2 86 63 31
Octal 1 372 72 144 0 115 2 206 143 61
Binary 1 11111010 111010 1100100 0 1001101 10 10000110 1100011 110001

Color Harmonies of #01FA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA3A

Black with #01FA3A

Text Example


Text Example

White with #01FA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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