Html Css Color HEX #01F054 Malachite

📋 copy color: '#01F054'

red 1 ◦ green 240 ◦ blue 84

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

Shades of Malachite #01F054

Tints of Malachite #01F054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 0.31%
G = 73.85%
B = 25.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#01F054 (or 0x01F054) is known color: Malachite. HEX triplet: 01, F0 and 54. RGB value is (1,240,84). Sum of RGB (Red+Green+Blue) = 1+240+84=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #01F054 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F054 is #FE0FAB. Grayscale: #979797. Windows color (decimal): -16650156 or 5566465. OLE color: 5566465.

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

Color convert

RGB 1 240 84 -
CMYK 1.00 0 0.65 0.06
HSL 140.84º 0.99% 0.47% -
HSV(B) 140.84º 1% 0.94% -
XYZ 32.77 62.97 18.81 -
YUV 150.76 90.32 21.18 -
System Red Green Blue C M Y K H S L
Decimal 1 240 84 1.00 0 0.65 0.06 140.84 0.99 0.47
Hex 1 F0 54 64 0 41 6 8D 63 2F
Octal 1 360 124 144 0 101 6 215 143 57
Binary 1 11110000 1010100 1100100 0 1000001 110 10001101 1100011 101111

Color Harmonies of #01F054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F054

Black with #01F054

Text Example


Text Example

White with #01F054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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