Html Css Color HEX #1EDB70 Malachite

📋 copy color: '#1EDB70'

red 30 ◦ green 219 ◦ blue 112

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

Shades of Malachite #1EDB70

Tints of Malachite #1EDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.66%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 8.31%
G = 60.66%
B = 31.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#1EDB70 (or 0x1EDB70) is known color: Malachite. HEX triplet: 1E, DB and 70. RGB value is (30,219,112). Sum of RGB (Red+Green+Blue) = 30+219+112=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDB70 is #E1248F. Grayscale: #969696. Windows color (decimal): -14754960 or 7396126. OLE color: 7396126.

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

Color convert

RGB 30 219 112 -
CMYK 0.86 0 0.49 0.14
HSL 146.03º 0.76% 0.49% -
HSV(B) 146.03º 0.86% 0.86% -
XYZ 28.79 52.11 23.87 -
YUV 150.29 106.38 42.2 -
System Red Green Blue C M Y K H S L
Decimal 30 219 112 0.86 0 0.49 0.14 146.03 0.76 0.49
Hex 1E DB 70 56 0 31 E 92 4C 31
Octal 36 333 160 126 0 61 16 222 114 61
Binary 11110 11011011 1110000 1010110 0 110001 1110 10010010 1001100 110001

Color Harmonies of #1EDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB70

Black with #1EDB70

Text Example


Text Example

White with #1EDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,219,112); }

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

background-color css

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

 a { background-color: rgb(30,219,112); }

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

border-color css

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

 span { border-color: rgb(30,219,112); }

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