Html Css Color HEX #01E150 Malachite

📋 copy color: '#01E150'

red 1 ◦ green 225 ◦ blue 80

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

Shades of Malachite #01E150

Tints of Malachite #01E150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 0.33%
G = 73.53%
B = 26.14%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#01E150 (or 0x01E150) is known color: Malachite. HEX triplet: 01, E1 and 50. RGB value is (1,225,80). Sum of RGB (Red+Green+Blue) = 1+225+80=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #01E150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E150 is #FE1EAF. Grayscale: #8D8D8D. Windows color (decimal): -16654000 or 5300481. OLE color: 5300481.

HSL color Cylindrical-coordinate representation of color #01E150: hue angle of 141.16º 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 #01E150 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 80 -
CMYK 1.00 0 0.64 0.12
HSL 141.16º 0.99% 0.44% -
HSV(B) 141.16º 1% 0.88% -
XYZ 28.39 54.44 16.6 -
YUV 141.49 93.29 27.79 -
System Red Green Blue C M Y K H S L
Decimal 1 225 80 1.00 0 0.64 0.12 141.16 0.99 0.44
Hex 1 E1 50 64 0 40 C 8D 63 2C
Octal 1 341 120 144 0 100 14 215 143 54
Binary 1 11100001 1010000 1100100 0 1000000 1100 10001101 1100011 101100

Color Harmonies of #01E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E150

Black with #01E150

Text Example


Text Example

White with #01E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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