Html Css Color HEX #1ED75A Malachite

📋 copy color: '#1ED75A'

red 30 ◦ green 215 ◦ blue 90

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

Shades of Malachite #1ED75A

Tints of Malachite #1ED75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.18%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 8.96%
G = 64.18%
B = 26.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#1ED75A (or 0x1ED75A) is known color: Malachite. HEX triplet: 1E, D7 and 5A. RGB value is (30,215,90). Sum of RGB (Red+Green+Blue) = 30+215+90=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED75A is #E128A5. Grayscale: #919191. Windows color (decimal): -14756006 or 5953310. OLE color: 5953310.

HSL color Cylindrical-coordinate representation of color #1ED75A: hue angle of 139.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED75A is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 90 -
CMYK 0.86 0 0.58 0.16
HSL 139.46º 0.76% 0.48% -
HSV(B) 139.46º 0.86% 0.84% -
XYZ 26.68 49.62 17.84 -
YUV 145.44 96.71 45.66 -
System Red Green Blue C M Y K H S L
Decimal 30 215 90 0.86 0 0.58 0.16 139.46 0.76 0.48
Hex 1E D7 5A 56 0 3A 10 8B 4C 30
Octal 36 327 132 126 0 72 20 213 114 60
Binary 11110 11010111 1011010 1010110 0 111010 10000 10001011 1001100 110000

Color Harmonies of #1ED75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED75A

Black with #1ED75A

Text Example


Text Example

White with #1ED75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,90); }

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

background-color css

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

 a { background-color: rgb(30,215,90); }

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

border-color css

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

 span { border-color: rgb(30,215,90); }

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