#01C95F

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

Shades of Malachite #01C95F

Tints of Malachite #01C95F

Color information

#01C95F (or 0x01C95F) is unknown color: approx Malachite. HEX triplet: 01, C9 and 5F. RGB value is (1,201,95). Sum of RGB (Red+Green+Blue) = 1+201+95=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #01C95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C95F is #FE36A0. Grayscale: #818181. Windows color (decimal): -16660129 or 6277377. OLE color: 6277377.

HSL color Cylindrical-coordinate representation of color #01C95F: hue angle of 148.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C95F is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB120195-
CMYK1.0000.530.21
HSL148.2º99.01%39.61%-
HSV(B)148.2º99.5%78.82%-
XYZ22.9642.6117.84-
YUV129.12108.7436.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 201 (78.91% from 255) = 67.68%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=0.34%
G=67.68%
B=31.99%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201951.0000.530.21148.299.0139.61
Hex1C95F6403515946328
Octal13111371440652522414350
Binary11100100110111111100100011010110101100101001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,201,95); }

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

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

 a { background-color: rgb(1,201,95); }

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

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

 span { border-color: rgb(1,201,95); }

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