Html Css Color HEX #1EF069 Malachite

📋 copy color: '#1EF069'

red 30 ◦ green 240 ◦ blue 105

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

Shades of Malachite #1EF069

Tints of Malachite #1EF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64%

 BLUE value IS 105 (41.41% from 255) = 28%

R = 8%
G = 64%
B = 28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#1EF069 (or 0x1EF069) is known color: Malachite. HEX triplet: 1E, F0 and 69. RGB value is (30,240,105). Sum of RGB (Red+Green+Blue) = 30+240+105=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF069 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF069 is #E10F96. Grayscale: #A2A2A2. Windows color (decimal): -14749591 or 6942750. OLE color: 6942750.

HSL color Cylindrical-coordinate representation of color #1EF069: hue angle of 141.43º 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 #1EF069 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 240 105 -
CMYK 0.87 0 0.56 0.06
HSL 141.43º 0.88% 0.53% -
HSV(B) 141.43º 0.88% 0.94% -
XYZ 34.25 63.62 23.84 -
YUV 161.82 95.93 33.98 -
System Red Green Blue C M Y K H S L
Decimal 30 240 105 0.87 0 0.56 0.06 141.43 0.88 0.53
Hex 1E F0 69 57 0 38 6 8D 58 35
Octal 36 360 151 127 0 70 6 215 130 65
Binary 11110 11110000 1101001 1010111 0 111000 110 10001101 1011000 110101

Color Harmonies of #1EF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF069

Black with #1EF069

Text Example


Text Example

White with #1EF069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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