Html Css Color HEX #1EDC6B Malachite

📋 copy color: '#1EDC6B'

red 30 ◦ green 220 ◦ blue 107

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

Shades of Malachite #1EDC6B

Tints of Malachite #1EDC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 8.4%
G = 61.62%
B = 29.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#1EDC6B (or 0x1EDC6B) is known color: Malachite. HEX triplet: 1E, DC and 6B. RGB value is (30,220,107). Sum of RGB (Red+Green+Blue) = 30+220+107=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC6B is #E12394. Grayscale: #969696. Windows color (decimal): -14754709 or 7068702. OLE color: 7068702.

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

Color convert

RGB 30 220 107 -
CMYK 0.86 0 0.51 0.14
HSL 144.32º 0.76% 0.49% -
HSV(B) 144.32º 0.86% 0.86% -
XYZ 28.78 52.52 22.53 -
YUV 150.31 103.55 42.19 -
System Red Green Blue C M Y K H S L
Decimal 30 220 107 0.86 0 0.51 0.14 144.32 0.76 0.49
Hex 1E DC 6B 56 0 33 E 90 4C 31
Octal 36 334 153 126 0 63 16 220 114 61
Binary 11110 11011100 1101011 1010110 0 110011 1110 10010000 1001100 110001

Color Harmonies of #1EDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC6B

Black with #1EDC6B

Text Example


Text Example

White with #1EDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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