COLOR #1EA874

HEX: #1EA874 RGB: (30,168,116)

Color info

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

RGB color model

#1EA874 color RGB value is (30,168,116).

RGB: (30,168,116) (12%, 66%, 45%)

RGB channels and saturation

R 30 of 255 = 12%
G 168 of 255 = 66%
B 116 of 255 = 45%

30
168
116

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

Portions of RGB colors in percentages

R + G + B = 30 + 168 + 116 = 314 (100%)
R 30 of 314 ~ 9.55%
G 168 of 314 ~ 53.5%
B 116 of 314 ~ 36.94'%

%53.5
%36.94

CMYK color model

#1EA874 color CMYK value is (82,0,31,34).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 34.12%

CMYK: (82,0,31,34)
C82M0Y31K34 (82%, 0%, 31%, 34%)
(0.82 / 0.00 / 0.31 / 0.34)

CMYK percentages

%82.14
%0
%30.95
%34.12

Codes

Color #1EA874 in popluar color models

1E A8 74
RGB 30 168 116
HSL 157° 69.70% 38.82%
HSB/HSV 157° 82.14% 65.88%
CMYK 82.14% 0.00% 30.95%
34.12%

Color #1EA874 in popluar number systems.

HEX 1E A8 74
Decimal 30 168 116
Binary 11110 10101000 1110100
Octal 36 250 164

Shades and tints

Shades of #1EA874

#1EA874
(30,168,116)
#1C996A
(28,153,106)
#1A8A60
(26,138,96)
#187B56
(24,123,86)
#166C4C
(22,108,76)
#145D42
(20,93,66)
#124E38
(18,78,56)
#103F2E
(16,63,46)
#0E3024
(14,48,36)
#0C211A
(12,33,26)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #1EA874

#1EA874
(30,168,116)
#32AF80
(50,175,128)
#46B68C
(70,182,140)
#5ABD98
(90,189,152)
#6EC4A4
(110,196,164)
#82CBB0
(130,203,176)
#96D2BC
(150,210,188)
#AAD9C8
(170,217,200)
#BEE0D4
(190,224,212)
#D2E7E0
(210,231,224)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA874 color. Also use rgb(30,168,116) instead hex code.

Text Font Color

.myTextColor { color: #1EA874; }

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

This text font color is #1EA874.

Background Color

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

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

This div background color is #1EA874.

Border color

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

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

This div border color is #1EA874.

Opacity

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

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

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

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

This text has shadow with #1EA874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1EA874.

Preview

Color preview on black background

This text has color #1EA874 on black background.


Color preview on white background

This text has color #1EA874 on white background.


Black color preview on #1EA874 background

This text has black color on #1EA874 background.


White color preview on #1EA874 background

This text has white color on #1EA874 background.


Related colors

Complementary color

Complementary color for #hex is #E1578B.


I love getcolorcode.com

Triadic colors

1 #741EA8 and #A8741E with #1EA874 are triadic colors.

2 #74A81E and #A81E74 with #1EA874 are triadic colors.