Html Css Color HEX #01F74A Malachite

📋 copy color: '#01F74A'

red 1 ◦ green 247 ◦ blue 74

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

Shades of Malachite #01F74A

Tints of Malachite #01F74A

RGB

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

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

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

R = 0.31%
G = 76.71%
B = 22.98%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#01F74A (or 0x01F74A) is known color: Malachite. HEX triplet: 01, F7 and 4A. RGB value is (1,247,74). Sum of RGB (Red+Green+Blue) = 1+247+74=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #01F74A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F74A is #FE08B5. Grayscale: #9A9A9A. Windows color (decimal): -16648374 or 4912897. OLE color: 4912897.

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

Color convert

RGB 1 247 74 -
CMYK 1.00 0 0.70 0.03
HSL 137.8º 0.99% 0.49% -
HSV(B) 137.8º 1% 0.97% -
XYZ 34.51 67.02 17.6 -
YUV 153.72 83 19.07 -
System Red Green Blue C M Y K H S L
Decimal 1 247 74 1.00 0 0.70 0.03 137.8 0.99 0.49
Hex 1 F7 4A 64 0 46 3 8A 63 31
Octal 1 367 112 144 0 106 3 212 143 61
Binary 1 11110111 1001010 1100100 0 1000110 11 10001010 1100011 110001

Color Harmonies of #01F74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F74A

Black with #01F74A

Text Example


Text Example

White with #01F74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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