Html Css Color HEX #1EDDA6 Shamrock

📋 copy color: '#1EDDA6'

red 30 ◦ green 221 ◦ blue 166

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

Shades of Shamrock #1EDDA6

Tints of Shamrock #1EDDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 7.19%
G = 53%
B = 39.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#1EDDA6 (or 0x1EDDA6) is known color: Shamrock. HEX triplet: 1E, DD and A6. RGB value is (30,221,166). Sum of RGB (Red+Green+Blue) = 30+221+166=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDA6 is #E12259. Grayscale: #9D9D9D. Windows color (decimal): -14754394 or 10935582. OLE color: 10935582.

HSL color Cylindrical-coordinate representation of color #1EDDA6: hue angle of 162.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDDA6 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 221 166 -
CMYK 0.86 0 0.25 0.13
HSL 162.72º 0.76% 0.49% -
HSV(B) 162.72º 0.86% 0.87% -
XYZ 33.27 54.74 44.89 -
YUV 157.62 132.72 36.97 -
System Red Green Blue C M Y K H S L
Decimal 30 221 166 0.86 0 0.25 0.13 162.72 0.76 0.49
Hex 1E DD A6 56 0 19 D A3 4C 31
Octal 36 335 246 126 0 31 15 243 114 61
Binary 11110 11011101 10100110 1010110 0 11001 1101 10100011 1001100 110001

Color Harmonies of #1EDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDA6

Black with #1EDDA6

Text Example


Text Example

White with #1EDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,221,166); }

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

background-color css

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

 a { background-color: rgb(30,221,166); }

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

border-color css

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

 span { border-color: rgb(30,221,166); }

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