Html Css Color HEX #01F45C Malachite

📋 copy color: '#01F45C'

red 1 ◦ green 244 ◦ blue 92

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

Shades of Malachite #01F45C

Tints of Malachite #01F45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 0.3%
G = 72.4%
B = 27.3%

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

#01F45C (or 0x01F45C) is known color: Malachite. HEX triplet: 01, F4 and 5C. RGB value is (1,244,92). Sum of RGB (Red+Green+Blue) = 1+244+92=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #01F45C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F45C is #FE0BA3. Grayscale: #9A9A9A. Windows color (decimal): -16649124 or 6091777. OLE color: 6091777.

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

Color convert

RGB 1 244 92 -
CMYK 1.00 0 0.62 0.04
HSL 142.47º 0.99% 0.48% -
HSV(B) 142.47º 1% 0.96% -
XYZ 34.29 65.48 20.96 -
YUV 154.02 92.99 18.86 -
System Red Green Blue C M Y K H S L
Decimal 1 244 92 1.00 0 0.62 0.04 142.47 0.99 0.48
Hex 1 F4 5C 64 0 3E 4 8E 63 30
Octal 1 364 134 144 0 76 4 216 143 60
Binary 1 11110100 1011100 1100100 0 111110 100 10001110 1100011 110000

Color Harmonies of #01F45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F45C

Black with #01F45C

Text Example


Text Example

White with #01F45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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