#01D852

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

Shades of Malachite #01D852

Tints of Malachite #01D852

Color information

#01D852 (or 0x01D852) is unknown color: approx Malachite. HEX triplet: 01, D8 and 52. RGB value is (1,216,82). Sum of RGB (Red+Green+Blue) = 1+216+82=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 216 (84.77% from 255 or 72.24% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 216 - color contains mainly: green. Hex color #01D852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D852 is #FE27AD. Grayscale: #888888. Windows color (decimal): -16656302 or 5429249. OLE color: 5429249.

HSL color Cylindrical-coordinate representation of color #01D852: hue angle of 142.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D852 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB121682-
CMYK1.0000.620.15
HSL142.6º99.08%42.55%-
HSV(B)142.6º99.54%84.71%-
XYZ26.0949.7316.21-
YUV136.4497.2731.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 216 (84.77% from 255) = 72.24%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=0.33%
G=72.24%
B=27.42%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1216821.0000.620.15142.699.0842.55
Hex1D8526403EF8f632b
Octal13301221440761721714353
Binary1110110001010010110010001111101111100011111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,216,82); }

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

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

 a { background-color: rgb(1,216,82); }

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

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

 span { border-color: rgb(1,216,82); }

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