COLOR #11A424

HEX: #11A424
RGB: (17,164,36)

Color info

#11A424 contains mainly green color. Web safe color of #11A424 is #009933 (or #093).

RGB color model

#11A424 color RGB value is (17,164,36).

  • red value is 17;
  • green value is 164;
  • blue value is 36.
RGB:
(17,164,36)
(7%,64%,14%)

RGB channels and saturation

R 17 of 255 = 7%
G 164 of 255 = 64%
B 36 of 255 = 14%

17
164
36

R + G + B ~ 28%. #11A424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 164 + 36 = 217 (100%)
R 17 of 217 ~ 7.83%
G 164 of 217 ~ 75.58%
B 36 of 217 ~ 16.59%

%75.58
%16.59

CMYK color model

#11A424 color CMYK value is (90,0,78,36).

  • cyan value is 89.63%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 35.69%
CMYK:
(90,0,78,36)
C90M0Y78K36 
(90%,0%,78%,36%)
(0.90/0.00/0.78/0.36)	

CMYK percentages

%89.63
%0
%78.05
%35.69

Codes

Color #11A424 in popluar color models

11A424
RGB1716436
HSL128°81.22%35.49%
HSB/HSV128°89.63%64.31%
CMYK89.63%0.00%78.05%
35.69%

Color #11A424 in popluar number systems.

HEX11A424
Decimal1716436
Binary1000110100100100100
Octal2124444

Shades and tints

Shades of #11A424

#11A424
(17,164,36)
#109621
(16,150,33)
#0F881E
(15,136,30)
#0E7A1B
(14,122,27)
#0D6C18
(13,108,24)
#0C5E15
(12,94,21)
#0B5012
(11,80,18)
#0A420F
(10,66,15)
#09340C
(9,52,12)
#082609
(8,38,9)
#071806
(7,24,6)
#000000
(0,0,0)

Tints of #11A424

#11A424
(17,164,36)
#26AC37
(38,172,55)
#3BB44A
(59,180,74)
#50BC5D
(80,188,93)
#65C470
(101,196,112)
#7ACC83
(122,204,131)
#8FD496
(143,212,150)
#A4DCA9
(164,220,169)
#B9E4BC
(185,228,188)
#CEECCF
(206,236,207)
#E3F4E2
(227,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A424 color. Also use rgb(17,164,36) instead hex code.

Text Font Color

.myTextColor { color: #11A424; }

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

This text font color is #11A424.


Background Color

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

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

This div background color is #11A424.


Border color

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

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

This div border color is #11A424.


Opacity

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

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

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

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

This text has shadow with #11A424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A424 on black background.


Color preview on white background

This text has color #11A424 on white background.



Black color preview on #11A424 background

This text has black color on #11A424 background.


White color preview on #11A424 background

This text has white color on #11A424 background.