Html Css Color HEX #1EDC73 Malachite

📋 copy color: '#1EDC73'

red 30 ◦ green 220 ◦ blue 115

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

Shades of Malachite #1EDC73

Tints of Malachite #1EDC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.27%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 8.22%
G = 60.27%
B = 31.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#1EDC73 (or 0x1EDC73) is known color: Malachite. HEX triplet: 1E, DC and 73. RGB value is (30,220,115). Sum of RGB (Red+Green+Blue) = 30+220+115=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC73 is #E1238C. Grayscale: #979797. Windows color (decimal): -14754701 or 7592990. OLE color: 7592990.

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

Color convert

RGB 30 220 115 -
CMYK 0.86 0 0.48 0.14
HSL 146.84º 0.76% 0.49% -
HSV(B) 146.84º 0.86% 0.86% -
XYZ 29.22 52.7 24.85 -
YUV 151.22 107.55 41.54 -
System Red Green Blue C M Y K H S L
Decimal 30 220 115 0.86 0 0.48 0.14 146.84 0.76 0.49
Hex 1E DC 73 56 0 30 E 93 4C 31
Octal 36 334 163 126 0 60 16 223 114 61
Binary 11110 11011100 1110011 1010110 0 110000 1110 10010011 1001100 110001

Color Harmonies of #1EDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC73

Black with #1EDC73

Text Example


Text Example

White with #1EDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,220,115); }

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

background-color css

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

 a { background-color: rgb(30,220,115); }

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

border-color css

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

 span { border-color: rgb(30,220,115); }

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