#01D071

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

Shades of Malachite #01D071

Tints of Malachite #01D071

Color information

#01D071 (or 0x01D071) is unknown color: approx Malachite. HEX triplet: 01, D0 and 71. RGB value is (1,208,113). Sum of RGB (Red+Green+Blue) = 1+208+113=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #01D071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D071 is #FE2F8E. Grayscale: #878787. Windows color (decimal): -16658319 or 7458817. OLE color: 7458817.

HSL color Cylindrical-coordinate representation of color #01D071: hue angle of 152.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D071 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB1208113-
CMYK1.0000.460.18
HSL152.46º99.04%40.98%-
HSV(B)152.46º99.52%81.57%-
XYZ25.5546.3123.22-
YUV135.28115.4232.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 208 (81.64% from 255) = 64.60%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=0.31%
G=64.60%
B=35.09%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12081131.0000.460.18152.4699.0440.98
Hex1D0716402E12986329
Octal13201611440562223014351
Binary11101000011100011100100010111010010100110001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,208,113); }

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

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

 a { background-color: rgb(1,208,113); }

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

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

 span { border-color: rgb(1,208,113); }

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