Html Css Color HEX #1EDC75 Malachite

📋 copy color: '#1EDC75'

red 30 ◦ green 220 ◦ blue 117

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

Shades of Malachite #1EDC75

Tints of Malachite #1EDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 8.17%
G = 59.95%
B = 31.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#1EDC75 (or 0x1EDC75) is known color: Malachite. HEX triplet: 1E, DC and 75. RGB value is (30,220,117). Sum of RGB (Red+Green+Blue) = 30+220+117=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC75 is #E1238A. Grayscale: #979797. Windows color (decimal): -14754699 or 7724062. OLE color: 7724062.

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

Color convert

RGB 30 220 117 -
CMYK 0.86 0 0.47 0.14
HSL 147.47º 0.76% 0.49% -
HSV(B) 147.47º 0.86% 0.86% -
XYZ 29.34 52.75 25.46 -
YUV 151.45 108.55 41.38 -
System Red Green Blue C M Y K H S L
Decimal 30 220 117 0.86 0 0.47 0.14 147.47 0.76 0.49
Hex 1E DC 75 56 0 2F E 93 4C 31
Octal 36 334 165 126 0 57 16 223 114 61
Binary 11110 11011100 1110101 1010110 0 101111 1110 10010011 1001100 110001

Color Harmonies of #1EDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC75

Black with #1EDC75

Text Example


Text Example

White with #1EDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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