Html Css Color HEX #1EDC50 Malachite

📋 copy color: '#1EDC50'

red 30 ◦ green 220 ◦ blue 80

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

Shades of Malachite #1EDC50

Tints of Malachite #1EDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 9.09%
G = 66.67%
B = 24.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#1EDC50 (or 0x1EDC50) is known color: Malachite. HEX triplet: 1E, DC and 50. RGB value is (30,220,80). Sum of RGB (Red+Green+Blue) = 30+220+80=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC50 is #E123AF. Grayscale: #939393. Windows color (decimal): -14754736 or 5299230. OLE color: 5299230.

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

Color convert

RGB 30 220 80 -
CMYK 0.86 0 0.64 0.14
HSL 135.79º 0.76% 0.49% -
HSV(B) 135.79º 0.86% 0.86% -
XYZ 27.58 52.04 16.18 -
YUV 147.23 90.05 44.38 -
System Red Green Blue C M Y K H S L
Decimal 30 220 80 0.86 0 0.64 0.14 135.79 0.76 0.49
Hex 1E DC 50 56 0 40 E 88 4C 31
Octal 36 334 120 126 0 100 16 210 114 61
Binary 11110 11011100 1010000 1010110 0 1000000 1110 10001000 1001100 110001

Color Harmonies of #1EDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC50

Black with #1EDC50

Text Example


Text Example

White with #1EDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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