Html Css Color HEX #01D864 Malachite

📋 copy color: '#01D864'

red 1 ◦ green 216 ◦ blue 100

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

Shades of Malachite #01D864

Tints of Malachite #01D864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.14%

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

R = 0.32%
G = 68.14%
B = 31.55%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#01D864 (or 0x01D864) is known color: Malachite. HEX triplet: 01, D8 and 64. RGB value is (1,216,100). Sum of RGB (Red+Green+Blue) = 1+216+100=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #01D864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D864 is #FE279B. Grayscale: #8A8A8A. Windows color (decimal): -16656284 or 6608897. OLE color: 6608897.

HSL color Cylindrical-coordinate representation of color #01D864: hue angle of 147.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D864 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 216 100 -
CMYK 1.00 0 0.54 0.15
HSL 147.63º 0.99% 0.43% -
HSV(B) 147.63º 1% 0.85% -
XYZ 26.87 50.04 20.3 -
YUV 138.49 106.27 29.93 -
System Red Green Blue C M Y K H S L
Decimal 1 216 100 1.00 0 0.54 0.15 147.63 0.99 0.43
Hex 1 D8 64 64 0 36 F 94 63 2B
Octal 1 330 144 144 0 66 17 224 143 53
Binary 1 11011000 1100100 1100100 0 110110 1111 10010100 1100011 101011

Color Harmonies of #01D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D864

Black with #01D864

Text Example


Text Example

White with #01D864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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