Html Css Color HEX #01EA5C Malachite

📋 copy color: '#01EA5C'

red 1 ◦ green 234 ◦ blue 92

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

Shades of Malachite #01EA5C

Tints of Malachite #01EA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 0.31%
G = 71.56%
B = 28.13%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#01EA5C (or 0x01EA5C) is known color: Malachite. HEX triplet: 01, EA and 5C. RGB value is (1,234,92). Sum of RGB (Red+Green+Blue) = 1+234+92=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 234 (91.80% from 255 or 71.56% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EA5C is #FE15A3. Grayscale: #949494. Windows color (decimal): -16651684 or 6089217. OLE color: 6089217.

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

Color convert

RGB 1 234 92 -
CMYK 1.00 0 0.61 0.08
HSL 143.43º 0.99% 0.46% -
HSV(B) 143.43º 1% 0.92% -
XYZ 31.37 59.62 19.98 -
YUV 148.15 96.31 23.05 -
System Red Green Blue C M Y K H S L
Decimal 1 234 92 1.00 0 0.61 0.08 143.43 0.99 0.46
Hex 1 EA 5C 64 0 3D 8 8F 63 2E
Octal 1 352 134 144 0 75 10 217 143 56
Binary 1 11101010 1011100 1100100 0 111101 1000 10001111 1100011 101110

Color Harmonies of #01EA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA5C

Black with #01EA5C

Text Example


Text Example

White with #01EA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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