COLOR #11EA12

HEX: #11EA12
RGB: (17,234,18)

Color info

#11EA12 contains mainly green color. Web safe color of #11EA12 is #00FF00 (or #0F0).

RGB color model

#11EA12 color RGB value is (17,234,18).

  • red value is 17;
  • green value is 234;
  • blue value is 18.
RGB:
(17,234,18)
(7%,92%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 234 of 255 = 92%
B 18 of 255 = 7%

17
234
18

R + G + B ~ 35%. #11EA12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 234 + 18 = 269 (100%)
R 17 of 269 ~ 6.32%
G 234 of 269 ~ 86.99%
B 18 of 269 ~ 6.69%

%86.99

CMYK color model

#11EA12 color CMYK value is (93,0,92,8).

  • cyan value is 92.74%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 8.24%
CMYK:
(93,0,92,8)
C93M0Y92K8 
(93%,0%,92%,8%)
(0.93/0.00/0.92/0.08)	

CMYK percentages

%92.74
%0
%92.31
%8.24

Codes

Color #11EA12 in popluar color models

11EA12
RGB1723418
HSL120°86.45%49.22%
HSB/HSV120°92.74%91.76%
CMYK92.74%0.00%92.31%
8.24%

Color #11EA12 in popluar number systems.

HEX11EA12
Decimal1723418
Binary100011110101010010
Octal2135222

Shades and tints

Shades of #11EA12

#11EA12
(17,234,18)
#10D511
(16,213,17)
#0FC010
(15,192,16)
#0EAB0F
(14,171,15)
#0D960E
(13,150,14)
#0C810D
(12,129,13)
#0B6C0C
(11,108,12)
#0A570B
(10,87,11)
#09420A
(9,66,10)
#082D09
(8,45,9)
#071808
(7,24,8)
#000000
(0,0,0)

Tints of #11EA12

#11EA12
(17,234,18)
#26EB27
(38,235,39)
#3BEC3C
(59,236,60)
#50ED51
(80,237,81)
#65EE66
(101,238,102)
#7AEF7B
(122,239,123)
#8FF090
(143,240,144)
#A4F1A5
(164,241,165)
#B9F2BA
(185,242,186)
#CEF3CF
(206,243,207)
#E3F4E4
(227,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11EA12 color. Also use rgb(17,234,18) instead hex code.

Text Font Color

.myTextColor { color: #11EA12; }

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

This text font color is #11EA12.


Background Color

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

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

This div background color is #11EA12.


Border color

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

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

This div border color is #11EA12.


Opacity

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

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

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

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

This text has shadow with #11EA12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11EA12 on black background.


Color preview on white background

This text has color #11EA12 on white background.



Black color preview on #11EA12 background

This text has black color on #11EA12 background.


White color preview on #11EA12 background

This text has white color on #11EA12 background.