Html Css Color HEX #1ED04A Malachite

📋 copy color: '#1ED04A'

red 30 ◦ green 208 ◦ blue 74

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

Shades of Malachite #1ED04A

Tints of Malachite #1ED04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 9.62%
G = 66.67%
B = 23.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#1ED04A (or 0x1ED04A) is known color: Malachite. HEX triplet: 1E, D0 and 4A. RGB value is (30,208,74). Sum of RGB (Red+Green+Blue) = 30+208+74=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED04A is #E12FB5. Grayscale: #8B8B8B. Windows color (decimal): -14757814 or 4902942. OLE color: 4902942.

HSL color Cylindrical-coordinate representation of color #1ED04A: hue angle of 134.83º 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 #1ED04A is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 74 -
CMYK 0.86 0 0.64 0.18
HSL 134.83º 0.75% 0.47% -
HSV(B) 134.83º 0.86% 0.82% -
XYZ 24.33 45.88 14.05 -
YUV 139.5 91.03 49.9 -
System Red Green Blue C M Y K H S L
Decimal 30 208 74 0.86 0 0.64 0.18 134.83 0.75 0.47
Hex 1E D0 4A 56 0 40 12 87 4B 2F
Octal 36 320 112 126 0 100 22 207 113 57
Binary 11110 11010000 1001010 1010110 0 1000000 10010 10000111 1001011 101111

Color Harmonies of #1ED04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED04A

Black with #1ED04A

Text Example


Text Example

White with #1ED04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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