COLOR #12C956

HEX: #12C956
RGB: (18,201,86)

Color info

#12C956 contains mainly green color. Web safe color of #12C956 is #00CC66 (or #0C6).

RGB color model

#12C956 color RGB value is (18,201,86).

  • red value is 18;
  • green value is 201;
  • blue value is 86.
RGB:
(18,201,86)
(7%,79%,34%)

RGB channels and saturation

R 18 of 255 = 7%
G 201 of 255 = 79%
B 86 of 255 = 34%

18
201
86

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

Portions of RGB colors in percentages

R + G + B =
18 + 201 + 86 = 305 (100%)
R 18 of 305 ~ 5.9%
G 201 of 305 ~ 65.9%
B 86 of 305 ~ 28.2%

%65.9
%28.2

CMYK color model

#12C956 color CMYK value is (91,0,57,21).

  • cyan value is 91.04%
  • magenta value is 0.00%
  • yellow value is 57.21%
  • key color value is 21.18%
CMYK:
(91,0,57,21)
C91M0Y57K21 
(91%,0%,57%,21%)
(0.91/0.00/0.57/0.21)	

CMYK percentages

%91.04
%0
%57.21
%21.18

Codes

Color #12C956 in popluar color models

12C956
RGB1820186
HSL142°83.56%42.94%
HSB/HSV142°91.04%78.82%
CMYK91.04%0.00%57.21%
21.18%

Color #12C956 in popluar number systems.

HEX12C956
Decimal1820186
Binary10010110010011010110
Octal22311126

Shades and tints

Shades of #12C956

#12C956
(18,201,86)
#11B74F
(17,183,79)
#10A548
(16,165,72)
#0F9341
(15,147,65)
#0E813A
(14,129,58)
#0D6F33
(13,111,51)
#0C5D2C
(12,93,44)
#0B4B25
(11,75,37)
#0A391E
(10,57,30)
#092717
(9,39,23)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #12C956

#12C956
(18,201,86)
#27CD65
(39,205,101)
#3CD174
(60,209,116)
#51D583
(81,213,131)
#66D992
(102,217,146)
#7BDDA1
(123,221,161)
#90E1B0
(144,225,176)
#A5E5BF
(165,229,191)
#BAE9CE
(186,233,206)
#CFEDDD
(207,237,221)
#E4F1EC
(228,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C956 color. Also use rgb(18,201,86) instead hex code.

Text Font Color

.myTextColor { color: #12C956; }

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

This text font color is #12C956.


Background Color

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

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

This div background color is #12C956.


Border color

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

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

This div border color is #12C956.


Opacity

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

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

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

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

This text has shadow with #12C956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12C956 on black background.


Color preview on white background

This text has color #12C956 on white background.



Black color preview on #12C956 background

This text has black color on #12C956 background.


White color preview on #12C956 background

This text has white color on #12C956 background.