COLOR #11A872

HEX: #11A872
RGB: (17,168,114)

Color info

#11A872 contains mainly green and blue colors. Web safe color of #11A872 is #009966 (or #096).

RGB color model

#11A872 color RGB value is (17,168,114).

  • red value is 17;
  • green value is 168;
  • blue value is 114.
RGB:
(17,168,114)
(7%,66%,45%)

RGB channels and saturation

R 17 of 255 = 7%
G 168 of 255 = 66%
B 114 of 255 = 45%

17
168
114

R + G + B ~ 39%. #11A872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 168 + 114 = 299 (100%)
R 17 of 299 ~ 5.69%
G 168 of 299 ~ 56.19%
B 114 of 299 ~ 38.13%

%56.19
%38.13

CMYK color model

#11A872 color CMYK value is (90,0,32,34).

  • cyan value is 89.88%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(90,0,32,34)
C90M0Y32K34 
(90%,0%,32%,34%)
(0.90/0.00/0.32/0.34)	

CMYK percentages

%89.88
%0
%32.14
%34.12

Codes

Color #11A872 in popluar color models

11A872
RGB17168114
HSL159°81.62%36.27%
HSB/HSV159°89.88%65.88%
CMYK89.88%0.00%32.14%
34.12%

Color #11A872 in popluar number systems.

HEX11A872
Decimal17168114
Binary10001101010001110010
Octal21250162

Shades and tints

Shades of #11A872

#11A872
(17,168,114)
#109968
(16,153,104)
#0F8A5E
(15,138,94)
#0E7B54
(14,123,84)
#0D6C4A
(13,108,74)
#0C5D40
(12,93,64)
#0B4E36
(11,78,54)
#0A3F2C
(10,63,44)
#093022
(9,48,34)
#082118
(8,33,24)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #11A872

#11A872
(17,168,114)
#26AF7E
(38,175,126)
#3BB68A
(59,182,138)
#50BD96
(80,189,150)
#65C4A2
(101,196,162)
#7ACBAE
(122,203,174)
#8FD2BA
(143,210,186)
#A4D9C6
(164,217,198)
#B9E0D2
(185,224,210)
#CEE7DE
(206,231,222)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A872 color. Also use rgb(17,168,114) instead hex code.

Text Font Color

.myTextColor { color: #11A872; }

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

This text font color is #11A872.


Background Color

.myBgColor { background-color: #11A872; }

<div style="background-color:#11A872">Inner text</div>

This div background color is #11A872.


Border color

.myBorderColor { border: 1px solid #11A872; }

<div style="border:3px solid #11A872">Div</div>

This div border color is #11A872.


Opacity

.myOpacity80 { color: #11A872; opacity: 0.8; }

<p style="color:#11A872;opacity:0.8;">80%</p>

Text with #11A872 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 #11A872;}

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

This text has shadow with #11A872 color.

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

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

This text has shadow with #11A872 primary color and red secondary color.


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

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

This text has shadow with #11A872 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A872 on black background.


Color preview on white background

This text has color #11A872 on white background.



Black color preview on #11A872 background

This text has black color on #11A872 background.


White color preview on #11A872 background

This text has white color on #11A872 background.