#01D35C

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

Shades of Malachite #01D35C

Tints of Malachite #01D35C

Color information

#01D35C (or 0x01D35C) is unknown color: approx Malachite. HEX triplet: 01, D3 and 5C. RGB value is (1,211,92). Sum of RGB (Red+Green+Blue) = 1+211+92=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #01D35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D35C is #FE2CA3. Grayscale: #868686. Windows color (decimal): -16657572 or 6083329. OLE color: 6083329.

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

Color convert

RGB121192-
CMYK1.0000.560.17
HSL146º99.06%41.57%-
HSV(B)146º99.53%82.75%-
XYZ25.2447.3717.94-
YUV134.64103.9332.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 211 (82.81% from 255) = 69.41%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=0.33%
G=69.41%
B=30.26%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1211921.0000.560.1714699.0641.57
Hex1D35C640381192632a
Octal13231341440702122214352
Binary11101001110111001100100011100010001100100101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,211,92); }

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

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

 a { background-color: rgb(1,211,92); }

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

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

 span { border-color: rgb(1,211,92); }

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