Html Css Color HEX #01F163 Malachite

📋 copy color: '#01F163'

red 1 ◦ green 241 ◦ blue 99

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

Shades of Malachite #01F163

Tints of Malachite #01F163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.67%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 0.29%
G = 70.67%
B = 29.03%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#01F163 (or 0x01F163) is known color: Malachite. HEX triplet: 01, F1 and 63. RGB value is (1,241,99). Sum of RGB (Red+Green+Blue) = 1+241+99=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #01F163 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F163 is #FE0E9C. Grayscale: #999999. Windows color (decimal): -16649885 or 6549761. OLE color: 6549761.

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

Color convert

RGB 1 241 99 -
CMYK 1.00 0 0.59 0.05
HSL 144.5º 0.99% 0.47% -
HSV(B) 144.5º 1% 0.95% -
XYZ 33.72 63.82 22.35 -
YUV 153.05 97.49 19.55 -
System Red Green Blue C M Y K H S L
Decimal 1 241 99 1.00 0 0.59 0.05 144.5 0.99 0.47
Hex 1 F1 63 64 0 3B 5 90 63 2F
Octal 1 361 143 144 0 73 5 220 143 57
Binary 1 11110001 1100011 1100100 0 111011 101 10010000 1100011 101111

Color Harmonies of #01F163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F163

Black with #01F163

Text Example


Text Example

White with #01F163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,241,99); }

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

background-color css

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

 a { background-color: rgb(1,241,99); }

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

border-color css

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

 span { border-color: rgb(1,241,99); }

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