COLOR #12EB17

HEX: #12EB17
RGB: (18,235,23)

Color info

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

RGB color model

#12EB17 color RGB value is (18,235,23).

  • red value is 18;
  • green value is 235;
  • blue value is 23.
RGB:
(18,235,23)
(7%,92%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 235 of 255 = 92%
B 23 of 255 = 9%

18
235
23

R + G + B ~ 36%. #12EB17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 235 + 23 = 276 (100%)
R 18 of 276 ~ 6.52%
G 235 of 276 ~ 85.14%
B 23 of 276 ~ 8.33%

%85.14

CMYK color model

#12EB17 color CMYK value is (92,0,90,8).

  • cyan value is 92.34%
  • magenta value is 0.00%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(92,0,90,8)
C92M0Y90K8 
(92%,0%,90%,8%)
(0.92/0.00/0.90/0.08)	

CMYK percentages

%92.34
%0
%90.21
%7.84

Codes

Color #12EB17 in popluar color models

12EB17
RGB1823523
HSL121°85.77%49.61%
HSB/HSV121°92.34%92.16%
CMYK92.34%0.00%90.21%
7.84%

Color #12EB17 in popluar number systems.

HEX12EB17
Decimal1823523
Binary100101110101110111
Octal2235327

Shades and tints

Shades of #12EB17

#12EB17
(18,235,23)
#11D615
(17,214,21)
#10C113
(16,193,19)
#0FAC11
(15,172,17)
#0E970F
(14,151,15)
#0D820D
(13,130,13)
#0C6D0B
(12,109,11)
#0B5809
(11,88,9)
#0A4307
(10,67,7)
#092E05
(9,46,5)
#081903
(8,25,3)
#000000
(0,0,0)

Tints of #12EB17

#12EB17
(18,235,23)
#27EC2C
(39,236,44)
#3CED41
(60,237,65)
#51EE56
(81,238,86)
#66EF6B
(102,239,107)
#7BF080
(123,240,128)
#90F195
(144,241,149)
#A5F2AA
(165,242,170)
#BAF3BF
(186,243,191)
#CFF4D4
(207,244,212)
#E4F5E9
(228,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12EB17 color. Also use rgb(18,235,23) instead hex code.

Text Font Color

.myTextColor { color: #12EB17; }

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

This text font color is #12EB17.


Background Color

.myBgColor { background-color: #12EB17; }

<div style="background-color:#12EB17">Inner text</div>

This div background color is #12EB17.


Border color

.myBorderColor { border: 1px solid #12EB17; }

<div style="border:3px solid #12EB17">Div</div>

This div border color is #12EB17.


Opacity

.myOpacity80 { color: #12EB17; opacity: 0.8; }

<p style="color:#12EB17;opacity:0.8;">80%</p>

Text with #12EB17 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 #12EB17;}

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

This text has shadow with #12EB17 color.

.textShadow {text-shadow: 3px 3px 1px #12EB17, 3px 3px 1px red;}

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

This text has shadow with #12EB17 primary color and red secondary color.


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

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

This text has shadow with #12EB17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12EB17 on black background.


Color preview on white background

This text has color #12EB17 on white background.



Black color preview on #12EB17 background

This text has black color on #12EB17 background.


White color preview on #12EB17 background

This text has white color on #12EB17 background.