Html Css Color HEX #01E04A Malachite

📋 copy color: '#01E04A'

red 1 ◦ green 224 ◦ blue 74

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

Shades of Malachite #01E04A

Tints of Malachite #01E04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.92%

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

R = 0.33%
G = 74.92%
B = 24.75%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#01E04A (or 0x01E04A) is known color: Malachite. HEX triplet: 01, E0 and 4A. RGB value is (1,224,74). Sum of RGB (Red+Green+Blue) = 1+224+74=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #01E04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E04A is #FE1FB5. Grayscale: #8C8C8C. Windows color (decimal): -16654262 or 4907009. OLE color: 4907009.

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

Color convert

RGB 1 224 74 -
CMYK 1.00 0 0.67 0.12
HSL 139.64º 0.99% 0.44% -
HSV(B) 139.64º 1% 0.88% -
XYZ 27.9 53.81 15.39 -
YUV 140.22 90.62 28.7 -
System Red Green Blue C M Y K H S L
Decimal 1 224 74 1.00 0 0.67 0.12 139.64 0.99 0.44
Hex 1 E0 4A 64 0 43 C 8C 63 2C
Octal 1 340 112 144 0 103 14 214 143 54
Binary 1 11100000 1001010 1100100 0 1000011 1100 10001100 1100011 101100

Color Harmonies of #01E04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E04A

Black with #01E04A

Text Example


Text Example

White with #01E04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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