#01C25A

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

Shades of Malachite #01C25A

Tints of Malachite #01C25A

Color information

#01C25A (or 0x01C25A) is unknown color: approx Malachite. HEX triplet: 01, C2 and 5A. RGB value is (1,194,90). Sum of RGB (Red+Green+Blue) = 1+194+90=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #01C25A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C25A is #FE3DA5. Grayscale: #7C7C7C. Windows color (decimal): -16661926 or 5947905. OLE color: 5947905.

HSL color Cylindrical-coordinate representation of color #01C25A: hue angle of 147.67º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C25A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB119490-
CMYK0.9900.540.24
HSL147.67º98.97%38.24%-
HSV(B)147.67º99.48%76.08%-
XYZ21.1539.3316.15-
YUV124.44108.5639.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 194 (76.17% from 255) = 68.07%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=0.35%
G=68.07%
B=31.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1194900.9900.540.24147.6798.9738.24
Hex1C25A6303618946326
Octal13021321430663022414346
Binary11100001010110101100011011011011000100101001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,194,90); }

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

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

 a { background-color: rgb(1,194,90); }

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

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

 span { border-color: rgb(1,194,90); }

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