Html Css Color HEX #01C356 Malachite

📋 copy color: '#01C356'

red 1 ◦ green 195 ◦ blue 86

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

Shades of Malachite #01C356

Tints of Malachite #01C356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.15%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 0.35%
G = 69.15%
B = 30.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#01C356 (or 0x01C356) is known color: Malachite. HEX triplet: 01, C3 and 56. RGB value is (1,195,86). Sum of RGB (Red+Green+Blue) = 1+195+86=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #01C356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C356 is #FE3CA9. Grayscale: #7C7C7C. Windows color (decimal): -16661674 or 5686017. OLE color: 5686017.

HSL color Cylindrical-coordinate representation of color #01C356: hue angle of 146.29º 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 #01C356 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 86 -
CMYK 0.99 0 0.56 0.24
HSL 146.29º 0.99% 0.38% -
HSV(B) 146.29º 0.99% 0.76% -
XYZ 21.21 39.71 15.35 -
YUV 124.57 106.23 39.86 -
System Red Green Blue C M Y K H S L
Decimal 1 195 86 0.99 0 0.56 0.24 146.29 0.99 0.38
Hex 1 C3 56 63 0 38 18 92 63 26
Octal 1 303 126 143 0 70 30 222 143 46
Binary 1 11000011 1010110 1100011 0 111000 11000 10010010 1100011 100110

Color Harmonies of #01C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C356

Black with #01C356

Text Example


Text Example

White with #01C356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,86); }

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

background-color css

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

 a { background-color: rgb(1,195,86); }

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

border-color css

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

 span { border-color: rgb(1,195,86); }

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