COLOR #12D189

HEX: #12D189 RGB: (18,209,137)

Color info

#12D189 contains mainly green color. Web safe color of #12D189 is #00CC99 (or #0C9).

RGB color model

#12D189 color RGB value is (18,209,137).

RGB: (18,209,137) (7%, 82%, 54%)

RGB channels and saturation

R 18 of 255 = 7%
G 209 of 255 = 82%
B 137 of 255 = 54%

18
209
137

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

Portions of RGB colors in percentages

R + G + B = 18 + 209 + 137 = 364 (100%)
R 18 of 364 ~ 4.95%
G 209 of 364 ~ 57.42%
B 137 of 364 ~ 37.64'%

%57.42
%37.64

CMYK color model

#12D189 color CMYK value is (91,0,34,18).

  • cyan value is 91.39%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK: (91,0,34,18) C91M0Y34K18 (91%,0%,34%,18%) (0.91/0.00/0.34/0.18) 

CMYK percentages

%91.39
%0
%34.45
%18.04

Codes

Color #12D189 in popluar color models

12 D1 89
RGB 18 209 137
HSL 157° 84.14% 44.51%
HSB/HSV 157° 91.39% 81.96%
CMYK 91.39% 0.00% 34.45%
18.04%

Color #12D189 in popluar number systems.

HEX 12 D1 89
Decimal 18 209 137
Binary 10010 11010001 10001001
Octal 22 321 211

Shades and tints

Shades of #12D189

#12D189
(18,209,137)
#11BE7D
(17,190,125)
#10AB71
(16,171,113)
#0F9865
(15,152,101)
#0E8559
(14,133,89)
#0D724D
(13,114,77)
#0C5F41
(12,95,65)
#0B4C35
(11,76,53)
#0A3929
(10,57,41)
#09261D
(9,38,29)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #12D189

#12D189
(18,209,137)
#27D593
(39,213,147)
#3CD99D
(60,217,157)
#51DDA7
(81,221,167)
#66E1B1
(102,225,177)
#7BE5BB
(123,229,187)
#90E9C5
(144,233,197)
#A5EDCF
(165,237,207)
#BAF1D9
(186,241,217)
#CFF5E3
(207,245,227)
#E4F9ED
(228,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12D189 color. Also use rgb(18,209,137) instead hex code.

Text Font Color

.myTextColor { color: #12D189; }

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

This text font color is #12D189.

Background Color

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

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

This div background color is #12D189.

Border color

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

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

This div border color is #12D189.

Opacity

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

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

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

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

This text has shadow with #12D189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12D189.

Preview

Color preview on black background

This text has color #12D189 on black background.


Color preview on white background

This text has color #12D189 on white background.


Black color preview on #12D189 background

This text has black color on #12D189 background.


White color preview on #12D189 background

This text has white color on #12D189 background.


Related colors

Complementary color

Complementary color for #hex is #ED2E76.


I love getcolorcode.com

Triadic colors

1 #8912D1 and #D18912 with #12D189 are triadic colors.

2 #89D112 and #D11289 with #12D189 are triadic colors.