Html Css Color HEX #1EF864 Malachite

📋 copy color: '#1EF864'

red 30 ◦ green 248 ◦ blue 100

#1EF864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1EF864

Tints of Malachite #1EF864

RGB

 RED value IS 30 (12.11% from 255) = 7.94%

 GREEN value IS 248 (97.27% from 255) = 65.61%

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 7.94%
G = 65.61%
B = 26.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#1EF864 (or 0x1EF864) is known color: Malachite. HEX triplet: 1E, F8 and 64. RGB value is (30,248,100). Sum of RGB (Red+Green+Blue) = 30+248+100=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF864 is #E1079B. Grayscale: #A6A6A6. Windows color (decimal): -14747548 or 6617118. OLE color: 6617118.

HSL color Cylindrical-coordinate representation of color #1EF864: hue angle of 139.27º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF864 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 248 100 -
CMYK 0.88 0 0.60 0.03
HSL 139.27º 0.94% 0.55% -
HSV(B) 139.27º 0.88% 0.97% -
XYZ 36.4 68.33 23.33 -
YUV 165.95 90.78 31.03 -
System Red Green Blue C M Y K H S L
Decimal 30 248 100 0.88 0 0.60 0.03 139.27 0.94 0.55
Hex 1E F8 64 58 0 3C 3 8B 5E 37
Octal 36 370 144 130 0 74 3 213 136 67
Binary 11110 11111000 1100100 1011000 0 111100 11 10001011 1011110 110111

Color Harmonies of #1EF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF864

Black with #1EF864

Text Example


Text Example

White with #1EF864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,248,100); }

 H1.HeaderClassName
 {
   color: #1EF864;
 }
 .AnyTagClassName
 {
   color: #1EF864;
 }
</style>

background-color css

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

 a { background-color: rgb(30,248,100); }

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

border-color css

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

 span { border-color: rgb(30,248,100); }

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