Html Css Color HEX #01F160 Malachite

📋 copy color: '#01F160'

red 1 ◦ green 241 ◦ blue 96

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

Shades of Malachite #01F160

Tints of Malachite #01F160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 0.3%
G = 71.3%
B = 28.4%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#01F160 (or 0x01F160) is known color: Malachite. HEX triplet: 01, F1 and 60. RGB value is (1,241,96). Sum of RGB (Red+Green+Blue) = 1+241+96=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #01F160 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F160 is #FE0E9F. Grayscale: #999999. Windows color (decimal): -16649888 or 6353153. OLE color: 6353153.

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

Color convert

RGB 1 241 96 -
CMYK 1.00 0 0.60 0.05
HSL 143.75º 0.99% 0.47% -
HSV(B) 143.75º 1% 0.95% -
XYZ 33.58 63.76 21.6 -
YUV 152.71 95.99 19.79 -
System Red Green Blue C M Y K H S L
Decimal 1 241 96 1.00 0 0.60 0.05 143.75 0.99 0.47
Hex 1 F1 60 64 0 3C 5 90 63 2F
Octal 1 361 140 144 0 74 5 220 143 57
Binary 1 11110001 1100000 1100100 0 111100 101 10010000 1100011 101111

Color Harmonies of #01F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F160

Black with #01F160

Text Example


Text Example

White with #01F160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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