Html Css Color HEX #01C35A Malachite

📋 copy color: '#01C35A'

red 1 ◦ green 195 ◦ blue 90

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

Shades of Malachite #01C35A

Tints of Malachite #01C35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 0.35%
G = 68.18%
B = 31.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#01C35A (or 0x01C35A) is known color: Malachite. HEX triplet: 01, C3 and 5A. RGB value is (1,195,90). Sum of RGB (Red+Green+Blue) = 1+195+90=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #01C35A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C35A is #FE3CA5. Grayscale: #7D7D7D. Windows color (decimal): -16661670 or 5948161. OLE color: 5948161.

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

Color convert

RGB 1 195 90 -
CMYK 0.99 0 0.54 0.24
HSL 147.53º 0.99% 0.38% -
HSV(B) 147.53º 0.99% 0.76% -
XYZ 21.37 39.77 16.22 -
YUV 125.02 108.23 39.54 -
System Red Green Blue C M Y K H S L
Decimal 1 195 90 0.99 0 0.54 0.24 147.53 0.99 0.38
Hex 1 C3 5A 63 0 36 18 94 63 26
Octal 1 303 132 143 0 66 30 224 143 46
Binary 1 11000011 1011010 1100011 0 110110 11000 10010100 1100011 100110

Color Harmonies of #01C35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C35A

Black with #01C35A

Text Example


Text Example

White with #01C35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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