Html Css Color HEX #01D964 Malachite

📋 copy color: '#01D964'

red 1 ◦ green 217 ◦ blue 100

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

Shades of Malachite #01D964

Tints of Malachite #01D964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.24%

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

R = 0.31%
G = 68.24%
B = 31.45%

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

#01D964 (or 0x01D964) is known color: Malachite. HEX triplet: 01, D9 and 64. RGB value is (1,217,100). Sum of RGB (Red+Green+Blue) = 1+217+100=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #01D964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D964 is #FE269B. Grayscale: #8B8B8B. Windows color (decimal): -16656028 or 6609153. OLE color: 6609153.

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

Color convert

RGB 1 217 100 -
CMYK 1.00 0 0.54 0.15
HSL 147.5º 0.99% 0.43% -
HSV(B) 147.5º 1% 0.85% -
XYZ 27.13 50.55 20.38 -
YUV 139.08 105.94 29.51 -
System Red Green Blue C M Y K H S L
Decimal 1 217 100 1.00 0 0.54 0.15 147.5 0.99 0.43
Hex 1 D9 64 64 0 36 F 94 63 2B
Octal 1 331 144 144 0 66 17 224 143 53
Binary 1 11011001 1100100 1100100 0 110110 1111 10010100 1100011 101011

Color Harmonies of #01D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D964

Black with #01D964

Text Example


Text Example

White with #01D964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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