#01D46D

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

Shades of Malachite #01D46D

Tints of Malachite #01D46D

Color information

#01D46D (or 0x01D46D) is unknown color: approx Malachite. HEX triplet: 01, D4 and 6D. RGB value is (1,212,109). Sum of RGB (Red+Green+Blue) = 1+212+109=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #01D46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D46D is #FE2B92. Grayscale: #898989. Windows color (decimal): -16657299 or 7197697. OLE color: 7197697.

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

Color convert

RGB1212109-
CMYK1.0000.490.17
HSL150.71º99.06%41.76%-
HSV(B)150.71º99.53%83.14%-
XYZ26.3248.222.38-
YUV137.17112.130.88-

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) = 65.84%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=0.31%
G=65.84%
B=33.85%

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
Decimal12121091.0000.490.17150.7199.0641.76
Hex1D46D640311197632a
Octal13241551440612122714352
Binary11101010011011011100100011000110001100101111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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