Html Css Color HEX #1ED85A Malachite

📋 copy color: '#1ED85A'

red 30 ◦ green 216 ◦ blue 90

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

Shades of Malachite #1ED85A

Tints of Malachite #1ED85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.29%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 8.93%
G = 64.29%
B = 26.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#1ED85A (or 0x1ED85A) is known color: Malachite. HEX triplet: 1E, D8 and 5A. RGB value is (30,216,90). Sum of RGB (Red+Green+Blue) = 30+216+90=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED85A is #E127A5. Grayscale: #929292. Windows color (decimal): -14755750 or 5953566. OLE color: 5953566.

HSL color Cylindrical-coordinate representation of color #1ED85A: hue angle of 139.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED85A is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 90 -
CMYK 0.86 0 0.58 0.15
HSL 139.35º 0.76% 0.48% -
HSV(B) 139.35º 0.86% 0.85% -
XYZ 26.94 50.13 17.93 -
YUV 146.02 96.38 45.25 -
System Red Green Blue C M Y K H S L
Decimal 30 216 90 0.86 0 0.58 0.15 139.35 0.76 0.48
Hex 1E D8 5A 56 0 3A F 8B 4C 30
Octal 36 330 132 126 0 72 17 213 114 60
Binary 11110 11011000 1011010 1010110 0 111010 1111 10001011 1001100 110000

Color Harmonies of #1ED85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED85A

Black with #1ED85A

Text Example


Text Example

White with #1ED85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,90); }

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

background-color css

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

 a { background-color: rgb(30,216,90); }

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

border-color css

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

 span { border-color: rgb(30,216,90); }

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