Html Css Color HEX #1EDE60 Malachite

📋 copy color: '#1EDE60'

red 30 ◦ green 222 ◦ blue 96

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

Shades of Malachite #1EDE60

Tints of Malachite #1EDE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.79%

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

R = 8.62%
G = 63.79%
B = 27.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#1EDE60 (or 0x1EDE60) is known color: Malachite. HEX triplet: 1E, DE and 60. RGB value is (30,222,96). Sum of RGB (Red+Green+Blue) = 30+222+96=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 222 (87.11% from 255 or 63.79% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDE60 is #E1219F. Grayscale: #969696. Windows color (decimal): -14754208 or 6348318. OLE color: 6348318.

HSL color Cylindrical-coordinate representation of color #1EDE60: hue angle of 140.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE60 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 222 96 -
CMYK 0.86 0 0.57 0.13
HSL 140.63º 0.76% 0.49% -
HSV(B) 140.63º 0.86% 0.87% -
XYZ 28.77 53.36 19.85 -
YUV 150.23 97.39 42.25 -
System Red Green Blue C M Y K H S L
Decimal 30 222 96 0.86 0 0.57 0.13 140.63 0.76 0.49
Hex 1E DE 60 56 0 39 D 8D 4C 31
Octal 36 336 140 126 0 71 15 215 114 61
Binary 11110 11011110 1100000 1010110 0 111001 1101 10001101 1001100 110001

Color Harmonies of #1EDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE60

Black with #1EDE60

Text Example


Text Example

White with #1EDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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