Html Css Color HEX #01E164 Malachite

📋 copy color: '#01E164'

red 1 ◦ green 225 ◦ blue 100

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

Shades of Malachite #01E164

Tints of Malachite #01E164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.02%

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 0.31%
G = 69.02%
B = 30.67%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#01E164 (or 0x01E164) is known color: Malachite. HEX triplet: 01, E1 and 64. RGB value is (1,225,100). Sum of RGB (Red+Green+Blue) = 1+225+100=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #01E164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E164 is #FE1E9B. Grayscale: #909090. Windows color (decimal): -16653980 or 6611201. OLE color: 6611201.

HSL color Cylindrical-coordinate representation of color #01E164: hue angle of 146.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E164 is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 100 -
CMYK 1.00 0 0.56 0.12
HSL 146.52º 0.99% 0.44% -
HSV(B) 146.52º 1% 0.88% -
XYZ 29.24 54.78 21.09 -
YUV 143.77 103.29 26.16 -
System Red Green Blue C M Y K H S L
Decimal 1 225 100 1.00 0 0.56 0.12 146.52 0.99 0.44
Hex 1 E1 64 64 0 38 C 93 63 2C
Octal 1 341 144 144 0 70 14 223 143 54
Binary 1 11100001 1100100 1100100 0 111000 1100 10010011 1100011 101100

Color Harmonies of #01E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E164

Black with #01E164

Text Example


Text Example

White with #01E164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,100); }

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

background-color css

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

 a { background-color: rgb(1,225,100); }

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

border-color css

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

 span { border-color: rgb(1,225,100); }

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