Html Css Color HEX #1EDC6C Malachite

📋 copy color: '#1EDC6C'

red 30 ◦ green 220 ◦ blue 108

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

Shades of Malachite #1EDC6C

Tints of Malachite #1EDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 8.38%
G = 61.45%
B = 30.17%

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

#1EDC6C (or 0x1EDC6C) is known color: Malachite. HEX triplet: 1E, DC and 6C. RGB value is (30,220,108). Sum of RGB (Red+Green+Blue) = 30+220+108=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC6C is #E12393. Grayscale: #969696. Windows color (decimal): -14754708 or 7134238. OLE color: 7134238.

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

Color convert

RGB 30 220 108 -
CMYK 0.86 0 0.51 0.14
HSL 144.63º 0.76% 0.49% -
HSV(B) 144.63º 0.86% 0.86% -
XYZ 28.84 52.55 22.81 -
YUV 150.42 104.05 42.11 -
System Red Green Blue C M Y K H S L
Decimal 30 220 108 0.86 0 0.51 0.14 144.63 0.76 0.49
Hex 1E DC 6C 56 0 33 E 91 4C 31
Octal 36 334 154 126 0 63 16 221 114 61
Binary 11110 11011100 1101100 1010110 0 110011 1110 10010001 1001100 110001

Color Harmonies of #1EDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC6C

Black with #1EDC6C

Text Example


Text Example

White with #1EDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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