#1ED26B

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

Shades of Malachite #1ED26B

Tints of Malachite #1ED26B

Color information

#1ED26B (or 0x1ED26B) is unknown color: approx Malachite. HEX triplet: 1E, D2 and 6B. RGB value is (30,210,107). Sum of RGB (Red+Green+Blue) = 30+210+107=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED26B is #E12D94. Grayscale: #909090. Windows color (decimal): -14757269 or 7066142. OLE color: 7066142.

HSL color Cylindrical-coordinate representation of color #1ED26B: hue angle of 145.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED26B is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB30210107-
CMYK0.8600.490.18
HSL145.67º75%47.06%-
HSV(B)145.67º85.71%82.35%-
XYZ26.2447.4321.68-
YUV144.44106.8746.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 210 (82.42% from 255) = 60.52%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=8.65%
G=60.52%
B=30.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302101070.8600.490.18145.677547.06
Hex1ED26B5603112924b2f
Octal363221531260612222211357
Binary111101101001011010111010110011000110010100100101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,210,107); }

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

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

 a { background-color: rgb(30,210,107); }

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

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

 span { border-color: rgb(30,210,107); }

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