COLOR #119A15

HEX: #119A15
RGB: (17,154,21)

Color info

#119A15 contains mainly green color. Web safe color of #119A15 is #009900 (or #090).

RGB color model

#119A15 color RGB value is (17,154,21).

  • red value is 17;
  • green value is 154;
  • blue value is 21.
RGB:
(17,154,21)
(7%,60%,8%)

RGB channels and saturation

R 17 of 255 = 7%
G 154 of 255 = 60%
B 21 of 255 = 8%

17
154
21

R + G + B ~ 25%. #119A15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 154 + 21 = 192 (100%)
R 17 of 192 ~ 8.85%
G 154 of 192 ~ 80.21%
B 21 of 192 ~ 10.94%

%80.21
%10.94

CMYK color model

#119A15 color CMYK value is (89,0,86,40).

  • cyan value is 88.96%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 39.61%
CMYK:
(89,0,86,40)
C89M0Y86K40 
(89%,0%,86%,40%)
(0.89/0.00/0.86/0.40)	

CMYK percentages

%88.96
%0
%86.36
%39.61

Codes

Color #119A15 in popluar color models

119A15
RGB1715421
HSL122°80.12%33.53%
HSB/HSV122°88.96%60.39%
CMYK88.96%0.00%86.36%
39.61%

Color #119A15 in popluar number systems.

HEX119A15
Decimal1715421
Binary100011001101010101
Octal2123225

Shades and tints

Shades of #119A15

#119A15
(17,154,21)
#108C14
(16,140,20)
#0F7E13
(15,126,19)
#0E7012
(14,112,18)
#0D6211
(13,98,17)
#0C5410
(12,84,16)
#0B460F
(11,70,15)
#0A380E
(10,56,14)
#092A0D
(9,42,13)
#081C0C
(8,28,12)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #119A15

#119A15
(17,154,21)
#26A32A
(38,163,42)
#3BAC3F
(59,172,63)
#50B554
(80,181,84)
#65BE69
(101,190,105)
#7AC77E
(122,199,126)
#8FD093
(143,208,147)
#A4D9A8
(164,217,168)
#B9E2BD
(185,226,189)
#CEEBD2
(206,235,210)
#E3F4E7
(227,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119A15 color. Also use rgb(17,154,21) instead hex code.

Text Font Color

.myTextColor { color: #119A15; }

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

This text font color is #119A15.


Background Color

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

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

This div background color is #119A15.


Border color

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

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

This div border color is #119A15.


Opacity

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

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

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

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

This text has shadow with #119A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119A15 on black background.


Color preview on white background

This text has color #119A15 on white background.



Black color preview on #119A15 background

This text has black color on #119A15 background.


White color preview on #119A15 background

This text has white color on #119A15 background.