Html Css Color HEX #1ED06C Malachite

📋 copy color: '#1ED06C'

red 30 ◦ green 208 ◦ blue 108

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

Shades of Malachite #1ED06C

Tints of Malachite #1ED06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 8.67%
G = 60.12%
B = 31.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#1ED06C (or 0x1ED06C) is known color: Malachite. HEX triplet: 1E, D0 and 6C. RGB value is (30,208,108). Sum of RGB (Red+Green+Blue) = 30+208+108=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED06C is #E12F93. Grayscale: #8F8F8F. Windows color (decimal): -14757780 or 7131166. OLE color: 7131166.

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

Color convert

RGB 30 208 108 -
CMYK 0.86 0 0.48 0.18
HSL 146.29º 0.75% 0.47% -
HSV(B) 146.29º 0.86% 0.82% -
XYZ 25.8 46.47 21.8 -
YUV 143.38 108.03 47.13 -
System Red Green Blue C M Y K H S L
Decimal 30 208 108 0.86 0 0.48 0.18 146.29 0.75 0.47
Hex 1E D0 6C 56 0 30 12 92 4B 2F
Octal 36 320 154 126 0 60 22 222 113 57
Binary 11110 11010000 1101100 1010110 0 110000 10010 10010010 1001011 101111

Color Harmonies of #1ED06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED06C

Black with #1ED06C

Text Example


Text Example

White with #1ED06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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