Html Css Color HEX #01EA5A Malachite

📋 copy color: '#01EA5A'

red 1 ◦ green 234 ◦ blue 90

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

Shades of Malachite #01EA5A

Tints of Malachite #01EA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 0.31%
G = 72%
B = 27.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#01EA5A (or 0x01EA5A) is known color: Malachite. HEX triplet: 01, EA and 5A. RGB value is (1,234,90). Sum of RGB (Red+Green+Blue) = 1+234+90=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 234 (91.80% from 255 or 72% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EA5A is #FE15A5. Grayscale: #949494. Windows color (decimal): -16651686 or 5958145. OLE color: 5958145.

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

Color convert

RGB 1 234 90 -
CMYK 1.00 0 0.62 0.08
HSL 142.92º 0.99% 0.46% -
HSV(B) 142.92º 1% 0.92% -
XYZ 31.28 59.59 19.53 -
YUV 147.92 95.31 23.21 -
System Red Green Blue C M Y K H S L
Decimal 1 234 90 1.00 0 0.62 0.08 142.92 0.99 0.46
Hex 1 EA 5A 64 0 3E 8 8F 63 2E
Octal 1 352 132 144 0 76 10 217 143 56
Binary 1 11101010 1011010 1100100 0 111110 1000 10001111 1100011 101110

Color Harmonies of #01EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA5A

Black with #01EA5A

Text Example


Text Example

White with #01EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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