Html Css Color HEX #1EDC60 Malachite

📋 copy color: '#1EDC60'

red 30 ◦ green 220 ◦ blue 96

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

Shades of Malachite #1EDC60

Tints of Malachite #1EDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 8.67%
G = 63.58%
B = 27.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#1EDC60 (or 0x1EDC60) is known color: Malachite. HEX triplet: 1E, DC and 60. RGB value is (30,220,96). Sum of RGB (Red+Green+Blue) = 30+220+96=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC60 is #E1239F. Grayscale: #959595. Windows color (decimal): -14754720 or 6347806. OLE color: 6347806.

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

Color convert

RGB 30 220 96 -
CMYK 0.86 0 0.56 0.14
HSL 140.84º 0.76% 0.49% -
HSV(B) 140.84º 0.86% 0.86% -
XYZ 28.24 52.31 19.67 -
YUV 149.05 98.05 43.08 -
System Red Green Blue C M Y K H S L
Decimal 30 220 96 0.86 0 0.56 0.14 140.84 0.76 0.49
Hex 1E DC 60 56 0 38 E 8D 4C 31
Octal 36 334 140 126 0 70 16 215 114 61
Binary 11110 11011100 1100000 1010110 0 111000 1110 10001101 1001100 110001

Color Harmonies of #1EDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC60

Black with #1EDC60

Text Example


Text Example

White with #1EDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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