COLOR #1EE9A4

HEX: #1EE9A4
RGB: (30,233,164)

Color info

#1EE9A4 contains mainly green color. Web safe color of #1EE9A4 is #33FF99 (or #3F9).

RGB color model

#1EE9A4 color RGB value is (30,233,164).

  • red value is 30;
  • green value is 233;
  • blue value is 164.
RGB:
(30,233,164)
(12%,91%,64%)

RGB channels and saturation

R 30 of 255 = 12%
G 233 of 255 = 91%
B 164 of 255 = 64%

30
233
164

R + G + B ~ 56%. #1EE9A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
30 + 233 + 164 = 427 (100%)
R 30 of 427 ~ 7.03%
G 233 of 427 ~ 54.57%
B 164 of 427 ~ 38.41%

%54.57
%38.41

CMYK color model

#1EE9A4 color CMYK value is (87,0,30,9).

  • cyan value is 87.12%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 8.63%
CMYK:
(87,0,30,9)
C87M0Y30K9 
(87%,0%,30%,9%)
(0.87/0.00/0.30/0.09)	

CMYK percentages

%87.12
%0
%29.61
%8.63

Codes

Color #1EE9A4 in popluar color models

1EE9A4
RGB30233164
HSL160°82.19%51.57%
HSB/HSV160°87.12%91.37%
CMYK87.12%0.00%29.61%
8.63%

Color #1EE9A4 in popluar number systems.

HEX1EE9A4
Decimal30233164
Binary111101110100110100100
Octal36351244

Shades and tints

Shades of #1EE9A4

#1EE9A4
(30,233,164)
#1CD496
(28,212,150)
#1ABF88
(26,191,136)
#18AA7A
(24,170,122)
#16956C
(22,149,108)
#14805E
(20,128,94)
#126B50
(18,107,80)
#105642
(16,86,66)
#0E4134
(14,65,52)
#0C2C26
(12,44,38)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #1EE9A4

#1EE9A4
(30,233,164)
#32EBAC
(50,235,172)
#46EDB4
(70,237,180)
#5AEFBC
(90,239,188)
#6EF1C4
(110,241,196)
#82F3CC
(130,243,204)
#96F5D4
(150,245,212)
#AAF7DC
(170,247,220)
#BEF9E4
(190,249,228)
#D2FBEC
(210,251,236)
#E6FDF4
(230,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EE9A4 color. Also use rgb(30,233,164) instead hex code.

Text Font Color

.myTextColor { color: #1EE9A4; }

<p style="color:#1EE9A4">This sample text font color is #1EE9A4.</p>

This text font color is #1EE9A4.


Background Color

.myBgColor { background-color: #1EE9A4; }

<div style="background-color:#1EE9A4">Inner text</div>

This div background color is #1EE9A4.


Border color

.myBorderColor { border: 1px solid #1EE9A4; }

<div style="border:3px solid #1EE9A4">Div</div>

This div border color is #1EE9A4.


Opacity

.myOpacity80 { color: #1EE9A4; opacity: 0.8; }

<p style="color:#1EE9A4;opacity:0.8;">80%</p>

Text with #1EE9A4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1EE9A4;}

<p style="text-shadow: 3px 3px 1px #1EE9A4">Text here.</p>

This text has shadow with #1EE9A4 color.

.textShadow {text-shadow: 3px 3px 1px #1EE9A4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1EE9A4, 5px 5px 20px red">Text here.</p>

This text has shadow with #1EE9A4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1EE9A4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1EE9A4, Direction=45, Strength=4)">Text</p>

This text has shadow with #1EE9A4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1EE9A4;
  -webkit-box-shadow:	1px 1px 3px 2px #1EE9A4;
  box-shadow:		1px 1px 3px 2px #1EE9A4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1EE9A4;
-webkit-box-shadow: 1px 1px 3px 2px #1EE9A4;
box-shadow:1px 1px 3px 2px #1EE9A4;">
Div content here</div>
This div box has shadow with color #1EE9A4.

Preview

Color preview on black background

This text has color #1EE9A4 on black background.


Color preview on white background

This text has color #1EE9A4 on white background.



Black color preview on #1EE9A4 background

This text has black color on #1EE9A4 background.


White color preview on #1EE9A4 background

This text has white color on #1EE9A4 background.