COLOR #12CD90

HEX: #12CD90
RGB: (18,205,144)

Color info

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

RGB color model

#12CD90 color RGB value is (18,205,144).

  • red value is 18;
  • green value is 205;
  • blue value is 144.
RGB:
(18,205,144)
(7%,80%,56%)

RGB channels and saturation

R 18 of 255 = 7%
G 205 of 255 = 80%
B 144 of 255 = 56%

18
205
144

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

Portions of RGB colors in percentages

R + G + B =
18 + 205 + 144 = 367 (100%)
R 18 of 367 ~ 4.9%
G 205 of 367 ~ 55.86%
B 144 of 367 ~ 39.24%

%55.86
%39.24

CMYK color model

#12CD90 color CMYK value is (91,0,30,20).

  • cyan value is 91.22%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%
CMYK:
(91,0,30,20)
C91M0Y30K20 
(91%,0%,30%,20%)
(0.91/0.00/0.30/0.20)	

CMYK percentages

%91.22
%0
%29.76
%19.61

Codes

Color #12CD90 in popluar color models

12CD90
RGB18205144
HSL160°83.86%43.73%
HSB/HSV160°91.22%80.39%
CMYK91.22%0.00%29.76%
19.61%

Color #12CD90 in popluar number systems.

HEX12CD90
Decimal18205144
Binary100101100110110010000
Octal22315220

Shades and tints

Shades of #12CD90

#12CD90
(18,205,144)
#11BB83
(17,187,131)
#10A976
(16,169,118)
#0F9769
(15,151,105)
#0E855C
(14,133,92)
#0D734F
(13,115,79)
#0C6142
(12,97,66)
#0B4F35
(11,79,53)
#0A3D28
(10,61,40)
#092B1B
(9,43,27)
#08190E
(8,25,14)
#000000
(0,0,0)

Tints of #12CD90

#12CD90
(18,205,144)
#27D19A
(39,209,154)
#3CD5A4
(60,213,164)
#51D9AE
(81,217,174)
#66DDB8
(102,221,184)
#7BE1C2
(123,225,194)
#90E5CC
(144,229,204)
#A5E9D6
(165,233,214)
#BAEDE0
(186,237,224)
#CFF1EA
(207,241,234)
#E4F5F4
(228,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12CD90 color. Also use rgb(18,205,144) instead hex code.

Text Font Color

.myTextColor { color: #12CD90; }

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

This text font color is #12CD90.


Background Color

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

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

This div background color is #12CD90.


Border color

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

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

This div border color is #12CD90.


Opacity

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

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

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

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

This text has shadow with #12CD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12CD90 on black background.


Color preview on white background

This text has color #12CD90 on white background.



Black color preview on #12CD90 background

This text has black color on #12CD90 background.


White color preview on #12CD90 background

This text has white color on #12CD90 background.