COLOR #1EAB71

HEX: #1EAB71
RGB: (30,171,113)

Color info

#1EAB71 contains mainly green and blue colors. Web safe color of #1EAB71 is #339966 (or #396).

RGB color model

#1EAB71 color RGB value is (30,171,113).

  • red value is 30;
  • green value is 171;
  • blue value is 113.
RGB:
(30,171,113)
(12%,67%,44%)

RGB channels and saturation

R 30 of 255 = 12%
G 171 of 255 = 67%
B 113 of 255 = 44%

30
171
113

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

Portions of RGB colors in percentages

R + G + B =
30 + 171 + 113 = 314 (100%)
R 30 of 314 ~ 9.55%
G 171 of 314 ~ 54.46%
B 113 of 314 ~ 35.99%

%9.55
%54.46
%35.99

CMYK color model

#1EAB71 color CMYK value is (82,0,34,33).

  • cyan value is 82.46%
  • magenta value is 0.00%
  • yellow value is 33.92%
  • key color value is 32.94%
CMYK:
(82,0,34,33)
C82M0Y34K33 
(82%,0%,34%,33%)
(0.82/0.00/0.34/0.33)	

CMYK percentages

%82.46
%0
%33.92
%32.94

Codes

Color #1EAB71 in popluar color models

1EAB71
RGB30171113
HSL155°70.15%39.41%
HSB/HSV155°82.46%67.06%
CMYK82.46%0.00%33.92%
32.94%

Color #1EAB71 in popluar number systems.

HEX1EAB71
Decimal30171113
Binary11110101010111110001
Octal36253161

Shades and tints

Shades of #1EAB71

#1EAB71
(30,171,113)
#1C9C67
(28,156,103)
#1A8D5D
(26,141,93)
#187E53
(24,126,83)
#166F49
(22,111,73)
#14603F
(20,96,63)
#125135
(18,81,53)
#10422B
(16,66,43)
#0E3321
(14,51,33)
#0C2417
(12,36,23)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #1EAB71

#1EAB71
(30,171,113)
#32B27D
(50,178,125)
#46B989
(70,185,137)
#5AC095
(90,192,149)
#6EC7A1
(110,199,161)
#82CEAD
(130,206,173)
#96D5B9
(150,213,185)
#AADCC5
(170,220,197)
#BEE3D1
(190,227,209)
#D2EADD
(210,234,221)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EAB71 color. Also use rgb(30,171,113) instead hex code.

Text Font Color

.myTextColor { color: #1EAB71; }

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

This text font color is #1EAB71.


Background Color

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

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

This div background color is #1EAB71.


Border color

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

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

This div border color is #1EAB71.


Opacity

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

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

Text with #1EAB71 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 #1EAB71;}

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

This text has shadow with #1EAB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EAB71 on black background.


Color preview on white background

This text has color #1EAB71 on white background.



Black color preview on #1EAB71 background

This text has black color on #1EAB71 background.


White color preview on #1EAB71 background

This text has white color on #1EAB71 background.