COLOR #117E19

HEX: #117E19
RGB: (17,126,25)

Color info

#117E19 contains mainly green color. Web safe color of #117E19 is #006600 (or #060).

RGB color model

#117E19 color RGB value is (17,126,25).

  • red value is 17;
  • green value is 126;
  • blue value is 25.
RGB:
(17,126,25)
(7%,49%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 126 of 255 = 49%
B 25 of 255 = 10%

17
126
25

R + G + B ~ 22%. #117E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 126 + 25 = 168 (100%)
R 17 of 168 ~ 10.12%
G 126 of 168 ~ 75%
B 25 of 168 ~ 14.88%

%10.12
%75
%14.88

CMYK color model

#117E19 color CMYK value is (87,0,80,51).

  • cyan value is 86.51%
  • magenta value is 0.00%
  • yellow value is 80.16%
  • key color value is 50.59%
CMYK:
(87,0,80,51)
C87M0Y80K51 
(87%,0%,80%,51%)
(0.87/0.00/0.80/0.51)	

CMYK percentages

%86.51
%0
%80.16
%50.59

Codes

Color #117E19 in popluar color models

117E19
RGB1712625
HSL124°76.22%28.04%
HSB/HSV124°86.51%49.41%
CMYK86.51%0.00%80.16%
50.59%

Color #117E19 in popluar number systems.

HEX117E19
Decimal1712625
Binary10001111111011001
Octal2117631

Shades and tints

Shades of #117E19

#117E19
(17,126,25)
#107317
(16,115,23)
#0F6815
(15,104,21)
#0E5D13
(14,93,19)
#0D5211
(13,82,17)
#0C470F
(12,71,15)
#0B3C0D
(11,60,13)
#0A310B
(10,49,11)
#092609
(9,38,9)
#081B07
(8,27,7)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #117E19

#117E19
(17,126,25)
#26892D
(38,137,45)
#3B9441
(59,148,65)
#509F55
(80,159,85)
#65AA69
(101,170,105)
#7AB57D
(122,181,125)
#8FC091
(143,192,145)
#A4CBA5
(164,203,165)
#B9D6B9
(185,214,185)
#CEE1CD
(206,225,205)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117E19 color. Also use rgb(17,126,25) instead hex code.

Text Font Color

.myTextColor { color: #117E19; }

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

This text font color is #117E19.


Background Color

.myBgColor { background-color: #117E19; }

<div style="background-color:#117E19">Inner text</div>

This div background color is #117E19.


Border color

.myBorderColor { border: 1px solid #117E19; }

<div style="border:3px solid #117E19">Div</div>

This div border color is #117E19.


Opacity

.myOpacity80 { color: #117E19; opacity: 0.8; }

<p style="color:#117E19;opacity:0.8;">80%</p>

Text with #117E19 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 #117E19;}

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

This text has shadow with #117E19 color.

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

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

This text has shadow with #117E19 primary color and red secondary color.


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

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

This text has shadow with #117E19 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117E19 on black background.


Color preview on white background

This text has color #117E19 on white background.



Black color preview on #117E19 background

This text has black color on #117E19 background.


White color preview on #117E19 background

This text has white color on #117E19 background.