Html Css Color HEX #01E140 Malachite

📋 copy color: '#01E140'

red 1 ◦ green 225 ◦ blue 64

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

Shades of Malachite #01E140

Tints of Malachite #01E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 77.59%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 0.34%
G = 77.59%
B = 22.07%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#01E140 (or 0x01E140) is known color: Malachite. HEX triplet: 01, E1 and 40. RGB value is (1,225,64). Sum of RGB (Red+Green+Blue) = 1+225+64=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #01E140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E140 is #FE1EBF. Grayscale: #8C8C8C. Windows color (decimal): -16654016 or 4251905. OLE color: 4251905.

HSL color Cylindrical-coordinate representation of color #01E140: hue angle of 136.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E140 is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 64 -
CMYK 1.00 0 0.72 0.12
HSL 136.88º 0.99% 0.44% -
HSV(B) 136.88º 1% 0.88% -
XYZ 27.86 54.23 13.85 -
YUV 139.67 85.29 29.09 -
System Red Green Blue C M Y K H S L
Decimal 1 225 64 1.00 0 0.72 0.12 136.88 0.99 0.44
Hex 1 E1 40 64 0 48 C 89 63 2C
Octal 1 341 100 144 0 110 14 211 143 54
Binary 1 11100001 1000000 1100100 0 1001000 1100 10001001 1100011 101100

Color Harmonies of #01E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E140

Black with #01E140

Text Example


Text Example

White with #01E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,64); }

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

background-color css

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

 a { background-color: rgb(1,225,64); }

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

border-color css

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

 span { border-color: rgb(1,225,64); }

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