Html Css Color HEX #01EA51 Malachite

📋 copy color: '#01EA51'

red 1 ◦ green 234 ◦ blue 81

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

Shades of Malachite #01EA51

Tints of Malachite #01EA51

RGB

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

 GREEN value IS 234 (91.8% from 255) = 74.05%

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 0.32%
G = 74.05%
B = 25.63%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#01EA51 (or 0x01EA51) is known color: Malachite. HEX triplet: 01, EA and 51. RGB value is (1,234,81). Sum of RGB (Red+Green+Blue) = 1+234+81=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EA51 is #FE15AE. Grayscale: #939393. Windows color (decimal): -16651695 or 5368321. OLE color: 5368321.

HSL color Cylindrical-coordinate representation of color #01EA51: hue angle of 140.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EA51 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 234 81 -
CMYK 1.00 0 0.65 0.08
HSL 140.6º 0.99% 0.46% -
HSV(B) 140.6º 1% 0.92% -
XYZ 30.92 59.45 17.63 -
YUV 146.89 90.81 23.94 -
System Red Green Blue C M Y K H S L
Decimal 1 234 81 1.00 0 0.65 0.08 140.6 0.99 0.46
Hex 1 EA 51 64 0 41 8 8D 63 2E
Octal 1 352 121 144 0 101 10 215 143 56
Binary 1 11101010 1010001 1100100 0 1000001 1000 10001101 1100011 101110

Color Harmonies of #01EA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA51

Black with #01EA51

Text Example


Text Example

White with #01EA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,234,81); }

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

background-color css

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

 a { background-color: rgb(1,234,81); }

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

border-color css

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

 span { border-color: rgb(1,234,81); }

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