Html Css Color HEX #01F24A Malachite

📋 copy color: '#01F24A'

red 1 ◦ green 242 ◦ blue 74

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

Shades of Malachite #01F24A

Tints of Malachite #01F24A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.34%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 0.32%
G = 76.34%
B = 23.34%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#01F24A (or 0x01F24A) is known color: Malachite. HEX triplet: 01, F2 and 4A. RGB value is (1,242,74). Sum of RGB (Red+Green+Blue) = 1+242+74=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #01F24A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F24A is #FE0DB5. Grayscale: #979797. Windows color (decimal): -16649654 or 4911617. OLE color: 4911617.

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

Color convert

RGB 1 242 74 -
CMYK 1.00 0 0.69 0.05
HSL 138.17º 0.99% 0.48% -
HSV(B) 138.17º 1% 0.95% -
XYZ 33 64.01 17.09 -
YUV 150.79 84.66 21.16 -
System Red Green Blue C M Y K H S L
Decimal 1 242 74 1.00 0 0.69 0.05 138.17 0.99 0.48
Hex 1 F2 4A 64 0 45 5 8A 63 30
Octal 1 362 112 144 0 105 5 212 143 60
Binary 1 11110010 1001010 1100100 0 1000101 101 10001010 1100011 110000

Color Harmonies of #01F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F24A

Black with #01F24A

Text Example


Text Example

White with #01F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,242,74); }

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

background-color css

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

 a { background-color: rgb(1,242,74); }

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

border-color css

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

 span { border-color: rgb(1,242,74); }

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