Html Css Color HEX #01E560 Malachite

📋 copy color: '#01E560'

red 1 ◦ green 229 ◦ blue 96

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

Shades of Malachite #01E560

Tints of Malachite #01E560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 70.25%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 0.31%
G = 70.25%
B = 29.45%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#01E560 (or 0x01E560) is known color: Malachite. HEX triplet: 01, E5 and 60. RGB value is (1,229,96). Sum of RGB (Red+Green+Blue) = 1+229+96=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #01E560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E560 is #FE1A9F. Grayscale: #919191. Windows color (decimal): -16652960 or 6350081. OLE color: 6350081.

HSL color Cylindrical-coordinate representation of color #01E560: hue angle of 145º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E560 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 229 96 -
CMYK 1.00 0 0.58 0.10
HSL 145º 0.99% 0.45% -
HSV(B) 145º 1% 0.9% -
XYZ 30.14 56.89 20.46 -
YUV 145.67 99.96 24.81 -
System Red Green Blue C M Y K H S L
Decimal 1 229 96 1.00 0 0.58 0.10 145 0.99 0.45
Hex 1 E5 60 64 0 3A A 91 63 2D
Octal 1 345 140 144 0 72 12 221 143 55
Binary 1 11100101 1100000 1100100 0 111010 1010 10010001 1100011 101101

Color Harmonies of #01E560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E560

Black with #01E560

Text Example


Text Example

White with #01E560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,229,96); }

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

background-color css

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

 a { background-color: rgb(1,229,96); }

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

border-color css

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

 span { border-color: rgb(1,229,96); }

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