#1EF04A

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

Shades of Malachite #1EF04A

Tints of Malachite #1EF04A

Color information

#1EF04A (or 0x1EF04A) is unknown color: approx Malachite. HEX triplet: 1E, F0 and 4A. RGB value is (30,240,74). Sum of RGB (Red+Green+Blue) = 30+240+74=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF04A is #E10FB5. Grayscale: #9E9E9E. Windows color (decimal): -14749622 or 4911134. OLE color: 4911134.

HSL color Cylindrical-coordinate representation of color #1EF04A: hue angle of 132.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF04A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB3024074-
CMYK0.8700.690.06
HSL132.57º87.5%52.94%-
HSV(B)132.57º87.5%94.12%-
XYZ32.9363.0916.92-
YUV158.2980.4336.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.72%
GREEN value IS 240 (94.14% from 255) = 69.77%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=8.72%
G=69.77%
B=21.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30240740.8700.690.06132.5787.552.94
Hex1EF04A570456855835
Octal363601121270105620513065
Binary11110111100001001010101011101000101110100001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,240,74); }

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

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

 a { background-color: rgb(30,240,74); }

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

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

 span { border-color: rgb(30,240,74); }

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