COLOR #12C37E

HEX: #12C37E RGB: (18,195,126)

Color info

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

RGB color model

#12C37E color RGB value is (18,195,126).

RGB: (18,195,126) (7%, 76%, 49%)

RGB channels and saturation

R 18 of 255 = 7%
G 195 of 255 = 76%
B 126 of 255 = 49%

18
195
126

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

Portions of RGB colors in percentages

R + G + B = 18 + 195 + 126 = 339 (100%)
R 18 of 339 ~ 5.31%
G 195 of 339 ~ 57.52%
B 126 of 339 ~ 37.17'%

%57.52
%37.17

CMYK color model

#12C37E color CMYK value is (91,0,35,24).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 23.53%

CMYK: (91,0,35,24)
C91M0Y35K24 (91%, 0%, 35%, 24%)
(0.91 / 0.00 / 0.35 / 0.24)

CMYK percentages

%90.77
%0
%35.38
%23.53

Codes

Color #12C37E in popluar color models

12 C3 7E
RGB 18 195 126
HSL 157° 83.10% 41.76%
HSB/HSV 157° 90.77% 76.47%
CMYK 90.77% 0.00% 35.38%
23.53%

Color #12C37E in popluar number systems.

HEX 12 C3 7E
Decimal 18 195 126
Binary 10010 11000011 1111110
Octal 22 303 176

Shades and tints

Shades of #12C37E

#12C37E
(18,195,126)
#11B273
(17,178,115)
#10A168
(16,161,104)
#0F905D
(15,144,93)
#0E7F52
(14,127,82)
#0D6E47
(13,110,71)
#0C5D3C
(12,93,60)
#0B4C31
(11,76,49)
#0A3B26
(10,59,38)
#092A1B
(9,42,27)
#081910
(8,25,16)
#000000
(0,0,0)

Tints of #12C37E

#12C37E
(18,195,126)
#27C889
(39,200,137)
#3CCD94
(60,205,148)
#51D29F
(81,210,159)
#66D7AA
(102,215,170)
#7BDCB5
(123,220,181)
#90E1C0
(144,225,192)
#A5E6CB
(165,230,203)
#BAEBD6
(186,235,214)
#CFF0E1
(207,240,225)
#E4F5EC
(228,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C37E color. Also use rgb(18,195,126) instead hex code.

Text Font Color

.myTextColor { color: #12C37E; }

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

This text font color is #12C37E.

Background Color

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

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

This div background color is #12C37E.

Border color

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

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

This div border color is #12C37E.

Opacity

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

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

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

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

This text has shadow with #12C37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12C37E.

Preview

Color preview on black background

This text has color #12C37E on black background.


Color preview on white background

This text has color #12C37E on white background.


Black color preview on #12C37E background

This text has black color on #12C37E background.


White color preview on #12C37E background

This text has white color on #12C37E background.


Related colors

Complementary color

Complementary color for #hex is #ED3C81.


I love getcolorcode.com

Triadic colors

1 #7E12C3 and #C37E12 with #12C37E are triadic colors.

2 #7EC312 and #C3127E with #12C37E are triadic colors.