#1ED341

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

Shades of Malachite #1ED341

Tints of Malachite #1ED341

Color information

#1ED341 (or 0x1ED341) is unknown color: approx Malachite. HEX triplet: 1E, D3 and 41. RGB value is (30,211,65). Sum of RGB (Red+Green+Blue) = 30+211+65=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED341 is #E12CBE. Grayscale: #8C8C8C. Windows color (decimal): -14757055 or 4313886. OLE color: 4313886.

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

Color convert

RGB3021165-
CMYK0.8600.690.17
HSL131.6º75.1%47.25%-
HSV(B)131.6º85.78%82.75%-
XYZ24.7847.2512.81-
YUV140.2485.5349.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.80%
GREEN value IS 211 (82.81% from 255) = 68.95%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=9.80%
G=68.95%
B=21.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal30211650.8600.690.17131.675.147.25
Hex1ED3415604511844b2f
Octal3632310112601052120411357
Binary1111011010011100000110101100100010110001100001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,211,65); }

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

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

 a { background-color: rgb(30,211,65); }

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

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

 span { border-color: rgb(30,211,65); }

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