Html Css Color HEX #1ED186 Shamrock

📋 copy color: '#1ED186'

red 30 ◦ green 209 ◦ blue 134

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

Shades of Shamrock #1ED186

Tints of Shamrock #1ED186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 8.04%
G = 56.03%
B = 35.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#1ED186 (or 0x1ED186) is known color: Shamrock. HEX triplet: 1E, D1 and 86. RGB value is (30,209,134). Sum of RGB (Red+Green+Blue) = 30+209+134=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED186 is #E12E79. Grayscale: #939393. Windows color (decimal): -14757498 or 8835358. OLE color: 8835358.

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

Color convert

RGB 30 209 134 -
CMYK 0.86 0 0.36 0.18
HSL 154.86º 0.75% 0.47% -
HSV(B) 154.86º 0.86% 0.82% -
XYZ 27.64 47.6 30.28 -
YUV 146.93 120.7 44.6 -
System Red Green Blue C M Y K H S L
Decimal 30 209 134 0.86 0 0.36 0.18 154.86 0.75 0.47
Hex 1E D1 86 56 0 24 12 9B 4B 2F
Octal 36 321 206 126 0 44 22 233 113 57
Binary 11110 11010001 10000110 1010110 0 100100 10010 10011011 1001011 101111

Color Harmonies of #1ED186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED186

Black with #1ED186

Text Example


Text Example

White with #1ED186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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