#1EE050

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

Shades of Malachite #1EE050

Tints of Malachite #1EE050

Color information

#1EE050 (or 0x1EE050) is unknown color: approx Malachite. HEX triplet: 1E, E0 and 50. RGB value is (30,224,80). Sum of RGB (Red+Green+Blue) = 30+224+80=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EE050 is #E11FAF. Grayscale: #959595. Windows color (decimal): -14753712 or 5300254. OLE color: 5300254.

HSL color Cylindrical-coordinate representation of color #1EE050: hue angle of 135.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE050 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB3022480-
CMYK0.8700.640.12
HSL135.46º76.38%49.8%-
HSV(B)135.46º86.61%87.84%-
XYZ28.6454.1716.54-
YUV149.5888.7342.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 224 (87.89% from 255) = 67.07%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=8.98%
G=67.07%
B=23.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30224800.8700.640.12135.4676.3849.8
Hex1EE05057040C874c32
Octal3634012012701001420711462
Binary111101110000010100001010111010000001100100001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,224,80); }

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

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

 a { background-color: rgb(30,224,80); }

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

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

 span { border-color: rgb(30,224,80); }

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