Html Css Color HEX #1ED66A Malachite

📋 copy color: '#1ED66A'

red 30 ◦ green 214 ◦ blue 106

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

Shades of Malachite #1ED66A

Tints of Malachite #1ED66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 8.57%
G = 61.14%
B = 30.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#1ED66A (or 0x1ED66A) is known color: Malachite. HEX triplet: 1E, D6 and 6A. RGB value is (30,214,106). Sum of RGB (Red+Green+Blue) = 30+214+106=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED66A is #E12995. Grayscale: #929292. Windows color (decimal): -14756246 or 7001630. OLE color: 7001630.

HSL color Cylindrical-coordinate representation of color #1ED66A: hue angle of 144.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED66A is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 214 106 -
CMYK 0.86 0 0.50 0.16
HSL 144.78º 0.75% 0.48% -
HSV(B) 144.78º 0.86% 0.84% -
XYZ 27.18 49.41 21.74 -
YUV 146.67 105.04 44.78 -
System Red Green Blue C M Y K H S L
Decimal 30 214 106 0.86 0 0.50 0.16 144.78 0.75 0.48
Hex 1E D6 6A 56 0 32 10 91 4B 30
Octal 36 326 152 126 0 62 20 221 113 60
Binary 11110 11010110 1101010 1010110 0 110010 10000 10010001 1001011 110000

Color Harmonies of #1ED66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED66A

Black with #1ED66A

Text Example


Text Example

White with #1ED66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,214,106); }

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

background-color css

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

 a { background-color: rgb(30,214,106); }

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

border-color css

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

 span { border-color: rgb(30,214,106); }

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