Html Css Color HEX #01EA4A Malachite

📋 copy color: '#01EA4A'

red 1 ◦ green 234 ◦ blue 74

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

Shades of Malachite #01EA4A

Tints of Malachite #01EA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 0.32%
G = 75.73%
B = 23.95%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#01EA4A (or 0x01EA4A) is known color: Malachite. HEX triplet: 01, EA and 4A. RGB value is (1,234,74). Sum of RGB (Red+Green+Blue) = 1+234+74=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA4A is #FE15B5. Grayscale: #929292. Windows color (decimal): -16651702 or 4909569. OLE color: 4909569.

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

Color convert

RGB 1 234 74 -
CMYK 1.00 0 0.68 0.08
HSL 138.8º 0.99% 0.46% -
HSV(B) 138.8º 1% 0.92% -
XYZ 30.67 59.35 16.32 -
YUV 146.09 87.31 24.51 -
System Red Green Blue C M Y K H S L
Decimal 1 234 74 1.00 0 0.68 0.08 138.8 0.99 0.46
Hex 1 EA 4A 64 0 44 8 8B 63 2E
Octal 1 352 112 144 0 104 10 213 143 56
Binary 1 11101010 1001010 1100100 0 1000100 1000 10001011 1100011 101110

Color Harmonies of #01EA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA4A

Black with #01EA4A

Text Example


Text Example

White with #01EA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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