COLOR #1EA90B

HEX: #1EA90B
RGB: (30,169,11)

Color info

#1EA90B contains mainly green color. Web safe color of #1EA90B is #339900 (or #390).

RGB color model

#1EA90B color RGB value is (30,169,11).

  • red value is 30;
  • green value is 169;
  • blue value is 11.
RGB:
(30,169,11)
(12%,66%,4%)

RGB channels and saturation

R 30 of 255 = 12%
G 169 of 255 = 66%
B 11 of 255 = 4%

30
169
11

R + G + B ~ 27%. #1EA90B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 169 + 11 = 210 (100%)
R 30 of 210 ~ 14.29%
G 169 of 210 ~ 80.48%
B 11 of 210 ~ 5.24%

%14.29
%80.48

CMYK color model

#1EA90B color CMYK value is (82,0,93,34).

  • cyan value is 82.25%
  • magenta value is 0.00%
  • yellow value is 93.49%
  • key color value is 33.73%
CMYK:
(82,0,93,34)
C82M0Y93K34 
(82%,0%,93%,34%)
(0.82/0.00/0.93/0.34)	

CMYK percentages

%82.25
%0
%93.49
%33.73

Codes

Color #1EA90B in popluar color models

1EA90B
RGB3016911
HSL113°87.78%35.29%
HSB/HSV113°93.49%66.27%
CMYK82.25%0.00%93.49%
33.73%

Color #1EA90B in popluar number systems.

HEX1EA90B
Decimal3016911
Binary11110101010011011
Octal3625113

Shades and tints

Shades of #1EA90B

#1EA90B
(30,169,11)
#1C9A0A
(28,154,10)
#1A8B09
(26,139,9)
#187C08
(24,124,8)
#166D07
(22,109,7)
#145E06
(20,94,6)
#124F05
(18,79,5)
#104004
(16,64,4)
#0E3103
(14,49,3)
#0C2202
(12,34,2)
#0A1301
(10,19,1)
#000000
(0,0,0)

Tints of #1EA90B

#1EA90B
(30,169,11)
#32B021
(50,176,33)
#46B737
(70,183,55)
#5ABE4D
(90,190,77)
#6EC563
(110,197,99)
#82CC79
(130,204,121)
#96D38F
(150,211,143)
#AADAA5
(170,218,165)
#BEE1BB
(190,225,187)
#D2E8D1
(210,232,209)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA90B color. Also use rgb(30,169,11) instead hex code.

Text Font Color

.myTextColor { color: #1EA90B; }

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

This text font color is #1EA90B.


Background Color

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

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

This div background color is #1EA90B.


Border color

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

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

This div border color is #1EA90B.


Opacity

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

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

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

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

This text has shadow with #1EA90B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EA90B on black background.


Color preview on white background

This text has color #1EA90B on white background.



Black color preview on #1EA90B background

This text has black color on #1EA90B background.


White color preview on #1EA90B background

This text has white color on #1EA90B background.