Html Css Color HEX #01C95D Malachite

📋 copy color: '#01C95D'

red 1 ◦ green 201 ◦ blue 93

#01C95D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #01C95D

Tints of Malachite #01C95D

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 201 (78.91% from 255) = 68.14%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 0.34%
G = 68.14%
B = 31.53%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#01C95D (or 0x01C95D) is known color: Malachite. HEX triplet: 01, C9 and 5D. RGB value is (1,201,93). Sum of RGB (Red+Green+Blue) = 1+201+93=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #01C95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C95D is #FE36A2. Grayscale: #818181. Windows color (decimal): -16660131 or 6146305. OLE color: 6146305.

HSL color Cylindrical-coordinate representation of color #01C95D: hue angle of 147.6º 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 #01C95D is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 93 -
CMYK 1.00 0 0.54 0.21
HSL 147.6º 0.99% 0.4% -
HSV(B) 147.6º 1% 0.79% -
XYZ 22.87 42.57 17.37 -
YUV 128.89 107.74 36.78 -
System Red Green Blue C M Y K H S L
Decimal 1 201 93 1.00 0 0.54 0.21 147.6 0.99 0.4
Hex 1 C9 5D 64 0 36 15 94 63 28
Octal 1 311 135 144 0 66 25 224 143 50
Binary 1 11001001 1011101 1100100 0 110110 10101 10010100 1100011 101000

Color Harmonies of #01C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C95D

Black with #01C95D

Text Example


Text Example

White with #01C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01C95D;
 }
 .AnyTagClassName
 {
   color: #01C95D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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