#01D24D

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

Shades of Malachite #01D24D

Tints of Malachite #01D24D

Color information

#01D24D (or 0x01D24D) is unknown color: approx Malachite. HEX triplet: 01, D2 and 4D. RGB value is (1,210,77). Sum of RGB (Red+Green+Blue) = 1+210+77=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 210 (82.42% from 255 or 72.92% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 210 - color contains mainly: green. Hex color #01D24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D24D is #FE2DB2. Grayscale: #848484. Windows color (decimal): -16657843 or 5100033. OLE color: 5100033.

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

Color convert

RGB121077-
CMYK1.0000.630.18
HSL141.82º99.05%41.37%-
HSV(B)141.82º99.52%82.35%-
XYZ24.446.6414.74-
YUV132.3596.7634.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 210 (82.42% from 255) = 72.92%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=0.35%
G=72.92%
B=26.74%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1210771.0000.630.18141.8299.0541.37
Hex1D24D6403F128e6329
Octal13221151440772221614351
Binary11101001010011011100100011111110010100011101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,210,77); }

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

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

 a { background-color: rgb(1,210,77); }

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

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

 span { border-color: rgb(1,210,77); }

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