Html Css Color HEX #01FA4D Malachite

📋 copy color: '#01FA4D'

red 1 ◦ green 250 ◦ blue 77

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

Shades of Malachite #01FA4D

Tints of Malachite #01FA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 0.3%
G = 76.22%
B = 23.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#01FA4D (or 0x01FA4D) is known color: Malachite. HEX triplet: 01, FA and 4D. RGB value is (1,250,77). Sum of RGB (Red+Green+Blue) = 1+250+77=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA4D is #FE05B2. Grayscale: #9C9C9C. Windows color (decimal): -16647603 or 5110273. OLE color: 5110273.

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

Color convert

RGB 1 250 77 -
CMYK 1.00 0 0.69 0.02
HSL 138.31º 0.99% 0.49% -
HSV(B) 138.31º 1% 0.98% -
XYZ 35.54 68.91 18.45 -
YUV 155.83 83.51 17.57 -
System Red Green Blue C M Y K H S L
Decimal 1 250 77 1.00 0 0.69 0.02 138.31 0.99 0.49
Hex 1 FA 4D 64 0 45 2 8A 63 31
Octal 1 372 115 144 0 105 2 212 143 61
Binary 1 11111010 1001101 1100100 0 1000101 10 10001010 1100011 110001

Color Harmonies of #01FA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA4D

Black with #01FA4D

Text Example


Text Example

White with #01FA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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