Html Css Color HEX #1ED864 Malachite

📋 copy color: '#1ED864'

red 30 ◦ green 216 ◦ blue 100

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

Shades of Malachite #1ED864

Tints of Malachite #1ED864

RGB

 RED value IS 30 (12.11% from 255) = 8.67%

 GREEN value IS 216 (84.77% from 255) = 62.43%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 8.67%
G = 62.43%
B = 28.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#1ED864 (or 0x1ED864) is known color: Malachite. HEX triplet: 1E, D8 and 64. RGB value is (30,216,100). Sum of RGB (Red+Green+Blue) = 30+216+100=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED864 is #E1279B. Grayscale: #939393. Windows color (decimal): -14755740 or 6608926. OLE color: 6608926.

HSL color Cylindrical-coordinate representation of color #1ED864: hue angle of 142.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED864 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 100 -
CMYK 0.86 0 0.54 0.15
HSL 142.58º 0.76% 0.48% -
HSV(B) 142.58º 0.86% 0.85% -
XYZ 27.39 50.31 20.32 -
YUV 147.16 101.38 44.43 -
System Red Green Blue C M Y K H S L
Decimal 30 216 100 0.86 0 0.54 0.15 142.58 0.76 0.48
Hex 1E D8 64 56 0 36 F 8F 4C 30
Octal 36 330 144 126 0 66 17 217 114 60
Binary 11110 11011000 1100100 1010110 0 110110 1111 10001111 1001100 110000

Color Harmonies of #1ED864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED864

Black with #1ED864

Text Example


Text Example

White with #1ED864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ED864; }

 p { color: rgb(30,216,100); }

 H1.HeaderClassName
 {
   color: #1ED864;
 }
 .AnyTagClassName
 {
   color: #1ED864;
 }
</style>

background-color css

<style>
 a { background-color: #1ED864; }

 a { background-color: rgb(30,216,100); }

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

border-color css

<style>
 span { border-color: #1ED864; }

 span { border-color: rgb(30,216,100); }

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