Html Css Color HEX #01F45D Malachite

📋 copy color: '#01F45D'

red 1 ◦ green 244 ◦ blue 93

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

Shades of Malachite #01F45D

Tints of Malachite #01F45D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.19%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 0.3%
G = 72.19%
B = 27.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#01F45D (or 0x01F45D) is known color: Malachite. HEX triplet: 01, F4 and 5D. RGB value is (1,244,93). Sum of RGB (Red+Green+Blue) = 1+244+93=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #01F45D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F45D is #FE0BA2. Grayscale: #9A9A9A. Windows color (decimal): -16649123 or 6157313. OLE color: 6157313.

HSL color Cylindrical-coordinate representation of color #01F45D: hue angle of 142.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F45D is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 244 93 -
CMYK 1.00 0 0.62 0.04
HSL 142.72º 0.99% 0.48% -
HSV(B) 142.72º 1% 0.96% -
XYZ 34.34 65.5 21.19 -
YUV 154.13 93.49 18.78 -
System Red Green Blue C M Y K H S L
Decimal 1 244 93 1.00 0 0.62 0.04 142.72 0.99 0.48
Hex 1 F4 5D 64 0 3E 4 8F 63 30
Octal 1 364 135 144 0 76 4 217 143 60
Binary 1 11110100 1011101 1100100 0 111110 100 10001111 1100011 110000

Color Harmonies of #01F45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F45D

Black with #01F45D

Text Example


Text Example

White with #01F45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,244,93); }

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

background-color css

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

 a { background-color: rgb(1,244,93); }

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

border-color css

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

 span { border-color: rgb(1,244,93); }

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