Html Css Color HEX #01F73C Malachite

📋 copy color: '#01F73C'

red 1 ◦ green 247 ◦ blue 60

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

Shades of Malachite #01F73C

Tints of Malachite #01F73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 80.19%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 0.32%
G = 80.19%
B = 19.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#01F73C (or 0x01F73C) is known color: Malachite. HEX triplet: 01, F7 and 3C. RGB value is (1,247,60). Sum of RGB (Red+Green+Blue) = 1+247+60=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 247 (96.88% from 255 or 80.19% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 247 - color contains mainly: green. Hex color #01F73C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F73C is #FE08C3. Grayscale: #989898. Windows color (decimal): -16648388 or 3995393. OLE color: 3995393.

HSL color Cylindrical-coordinate representation of color #01F73C: hue angle of 134.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F73C is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 247 60 -
CMYK 1.00 0 0.76 0.03
HSL 134.39º 0.99% 0.49% -
HSV(B) 134.39º 1% 0.97% -
XYZ 34.09 66.85 15.38 -
YUV 152.13 76 20.21 -
System Red Green Blue C M Y K H S L
Decimal 1 247 60 1.00 0 0.76 0.03 134.39 0.99 0.49
Hex 1 F7 3C 64 0 4C 3 86 63 31
Octal 1 367 74 144 0 114 3 206 143 61
Binary 1 11110111 111100 1100100 0 1001100 11 10000110 1100011 110001

Color Harmonies of #01F73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F73C

Black with #01F73C

Text Example


Text Example

White with #01F73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,247,60); }

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

background-color css

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

 a { background-color: rgb(1,247,60); }

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

border-color css

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

 span { border-color: rgb(1,247,60); }

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