COLOR #119C5D

HEX: #119C5D
RGB: (17,156,93)

Color info

#119C5D contains mainly green color. Web safe color of #119C5D is #009966 (or #096).

RGB color model

#119C5D color RGB value is (17,156,93).

  • red value is 17;
  • green value is 156;
  • blue value is 93.
RGB:
(17,156,93)
(7%,61%,36%)

RGB channels and saturation

R 17 of 255 = 7%
G 156 of 255 = 61%
B 93 of 255 = 36%

17
156
93

R + G + B ~ 35%. #119C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 156 + 93 = 266 (100%)
R 17 of 266 ~ 6.39%
G 156 of 266 ~ 58.65%
B 93 of 266 ~ 34.96%

%58.65
%34.96

CMYK color model

#119C5D color CMYK value is (89,0,40,39).

  • cyan value is 89.10%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 38.82%
CMYK:
(89,0,40,39)
C89M0Y40K39 
(89%,0%,40%,39%)
(0.89/0.00/0.40/0.39)	

CMYK percentages

%89.1
%0
%40.38
%38.82

Codes

Color #119C5D in popluar color models

119C5D
RGB1715693
HSL153°80.35%33.92%
HSB/HSV153°89.10%61.18%
CMYK89.10%0.00%40.38%
38.82%

Color #119C5D in popluar number systems.

HEX119C5D
Decimal1715693
Binary10001100111001011101
Octal21234135

Shades and tints

Shades of #119C5D

#119C5D
(17,156,93)
#108E55
(16,142,85)
#0F804D
(15,128,77)
#0E7245
(14,114,69)
#0D643D
(13,100,61)
#0C5635
(12,86,53)
#0B482D
(11,72,45)
#0A3A25
(10,58,37)
#092C1D
(9,44,29)
#081E15
(8,30,21)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #119C5D

#119C5D
(17,156,93)
#26A56B
(38,165,107)
#3BAE79
(59,174,121)
#50B787
(80,183,135)
#65C095
(101,192,149)
#7AC9A3
(122,201,163)
#8FD2B1
(143,210,177)
#A4DBBF
(164,219,191)
#B9E4CD
(185,228,205)
#CEEDDB
(206,237,219)
#E3F6E9
(227,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119C5D color. Also use rgb(17,156,93) instead hex code.

Text Font Color

.myTextColor { color: #119C5D; }

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

This text font color is #119C5D.


Background Color

.myBgColor { background-color: #119C5D; }

<div style="background-color:#119C5D">Inner text</div>

This div background color is #119C5D.


Border color

.myBorderColor { border: 1px solid #119C5D; }

<div style="border:3px solid #119C5D">Div</div>

This div border color is #119C5D.


Opacity

.myOpacity80 { color: #119C5D; opacity: 0.8; }

<p style="color:#119C5D;opacity:0.8;">80%</p>

Text with #119C5D 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 #119C5D;}

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

This text has shadow with #119C5D color.

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

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

This text has shadow with #119C5D primary color and red secondary color.


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

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

This text has shadow with #119C5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119C5D on black background.


Color preview on white background

This text has color #119C5D on white background.



Black color preview on #119C5D background

This text has black color on #119C5D background.


White color preview on #119C5D background

This text has white color on #119C5D background.