Html Css Color HEX #1ED052 Malachite

📋 copy color: '#1ED052'

red 30 ◦ green 208 ◦ blue 82

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

Shades of Malachite #1ED052

Tints of Malachite #1ED052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 9.38%
G = 65%
B = 25.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#1ED052 (or 0x1ED052) is known color: Malachite. HEX triplet: 1E, D0 and 52. RGB value is (30,208,82). Sum of RGB (Red+Green+Blue) = 30+208+82=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED052 is #E12FAD. Grayscale: #8C8C8C. Windows color (decimal): -14757806 or 5427230. OLE color: 5427230.

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

Color convert

RGB 30 208 82 -
CMYK 0.86 0 0.61 0.18
HSL 137.53º 0.75% 0.47% -
HSV(B) 137.53º 0.86% 0.82% -
XYZ 24.61 46 15.56 -
YUV 140.41 95.03 49.25 -
System Red Green Blue C M Y K H S L
Decimal 30 208 82 0.86 0 0.61 0.18 137.53 0.75 0.47
Hex 1E D0 52 56 0 3D 12 8A 4B 2F
Octal 36 320 122 126 0 75 22 212 113 57
Binary 11110 11010000 1010010 1010110 0 111101 10010 10001010 1001011 101111

Color Harmonies of #1ED052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED052

Black with #1ED052

Text Example


Text Example

White with #1ED052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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