COLOR #12C84F

HEX: #12C84F
RGB: (18,200,79)

Color info

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

RGB color model

#12C84F color RGB value is (18,200,79).

  • red value is 18;
  • green value is 200;
  • blue value is 79.
RGB:
(18,200,79)
(7%,78%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 200 of 255 = 78%
B 79 of 255 = 31%

18
200
79

R + G + B ~ 39%. #12C84F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 200 + 79 = 297 (100%)
R 18 of 297 ~ 6.06%
G 200 of 297 ~ 67.34%
B 79 of 297 ~ 26.6%

%67.34
%26.6

CMYK color model

#12C84F color CMYK value is (91,0,61,22).

  • cyan value is 91.00%
  • magenta value is 0.00%
  • yellow value is 60.50%
  • key color value is 21.57%
CMYK:
(91,0,61,22)
C91M0Y61K22 
(91%,0%,61%,22%)
(0.91/0.00/0.61/0.22)	

CMYK percentages

%91
%0
%60.5
%21.57

Codes

Color #12C84F in popluar color models

12C84F
RGB1820079
HSL140°83.49%42.75%
HSB/HSV140°91.00%78.43%
CMYK91.00%0.00%60.50%
21.57%

Color #12C84F in popluar number systems.

HEX12C84F
Decimal1820079
Binary10010110010001001111
Octal22310117

Shades and tints

Shades of #12C84F

#12C84F
(18,200,79)
#11B648
(17,182,72)
#10A441
(16,164,65)
#0F923A
(15,146,58)
#0E8033
(14,128,51)
#0D6E2C
(13,110,44)
#0C5C25
(12,92,37)
#0B4A1E
(11,74,30)
#0A3817
(10,56,23)
#092610
(9,38,16)
#081409
(8,20,9)
#000000
(0,0,0)

Tints of #12C84F

#12C84F
(18,200,79)
#27CD5F
(39,205,95)
#3CD26F
(60,210,111)
#51D77F
(81,215,127)
#66DC8F
(102,220,143)
#7BE19F
(123,225,159)
#90E6AF
(144,230,175)
#A5EBBF
(165,235,191)
#BAF0CF
(186,240,207)
#CFF5DF
(207,245,223)
#E4FAEF
(228,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C84F color. Also use rgb(18,200,79) instead hex code.

Text Font Color

.myTextColor { color: #12C84F; }

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

This text font color is #12C84F.


Background Color

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

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

This div background color is #12C84F.


Border color

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

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

This div border color is #12C84F.


Opacity

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

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

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

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

This text has shadow with #12C84F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12C84F on black background.


Color preview on white background

This text has color #12C84F on white background.



Black color preview on #12C84F background

This text has black color on #12C84F background.


White color preview on #12C84F background

This text has white color on #12C84F background.