Html Css Color HEX #1ED85C Malachite

📋 copy color: '#1ED85C'

red 30 ◦ green 216 ◦ blue 92

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

Shades of Malachite #1ED85C

Tints of Malachite #1ED85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 8.88%
G = 63.91%
B = 27.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#1ED85C (or 0x1ED85C) is known color: Malachite. HEX triplet: 1E, D8 and 5C. RGB value is (30,216,92). Sum of RGB (Red+Green+Blue) = 30+216+92=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 216 (84.77% from 255 or 63.91% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED85C is #E127A3. Grayscale: #929292. Windows color (decimal): -14755748 or 6084638. OLE color: 6084638.

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

Color convert

RGB 30 216 92 -
CMYK 0.86 0 0.57 0.15
HSL 140º 0.76% 0.48% -
HSV(B) 140º 0.86% 0.85% -
XYZ 27.02 50.16 18.38 -
YUV 146.25 97.38 45.08 -
System Red Green Blue C M Y K H S L
Decimal 30 216 92 0.86 0 0.57 0.15 140 0.76 0.48
Hex 1E D8 5C 56 0 39 F 8C 4C 30
Octal 36 330 134 126 0 71 17 214 114 60
Binary 11110 11011000 1011100 1010110 0 111001 1111 10001100 1001100 110000

Color Harmonies of #1ED85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED85C

Black with #1ED85C

Text Example


Text Example

White with #1ED85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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