#01DE3D

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

Shades of Malachite #01DE3D

Tints of Malachite #01DE3D

Color information

#01DE3D (or 0x01DE3D) is unknown color: approx Malachite. HEX triplet: 01, DE and 3D. RGB value is (1,222,61). Sum of RGB (Red+Green+Blue) = 1+222+61=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE3D is #FE21C2. Grayscale: #898989. Windows color (decimal): -16654787 or 4054529. OLE color: 4054529.

HSL color Cylindrical-coordinate representation of color #01DE3D: hue angle of 136.29º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DE3D is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB122261-
CMYK1.0000.730.13
HSL136.29º99.1%43.73%-
HSV(B)136.29º99.55%87.06%-
XYZ26.9852.5913.14-
YUV137.5784.7830.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 222 (87.11% from 255) = 78.17%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=0.35%
G=78.17%
B=21.48%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222611.0000.730.13136.2999.143.73
Hex1DE3D64049D88632c
Octal13367514401111521014354
Binary1110111101111011100100010010011101100010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,222,61); }

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

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

 a { background-color: rgb(1,222,61); }

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

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

 span { border-color: rgb(1,222,61); }

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