Html Css Color HEX #1ED14F Malachite

📋 copy color: '#1ED14F'

red 30 ◦ green 209 ◦ blue 79

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

Shades of Malachite #1ED14F

Tints of Malachite #1ED14F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 65.72%

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 9.43%
G = 65.72%
B = 24.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#1ED14F (or 0x1ED14F) is known color: Malachite. HEX triplet: 1E, D1 and 4F. RGB value is (30,209,79). Sum of RGB (Red+Green+Blue) = 30+209+79=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED14F is #E12EB0. Grayscale: #8D8D8D. Windows color (decimal): -14757553 or 5230878. OLE color: 5230878.

HSL color Cylindrical-coordinate representation of color #1ED14F: hue angle of 136.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED14F is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 209 79 -
CMYK 0.86 0 0.62 0.18
HSL 136.42º 0.75% 0.47% -
HSV(B) 136.42º 0.86% 0.82% -
XYZ 24.75 46.44 15.06 -
YUV 140.66 93.2 49.07 -
System Red Green Blue C M Y K H S L
Decimal 30 209 79 0.86 0 0.62 0.18 136.42 0.75 0.47
Hex 1E D1 4F 56 0 3E 12 88 4B 2F
Octal 36 321 117 126 0 76 22 210 113 57
Binary 11110 11010001 1001111 1010110 0 111110 10010 10001000 1001011 101111

Color Harmonies of #1ED14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED14F

Black with #1ED14F

Text Example


Text Example

White with #1ED14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,209,79); }

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

background-color css

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

 a { background-color: rgb(30,209,79); }

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

border-color css

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

 span { border-color: rgb(30,209,79); }

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