#01C662

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

Shades of Malachite #01C662

Tints of Malachite #01C662

Color information

#01C662 (or 0x01C662) is unknown color: approx Malachite. HEX triplet: 01, C6 and 62. RGB value is (1,198,98). Sum of RGB (Red+Green+Blue) = 1+198+98=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #01C662 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C662 is #FE399D. Grayscale: #7F7F7F. Windows color (decimal): -16660894 or 6473217. OLE color: 6473217.

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

Color convert

RGB119898-
CMYK0.9900.510.22
HSL149.54º98.99%39.02%-
HSV(B)149.54º99.49%77.65%-
XYZ22.4141.2818.34-
YUV127.7111.2337.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 198 (77.73% from 255) = 66.67%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=0.34%
G=66.67%
B=33.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1198980.9900.510.22149.5498.9939.02
Hex1C6626303316966327
Octal13061421430632622614347
Binary11100011011000101100011011001110110100101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,198,98); }

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

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

 a { background-color: rgb(1,198,98); }

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

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

 span { border-color: rgb(1,198,98); }

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