Html Css Color HEX #01EA3A Malachite

📋 copy color: '#01EA3A'

red 1 ◦ green 234 ◦ blue 58

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

Shades of Malachite #01EA3A

Tints of Malachite #01EA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 0.34%
G = 79.86%
B = 19.8%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#01EA3A (or 0x01EA3A) is known color: Malachite. HEX triplet: 01, EA and 3A. RGB value is (1,234,58). Sum of RGB (Red+Green+Blue) = 1+234+58=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 234 (91.80% from 255 or 79.86% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA3A is #FE15C5. Grayscale: #909090. Windows color (decimal): -16651718 or 3860993. OLE color: 3860993.

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

Color convert

RGB 1 234 58 -
CMYK 1.00 0 0.75 0.08
HSL 134.68º 0.99% 0.46% -
HSV(B) 134.68º 1% 0.92% -
XYZ 30.2 59.16 13.83 -
YUV 144.27 79.31 25.81 -
System Red Green Blue C M Y K H S L
Decimal 1 234 58 1.00 0 0.75 0.08 134.68 0.99 0.46
Hex 1 EA 3A 64 0 4B 8 87 63 2E
Octal 1 352 72 144 0 113 10 207 143 56
Binary 1 11101010 111010 1100100 0 1001011 1000 10000111 1100011 101110

Color Harmonies of #01EA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA3A

Black with #01EA3A

Text Example


Text Example

White with #01EA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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