Html Css Color HEX #1ED560 Malachite

📋 copy color: '#1ED560'

red 30 ◦ green 213 ◦ blue 96

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

Shades of Malachite #1ED560

Tints of Malachite #1ED560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.83%

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

R = 8.85%
G = 62.83%
B = 28.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#1ED560 (or 0x1ED560) is known color: Malachite. HEX triplet: 1E, D5 and 60. RGB value is (30,213,96). Sum of RGB (Red+Green+Blue) = 30+213+96=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED560 is #E12A9F. Grayscale: #919191. Windows color (decimal): -14756512 or 6346014. OLE color: 6346014.

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

Color convert

RGB 30 213 96 -
CMYK 0.86 0 0.55 0.16
HSL 141.64º 0.75% 0.48% -
HSV(B) 141.64º 0.86% 0.84% -
XYZ 26.44 48.71 19.07 -
YUV 144.95 100.37 46.01 -
System Red Green Blue C M Y K H S L
Decimal 30 213 96 0.86 0 0.55 0.16 141.64 0.75 0.48
Hex 1E D5 60 56 0 37 10 8E 4B 30
Octal 36 325 140 126 0 67 20 216 113 60
Binary 11110 11010101 1100000 1010110 0 110111 10000 10001110 1001011 110000

Color Harmonies of #1ED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED560

Black with #1ED560

Text Example


Text Example

White with #1ED560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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