COLOR #12C37D

HEX: #12C37D RGB: (18,195,125)

Color info

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

RGB color model

#12C37D color RGB value is (18,195,125).

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

RGB channels and saturation

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

18
195
125

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

Portions of RGB colors in percentages

R + G + B = 18 + 195 + 125 = 338 (100%)
R 18 of 338 ~ 5.33%
G 195 of 338 ~ 57.69%
B 125 of 338 ~ 36.98'%

%57.69
%36.98

CMYK color model

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

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

CMYK: (91,0,36,24)
C91M0Y36K24 (91%, 0%, 36%, 24%)
(0.91 / 0.00 / 0.36 / 0.24)

CMYK percentages

%90.77
%0
%35.9
%23.53

Codes

Color #12C37D in popluar color models

12 C3 7D
RGB 18 195 125
HSL 156° 83.10% 41.76%
HSB/HSV 156° 90.77% 76.47%
CMYK 90.77% 0.00% 35.90%
23.53%

Color #12C37D in popluar number systems.

HEX 12 C3 7D
Decimal 18 195 125
Binary 10010 11000011 1111101
Octal 22 303 175

Shades and tints

Shades of #12C37D

#12C37D
(18,195,125)
#11B272
(17,178,114)
#10A167
(16,161,103)
#0F905C
(15,144,92)
#0E7F51
(14,127,81)
#0D6E46
(13,110,70)
#0C5D3B
(12,93,59)
#0B4C30
(11,76,48)
#0A3B25
(10,59,37)
#092A1A
(9,42,26)
#08190F
(8,25,15)
#000000
(0,0,0)

Tints of #12C37D

#12C37D
(18,195,125)
#27C888
(39,200,136)
#3CCD93
(60,205,147)
#51D29E
(81,210,158)
#66D7A9
(102,215,169)
#7BDCB4
(123,220,180)
#90E1BF
(144,225,191)
#A5E6CA
(165,230,202)
#BAEBD5
(186,235,213)
#CFF0E0
(207,240,224)
#E4F5EB
(228,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12C37D; }

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

This text font color is #12C37D.

Background Color

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

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

This div background color is #12C37D.

Border color

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

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

This div border color is #12C37D.

Opacity

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

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

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

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

This text has shadow with #12C37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12C37D.

Preview

Color preview on black background

This text has color #12C37D on black background.


Color preview on white background

This text has color #12C37D on white background.


Black color preview on #12C37D background

This text has black color on #12C37D background.


White color preview on #12C37D background

This text has white color on #12C37D background.


Related colors

Complementary color

Complementary color for #hex is #ED3C82.


I love getcolorcode.com

Triadic colors

1 #7D12C3 and #C37D12 with #12C37D are triadic colors.

2 #7DC312 and #C3127D with #12C37D are triadic colors.