Html Css Color HEX #1EDB72 Malachite

📋 copy color: '#1EDB72'

red 30 ◦ green 219 ◦ blue 114

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

Shades of Malachite #1EDB72

Tints of Malachite #1EDB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 8.26%
G = 60.33%
B = 31.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#1EDB72 (or 0x1EDB72) is known color: Malachite. HEX triplet: 1E, DB and 72. RGB value is (30,219,114). Sum of RGB (Red+Green+Blue) = 30+219+114=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDB72 is #E1248D. Grayscale: #969696. Windows color (decimal): -14754958 or 7527198. OLE color: 7527198.

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

Color convert

RGB 30 219 114 -
CMYK 0.86 0 0.48 0.14
HSL 146.67º 0.76% 0.49% -
HSV(B) 146.67º 0.86% 0.86% -
XYZ 28.9 52.15 24.46 -
YUV 150.52 107.38 42.04 -
System Red Green Blue C M Y K H S L
Decimal 30 219 114 0.86 0 0.48 0.14 146.67 0.76 0.49
Hex 1E DB 72 56 0 30 E 93 4C 31
Octal 36 333 162 126 0 60 16 223 114 61
Binary 11110 11011011 1110010 1010110 0 110000 1110 10010011 1001100 110001

Color Harmonies of #1EDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB72

Black with #1EDB72

Text Example


Text Example

White with #1EDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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