COLOR #12C293

HEX: #12C293 RGB: (18,194,147)

Color info

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

RGB color model

#12C293 color RGB value is (18,194,147).

RGB: (18,194,147) (7%, 76%, 58%)

RGB channels and saturation

R 18 of 255 = 7%
G 194 of 255 = 76%
B 147 of 255 = 58%

18
194
147

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

Portions of RGB colors in percentages

R + G + B = 18 + 194 + 147 = 359 (100%)
R 18 of 359 ~ 5.01%
G 194 of 359 ~ 54.04%
B 147 of 359 ~ 40.95'%

%54.04
%40.95

CMYK color model

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

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 23.92%

CMYK: (91,0,24,24)
C91M0Y24K24 (91%, 0%, 24%, 24%)
(0.91 / 0.00 / 0.24 / 0.24)

CMYK percentages

%90.72
%0
%24.23
%23.92

Codes

Color #12C293 in popluar color models

12 C2 93
RGB 18 194 147
HSL 164° 83.02% 41.57%
HSB/HSV 164° 90.72% 76.08%
CMYK 90.72% 0.00% 24.23%
23.92%

Color #12C293 in popluar number systems.

HEX 12 C2 93
Decimal 18 194 147
Binary 10010 11000010 10010011
Octal 22 302 223

Shades and tints

Shades of #12C293

#12C293
(18,194,147)
#11B186
(17,177,134)
#10A079
(16,160,121)
#0F8F6C
(15,143,108)
#0E7E5F
(14,126,95)
#0D6D52
(13,109,82)
#0C5C45
(12,92,69)
#0B4B38
(11,75,56)
#0A3A2B
(10,58,43)
#09291E
(9,41,30)
#081811
(8,24,17)
#000000
(0,0,0)

Tints of #12C293

#12C293
(18,194,147)
#27C79C
(39,199,156)
#3CCCA5
(60,204,165)
#51D1AE
(81,209,174)
#66D6B7
(102,214,183)
#7BDBC0
(123,219,192)
#90E0C9
(144,224,201)
#A5E5D2
(165,229,210)
#BAEADB
(186,234,219)
#CFEFE4
(207,239,228)
#E4F4ED
(228,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12C293; }

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

This text font color is #12C293.

Background Color

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

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

This div background color is #12C293.

Border color

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

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

This div border color is #12C293.

Opacity

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

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

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

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

This text has shadow with #12C293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12C293.

Preview

Color preview on black background

This text has color #12C293 on black background.


Color preview on white background

This text has color #12C293 on white background.


Black color preview on #12C293 background

This text has black color on #12C293 background.


White color preview on #12C293 background

This text has white color on #12C293 background.


Related colors

Complementary color

Complementary color for #hex is #ED3D6C.


I love getcolorcode.com

Triadic colors

1 #9312C2 and #C29312 with #12C293 are triadic colors.

2 #93C212 and #C21293 with #12C293 are triadic colors.