COLOR #1EA25E

HEX: #1EA25E
RGB: (30,162,94)

Color info

#1EA25E contains mainly green color. Web safe color of #1EA25E is #339966 (or #396).

RGB color model

#1EA25E color RGB value is (30,162,94).

  • red value is 30;
  • green value is 162;
  • blue value is 94.
RGB:
(30,162,94)
(12%,64%,37%)

RGB channels and saturation

R 30 of 255 = 12%
G 162 of 255 = 64%
B 94 of 255 = 37%

30
162
94

R + G + B ~ 38%. #1EA25E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 162 + 94 = 286 (100%)
R 30 of 286 ~ 10.49%
G 162 of 286 ~ 56.64%
B 94 of 286 ~ 32.87%

%10.49
%56.64
%32.87

CMYK color model

#1EA25E color CMYK value is (81,0,42,36).

  • cyan value is 81.48%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 36.47%
CMYK:
(81,0,42,36)
C81M0Y42K36 
(81%,0%,42%,36%)
(0.81/0.00/0.42/0.36)	

CMYK percentages

%81.48
%0
%41.98
%36.47

Codes

Color #1EA25E in popluar color models

1EA25E
RGB3016294
HSL149°68.75%37.65%
HSB/HSV149°81.48%63.53%
CMYK81.48%0.00%41.98%
36.47%

Color #1EA25E in popluar number systems.

HEX1EA25E
Decimal3016294
Binary11110101000101011110
Octal36242136

Shades and tints

Shades of #1EA25E

#1EA25E
(30,162,94)
#1C9456
(28,148,86)
#1A864E
(26,134,78)
#187846
(24,120,70)
#166A3E
(22,106,62)
#145C36
(20,92,54)
#124E2E
(18,78,46)
#104026
(16,64,38)
#0E321E
(14,50,30)
#0C2416
(12,36,22)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #1EA25E

#1EA25E
(30,162,94)
#32AA6C
(50,170,108)
#46B27A
(70,178,122)
#5ABA88
(90,186,136)
#6EC296
(110,194,150)
#82CAA4
(130,202,164)
#96D2B2
(150,210,178)
#AADAC0
(170,218,192)
#BEE2CE
(190,226,206)
#D2EADC
(210,234,220)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA25E color. Also use rgb(30,162,94) instead hex code.

Text Font Color

.myTextColor { color: #1EA25E; }

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

This text font color is #1EA25E.


Background Color

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

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

This div background color is #1EA25E.


Border color

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

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

This div border color is #1EA25E.


Opacity

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

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

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

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

This text has shadow with #1EA25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EA25E on black background.


Color preview on white background

This text has color #1EA25E on white background.



Black color preview on #1EA25E background

This text has black color on #1EA25E background.


White color preview on #1EA25E background

This text has white color on #1EA25E background.