Html Css Color HEX #01F03C Malachite

📋 copy color: '#01F03C'

red 1 ◦ green 240 ◦ blue 60

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

Shades of Malachite #01F03C

Tints of Malachite #01F03C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 79.73%

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

R = 0.33%
G = 79.73%
B = 19.93%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#01F03C (or 0x01F03C) is known color: Malachite. HEX triplet: 01, F0 and 3C. RGB value is (1,240,60). Sum of RGB (Red+Green+Blue) = 1+240+60=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #01F03C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F03C is #FE0FC3. Grayscale: #949494. Windows color (decimal): -16650180 or 3993601. OLE color: 3993601.

HSL color Cylindrical-coordinate representation of color #01F03C: hue angle of 134.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F03C is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 240 60 -
CMYK 1.00 0 0.75 0.06
HSL 134.81º 0.99% 0.47% -
HSV(B) 134.81º 1% 0.94% -
XYZ 31.99 62.65 14.68 -
YUV 148.02 78.32 23.14 -
System Red Green Blue C M Y K H S L
Decimal 1 240 60 1.00 0 0.75 0.06 134.81 0.99 0.47
Hex 1 F0 3C 64 0 4B 6 87 63 2F
Octal 1 360 74 144 0 113 6 207 143 57
Binary 1 11110000 111100 1100100 0 1001011 110 10000111 1100011 101111

Color Harmonies of #01F03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F03C

Black with #01F03C

Text Example


Text Example

White with #01F03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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