#01D46C

Color #01D46C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #01D46C

Tints of Malachite #01D46C

Color information

#01D46C (or 0x01D46C) is unknown color: approx Malachite. HEX triplet: 01, D4 and 6C. RGB value is (1,212,108). Sum of RGB (Red+Green+Blue) = 1+212+108=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #01D46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D46C is #FE2B93. Grayscale: #898989. Windows color (decimal): -16657300 or 7132161. OLE color: 7132161.

HSL color Cylindrical-coordinate representation of color #01D46C: hue angle of 150.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D46C is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB1212108-
CMYK1.0000.490.17
HSL150.43º99.06%41.76%-
HSV(B)150.43º99.53%83.14%-
XYZ26.2648.1822.1-
YUV137.06111.630.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 212 (83.20% from 255) = 66.04%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=0.31%
G=66.04%
B=33.64%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12121081.0000.490.17150.4399.0641.76
Hex1D46C640311196632a
Octal13241541440612122614352
Binary11101010011011001100100011000110001100101101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,212,108); }

 H1.HeaderClassName
 {
   color: #01D46C;
 }
 .AnyTagClassName
 {
   color: #01D46C;
 }
</style>
background-color css

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

 a { background-color: rgb(1,212,108); }

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

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

 span { border-color: rgb(1,212,108); }

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