COLOR #11C918

HEX: #11C918
RGB: (17,201,24)

Color info

#11C918 contains mainly green color. Web safe color of #11C918 is #00CC00 (or #0C0).

RGB color model

#11C918 color RGB value is (17,201,24).

  • red value is 17;
  • green value is 201;
  • blue value is 24.
RGB:
(17,201,24)
(7%,79%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 201 of 255 = 79%
B 24 of 255 = 9%

17
201
24

R + G + B ~ 32%. #11C918 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 201 + 24 = 242 (100%)
R 17 of 242 ~ 7.02%
G 201 of 242 ~ 83.06%
B 24 of 242 ~ 9.92%

%83.06
%9.92

CMYK color model

#11C918 color CMYK value is (92,0,88,21).

  • cyan value is 91.54%
  • magenta value is 0.00%
  • yellow value is 88.06%
  • key color value is 21.18%
CMYK:
(92,0,88,21)
C92M0Y88K21 
(92%,0%,88%,21%)
(0.92/0.00/0.88/0.21)	

CMYK percentages

%91.54
%0
%88.06
%21.18

Codes

Color #11C918 in popluar color models

11C918
RGB1720124
HSL122°84.40%42.75%
HSB/HSV122°91.54%78.82%
CMYK91.54%0.00%88.06%
21.18%

Color #11C918 in popluar number systems.

HEX11C918
Decimal1720124
Binary100011100100111000
Octal2131130

Shades and tints

Shades of #11C918

#11C918
(17,201,24)
#10B716
(16,183,22)
#0FA514
(15,165,20)
#0E9312
(14,147,18)
#0D8110
(13,129,16)
#0C6F0E
(12,111,14)
#0B5D0C
(11,93,12)
#0A4B0A
(10,75,10)
#093908
(9,57,8)
#082706
(8,39,6)
#071504
(7,21,4)
#000000
(0,0,0)

Tints of #11C918

#11C918
(17,201,24)
#26CD2D
(38,205,45)
#3BD142
(59,209,66)
#50D557
(80,213,87)
#65D96C
(101,217,108)
#7ADD81
(122,221,129)
#8FE196
(143,225,150)
#A4E5AB
(164,229,171)
#B9E9C0
(185,233,192)
#CEEDD5
(206,237,213)
#E3F1EA
(227,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11C918 color. Also use rgb(17,201,24) instead hex code.

Text Font Color

.myTextColor { color: #11C918; }

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

This text font color is #11C918.


Background Color

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

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

This div background color is #11C918.


Border color

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

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

This div border color is #11C918.


Opacity

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

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

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

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

This text has shadow with #11C918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11C918 on black background.


Color preview on white background

This text has color #11C918 on white background.



Black color preview on #11C918 background

This text has black color on #11C918 background.


White color preview on #11C918 background

This text has white color on #11C918 background.