Html Css Color HEX #01C256 Malachite

📋 copy color: '#01C256'

red 1 ◦ green 194 ◦ blue 86

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

Shades of Malachite #01C256

Tints of Malachite #01C256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.04%

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

R = 0.36%
G = 69.04%
B = 30.6%

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

#01C256 (or 0x01C256) is known color: Malachite. HEX triplet: 01, C2 and 56. RGB value is (1,194,86). Sum of RGB (Red+Green+Blue) = 1+194+86=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #01C256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C256 is #FE3DA9. Grayscale: #7C7C7C. Windows color (decimal): -16661930 or 5685761. OLE color: 5685761.

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

Color convert

RGB 1 194 86 -
CMYK 0.99 0 0.56 0.24
HSL 146.42º 0.99% 0.38% -
HSV(B) 146.42º 0.99% 0.76% -
XYZ 20.98 39.26 15.28 -
YUV 123.98 106.56 40.28 -
System Red Green Blue C M Y K H S L
Decimal 1 194 86 0.99 0 0.56 0.24 146.42 0.99 0.38
Hex 1 C2 56 63 0 38 18 92 63 26
Octal 1 302 126 143 0 70 30 222 143 46
Binary 1 11000010 1010110 1100011 0 111000 11000 10010010 1100011 100110

Color Harmonies of #01C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C256

Black with #01C256

Text Example


Text Example

White with #01C256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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