#01C850

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

Shades of Malachite #01C850

Tints of Malachite #01C850

Color information

#01C850 (or 0x01C850) is unknown color: approx Malachite. HEX triplet: 01, C8 and 50. RGB value is (1,200,80). Sum of RGB (Red+Green+Blue) = 1+200+80=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #01C850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C850 is #FE37AF. Grayscale: #7F7F7F. Windows color (decimal): -16660400 or 5294081. OLE color: 5294081.

HSL color Cylindrical-coordinate representation of color #01C850: hue angle of 143.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C850 is Cyan = 1.00, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB120080-
CMYK1.0000.60.22
HSL143.82º99%39.41%-
HSV(B)143.82º99.5%78.43%-
XYZ22.1141.8914.51-
YUV126.82101.5738.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 200 (78.52% from 255) = 71.17%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=0.36%
G=71.17%
B=28.47%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1200801.0000.60.22143.829939.41
Hex1C8506403C16906327
Octal13101201440742622014347
Binary11100100010100001100100011110010110100100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,200,80); }

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

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

 a { background-color: rgb(1,200,80); }

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

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

 span { border-color: rgb(1,200,80); }

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