#1EF94E

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

Shades of Malachite #1EF94E

Tints of Malachite #1EF94E

Color information

#1EF94E (or 0x1EF94E) is unknown color: approx Malachite. HEX triplet: 1E, F9 and 4E. RGB value is (30,249,78). Sum of RGB (Red+Green+Blue) = 30+249+78=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF94E is #E106B1. Grayscale: #A4A4A4. Windows color (decimal): -14747314 or 5175582. OLE color: 5175582.

HSL color Cylindrical-coordinate representation of color #1EF94E: hue angle of 133.15º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF94E is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB3024978-
CMYK0.8800.690.02
HSL133.15º94.81%54.71%-
HSV(B)133.15º87.95%97.65%-
XYZ35.7968.5818.56-
YUV164.0279.4532.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.40%
GREEN value IS 249 (97.66% from 255) = 69.75%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=8.40%
G=69.75%
B=21.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30249780.8800.690.02133.1594.8154.71
Hex1EF94E580452855f37
Octal363711161300105220513767
Binary1111011111001100111010110000100010110100001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,249,78); }

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

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

 a { background-color: rgb(30,249,78); }

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

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

 span { border-color: rgb(30,249,78); }

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