COLOR #1E9906

HEX: #1E9906
RGB: (30,153,6)

Color info

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

RGB color model

#1E9906 color RGB value is (30,153,6).

  • red value is 30;
  • green value is 153;
  • blue value is 6.
RGB:
(30,153,6)
(12%,60%,2%)

RGB channels and saturation

R 30 of 255 = 12%
G 153 of 255 = 60%
B 6 of 255 = 2%

30
153
6

R + G + B ~ 25%. #1E9906 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 153 + 6 = 189 (100%)
R 30 of 189 ~ 15.87%
G 153 of 189 ~ 80.95%
B 6 of 189 ~ 3.17%

%15.87
%80.95

CMYK color model

#1E9906 color CMYK value is (80,0,96,40).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 96.08%
  • key color value is 40.00%
CMYK:
(80,0,96,40)
C80M0Y96K40 
(80%,0%,96%,40%)
(0.80/0.00/0.96/0.40)	

CMYK percentages

%80.39
%0
%96.08
%40

Codes

Color #1E9906 in popluar color models

1E9906
RGB301536
HSL110°92.45%31.18%
HSB/HSV110°96.08%60.00%
CMYK80.39%0.00%96.08%
40.00%

Color #1E9906 in popluar number systems.

HEX1E9906
Decimal301536
Binary1111010011001110
Octal362316

Shades and tints

Shades of #1E9906

#1E9906
(30,153,6)
#1C8C06
(28,140,6)
#1A7F06
(26,127,6)
#187206
(24,114,6)
#166506
(22,101,6)
#145806
(20,88,6)
#124B06
(18,75,6)
#103E06
(16,62,6)
#0E3106
(14,49,6)
#0C2406
(12,36,6)
#0A1706
(10,23,6)
#000000
(0,0,0)

Tints of #1E9906

#1E9906
(30,153,6)
#32A21C
(50,162,28)
#46AB32
(70,171,50)
#5AB448
(90,180,72)
#6EBD5E
(110,189,94)
#82C674
(130,198,116)
#96CF8A
(150,207,138)
#AAD8A0
(170,216,160)
#BEE1B6
(190,225,182)
#D2EACC
(210,234,204)
#E6F3E2
(230,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E9906 color. Also use rgb(30,153,6) instead hex code.

Text Font Color

.myTextColor { color: #1E9906; }

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

This text font color is #1E9906.


Background Color

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

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

This div background color is #1E9906.


Border color

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

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

This div border color is #1E9906.


Opacity

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

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

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

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

This text has shadow with #1E9906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E9906 on black background.


Color preview on white background

This text has color #1E9906 on white background.



Black color preview on #1E9906 background

This text has black color on #1E9906 background.


White color preview on #1E9906 background

This text has white color on #1E9906 background.