Html Css Color HEX #1EDC72 Malachite

📋 copy color: '#1EDC72'

red 30 ◦ green 220 ◦ blue 114

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

Shades of Malachite #1EDC72

Tints of Malachite #1EDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 8.24%
G = 60.44%
B = 31.32%

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

#1EDC72 (or 0x1EDC72) is known color: Malachite. HEX triplet: 1E, DC and 72. RGB value is (30,220,114). Sum of RGB (Red+Green+Blue) = 30+220+114=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC72 is #E1238D. Grayscale: #979797. Windows color (decimal): -14754702 or 7527454. OLE color: 7527454.

HSL color Cylindrical-coordinate representation of color #1EDC72: hue angle of 146.53º 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 #1EDC72 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 114 -
CMYK 0.86 0 0.48 0.14
HSL 146.53º 0.76% 0.49% -
HSV(B) 146.53º 0.86% 0.86% -
XYZ 29.17 52.68 24.55 -
YUV 151.11 107.05 41.62 -
System Red Green Blue C M Y K H S L
Decimal 30 220 114 0.86 0 0.48 0.14 146.53 0.76 0.49
Hex 1E DC 72 56 0 30 E 93 4C 31
Octal 36 334 162 126 0 60 16 223 114 61
Binary 11110 11011100 1110010 1010110 0 110000 1110 10010011 1001100 110001

Color Harmonies of #1EDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC72

Black with #1EDC72

Text Example


Text Example

White with #1EDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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