Html Css Color HEX #1ED8A5 Shamrock

📋 copy color: '#1ED8A5'

red 30 ◦ green 216 ◦ blue 165

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

Shades of Shamrock #1ED8A5

Tints of Shamrock #1ED8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.55%

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 7.3%
G = 52.55%
B = 40.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#1ED8A5 (or 0x1ED8A5) is known color: Shamrock. HEX triplet: 1E, D8 and A5. RGB value is (30,216,165). Sum of RGB (Red+Green+Blue) = 30+216+165=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED8A5 is #E1275A. Grayscale: #9A9A9A. Windows color (decimal): -14755675 or 10868766. OLE color: 10868766.

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

Color convert

RGB 30 216 165 -
CMYK 0.86 0 0.24 0.15
HSL 163.55º 0.76% 0.48% -
HSV(B) 163.55º 0.86% 0.85% -
XYZ 31.88 52.1 43.97 -
YUV 154.57 133.88 39.15 -
System Red Green Blue C M Y K H S L
Decimal 30 216 165 0.86 0 0.24 0.15 163.55 0.76 0.48
Hex 1E D8 A5 56 0 18 F A4 4C 30
Octal 36 330 245 126 0 30 17 244 114 60
Binary 11110 11011000 10100101 1010110 0 11000 1111 10100100 1001100 110000

Color Harmonies of #1ED8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8A5

Black with #1ED8A5

Text Example


Text Example

White with #1ED8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,165); }

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

background-color css

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

 a { background-color: rgb(30,216,165); }

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

border-color css

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

 span { border-color: rgb(30,216,165); }

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