#1ed868

Color #1ED868 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1ED868

Tints of Malachite #1ED868

Color information

#1ED868 (or 0x1ED868) is unknown color: approx Malachite. HEX triplet: 1E, D8 and 68. RGB value is (30,216,104). Sum of RGB (Red+Green+Blue) = 30+216+104=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED868 is #E12797. Grayscale: #939393. Windows color (decimal): -14755736 or 6871070. OLE color: 6871070.

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

Color convert

RGB30216104-
CMYK0.8600.520.15
HSL143.87º75.61%48.24%-
HSV(B)143.87º86.11%84.71%-
XYZ27.5950.3921.37-
YUV147.62103.3844.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.57%
GREEN value IS 216 (84.77% from 255) = 61.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=8.57%
G=61.71%
B=29.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal302161040.8600.520.15143.8775.6148.24
Hex1ED86856034F904c30
Octal363301501260641722011460
Binary11110110110001101000101011001101001111100100001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ed868;
 }
 .AnyTagClassName
 {
   color: #1ed868;
 }
</style>
background-color css

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

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

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

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

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

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