Html Css Color HEX #01E13A Malachite

📋 copy color: '#01E13A'

red 1 ◦ green 225 ◦ blue 58

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

Shades of Malachite #01E13A

Tints of Malachite #01E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 79.23%

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

R = 0.35%
G = 79.23%
B = 20.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#01E13A (or 0x01E13A) is known color: Malachite. HEX triplet: 01, E1 and 3A. RGB value is (1,225,58). Sum of RGB (Red+Green+Blue) = 1+225+58=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 225 (88.28% from 255 or 79.23% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 225 - color contains mainly: green. Hex color #01E13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E13A is #FE1EC5. Grayscale: #8B8B8B. Windows color (decimal): -16654022 or 3858689. OLE color: 3858689.

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

Color convert

RGB 1 225 58 -
CMYK 1.00 0 0.74 0.12
HSL 135.27º 0.99% 0.44% -
HSV(B) 135.27º 1% 0.88% -
XYZ 27.7 54.16 13 -
YUV 138.99 82.29 29.58 -
System Red Green Blue C M Y K H S L
Decimal 1 225 58 1.00 0 0.74 0.12 135.27 0.99 0.44
Hex 1 E1 3A 64 0 4A C 87 63 2C
Octal 1 341 72 144 0 112 14 207 143 54
Binary 1 11100001 111010 1100100 0 1001010 1100 10000111 1100011 101100

Color Harmonies of #01E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E13A

Black with #01E13A

Text Example


Text Example

White with #01E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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