COLOR #12C28E

HEX: #12C28E
RGB: (18,194,142)

Color info

#12C28E contains mainly green and blue colors. Web safe color of #12C28E is #00CC99 (or #0C9).

RGB color model

#12C28E color RGB value is (18,194,142).

  • red value is 18;
  • green value is 194;
  • blue value is 142.
RGB:
(18,194,142)
(7%,76%,56%)

RGB channels and saturation

R 18 of 255 = 7%
G 194 of 255 = 76%
B 142 of 255 = 56%

18
194
142

R + G + B ~ 46%. #12C28E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 194 + 142 = 354 (100%)
R 18 of 354 ~ 5.08%
G 194 of 354 ~ 54.8%
B 142 of 354 ~ 40.11%

%54.8
%40.11

CMYK color model

#12C28E color CMYK value is (91,0,27,24).

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(91,0,27,24)
C91M0Y27K24 
(91%,0%,27%,24%)
(0.91/0.00/0.27/0.24)	

CMYK percentages

%90.72
%0
%26.8
%23.92

Codes

Color #12C28E in popluar color models

12C28E
RGB18194142
HSL162°83.02%41.57%
HSB/HSV162°90.72%76.08%
CMYK90.72%0.00%26.80%
23.92%

Color #12C28E in popluar number systems.

HEX12C28E
Decimal18194142
Binary100101100001010001110
Octal22302216

Shades and tints

Shades of #12C28E

#12C28E
(18,194,142)
#11B182
(17,177,130)
#10A076
(16,160,118)
#0F8F6A
(15,143,106)
#0E7E5E
(14,126,94)
#0D6D52
(13,109,82)
#0C5C46
(12,92,70)
#0B4B3A
(11,75,58)
#0A3A2E
(10,58,46)
#092922
(9,41,34)
#081816
(8,24,22)
#000000
(0,0,0)

Tints of #12C28E

#12C28E
(18,194,142)
#27C798
(39,199,152)
#3CCCA2
(60,204,162)
#51D1AC
(81,209,172)
#66D6B6
(102,214,182)
#7BDBC0
(123,219,192)
#90E0CA
(144,224,202)
#A5E5D4
(165,229,212)
#BAEADE
(186,234,222)
#CFEFE8
(207,239,232)
#E4F4F2
(228,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C28E color. Also use rgb(18,194,142) instead hex code.

Text Font Color

.myTextColor { color: #12C28E; }

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

This text font color is #12C28E.


Background Color

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

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

This div background color is #12C28E.


Border color

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

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

This div border color is #12C28E.


Opacity

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

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

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

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

This text has shadow with #12C28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12C28E on black background.


Color preview on white background

This text has color #12C28E on white background.



Black color preview on #12C28E background

This text has black color on #12C28E background.


White color preview on #12C28E background

This text has white color on #12C28E background.