#1ED672

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

Shades of Malachite #1ED672

Tints of Malachite #1ED672

Color information

#1ED672 (or 0x1ED672) is unknown color: approx Malachite. HEX triplet: 1E, D6 and 72. RGB value is (30,214,114). Sum of RGB (Red+Green+Blue) = 30+214+114=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED672 is #E1298D. Grayscale: #939393. Windows color (decimal): -14756238 or 7525918. OLE color: 7525918.

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

Color convert

RGB30214114-
CMYK0.8600.470.16
HSL147.39º75.41%47.84%-
HSV(B)147.39º85.98%83.92%-
XYZ27.6249.5824.03-
YUV147.58109.0444.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.38%
GREEN value IS 214 (83.98% from 255) = 59.78%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=8.38%
G=59.78%
B=31.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141140.8600.470.16147.3975.4147.84
Hex1ED6725602F10934b30
Octal363261621260572022311360
Binary111101101011011100101010110010111110000100100111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,214,114); }

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

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

 a { background-color: rgb(30,214,114); }

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

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

 span { border-color: rgb(30,214,114); }

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