Html Css Color HEX #01F94C Malachite

📋 copy color: '#01F94C'

red 1 ◦ green 249 ◦ blue 76

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

Shades of Malachite #01F94C

Tints of Malachite #01F94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.38%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 0.31%
G = 76.38%
B = 23.31%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#01F94C (or 0x01F94C) is known color: Malachite. HEX triplet: 01, F9 and 4C. RGB value is (1,249,76). Sum of RGB (Red+Green+Blue) = 1+249+76=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #01F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F94C is #FE06B3. Grayscale: #9B9B9B. Windows color (decimal): -16647860 or 5044481. OLE color: 5044481.

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

Color convert

RGB 1 249 76 -
CMYK 1.00 0 0.69 0.02
HSL 138.15º 0.99% 0.49% -
HSV(B) 138.15º 1% 0.98% -
XYZ 35.19 68.28 18.16 -
YUV 155.13 83.34 18.07 -
System Red Green Blue C M Y K H S L
Decimal 1 249 76 1.00 0 0.69 0.02 138.15 0.99 0.49
Hex 1 F9 4C 64 0 45 2 8A 63 31
Octal 1 371 114 144 0 105 2 212 143 61
Binary 1 11111001 1001100 1100100 0 1000101 10 10001010 1100011 110001

Color Harmonies of #01F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F94C

Black with #01F94C

Text Example


Text Example

White with #01F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,249,76); }

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

background-color css

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

 a { background-color: rgb(1,249,76); }

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

border-color css

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

 span { border-color: rgb(1,249,76); }

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