Html Css Color HEX #01C257 Malachite

📋 copy color: '#01C257'

red 1 ◦ green 194 ◦ blue 87

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

Shades of Malachite #01C257

Tints of Malachite #01C257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 0.35%
G = 68.79%
B = 30.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#01C257 (or 0x01C257) is known color: Malachite. HEX triplet: 01, C2 and 57. RGB value is (1,194,87). Sum of RGB (Red+Green+Blue) = 1+194+87=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #01C257 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C257 is #FE3DA8. Grayscale: #7C7C7C. Windows color (decimal): -16661929 or 5751297. OLE color: 5751297.

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

Color convert

RGB 1 194 87 -
CMYK 0.99 0 0.55 0.24
HSL 146.74º 0.99% 0.38% -
HSV(B) 146.74º 0.99% 0.76% -
XYZ 21.02 39.28 15.49 -
YUV 124.1 107.06 40.2 -
System Red Green Blue C M Y K H S L
Decimal 1 194 87 0.99 0 0.55 0.24 146.74 0.99 0.38
Hex 1 C2 57 63 0 37 18 93 63 26
Octal 1 302 127 143 0 67 30 223 143 46
Binary 1 11000010 1010111 1100011 0 110111 11000 10010011 1100011 100110

Color Harmonies of #01C257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C257

Black with #01C257

Text Example


Text Example

White with #01C257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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