COLOR #12EF9C

HEX: #12EF9C
RGB: (18,239,156)

Color info

#12EF9C contains mainly green color. Web safe color of #12EF9C is #00FF99 (or #0F9).

RGB color model

#12EF9C color RGB value is (18,239,156).

  • red value is 18;
  • green value is 239;
  • blue value is 156.
RGB:
(18,239,156)
(7%,94%,61%)

RGB channels and saturation

R 18 of 255 = 7%
G 239 of 255 = 94%
B 156 of 255 = 61%

18
239
156

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

Portions of RGB colors in percentages

R + G + B =
18 + 239 + 156 = 413 (100%)
R 18 of 413 ~ 4.36%
G 239 of 413 ~ 57.87%
B 156 of 413 ~ 37.77%

%57.87
%37.77

CMYK color model

#12EF9C color CMYK value is (92,0,35,6).

  • cyan value is 92.47%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(92,0,35,6)
C92M0Y35K6 
(92%,0%,35%,6%)
(0.92/0.00/0.35/0.06)	

CMYK percentages

%92.47
%0
%34.73
%6.27

Codes

Color #12EF9C in popluar color models

12EF9C
RGB18239156
HSL157°87.35%50.39%
HSB/HSV157°92.47%93.73%
CMYK92.47%0.00%34.73%
6.27%

Color #12EF9C in popluar number systems.

HEX12EF9C
Decimal18239156
Binary100101110111110011100
Octal22357234

Shades and tints

Shades of #12EF9C

#12EF9C
(18,239,156)
#11DA8E
(17,218,142)
#10C580
(16,197,128)
#0FB072
(15,176,114)
#0E9B64
(14,155,100)
#0D8656
(13,134,86)
#0C7148
(12,113,72)
#0B5C3A
(11,92,58)
#0A472C
(10,71,44)
#09321E
(9,50,30)
#081D10
(8,29,16)
#000000
(0,0,0)

Tints of #12EF9C

#12EF9C
(18,239,156)
#27F0A5
(39,240,165)
#3CF1AE
(60,241,174)
#51F2B7
(81,242,183)
#66F3C0
(102,243,192)
#7BF4C9
(123,244,201)
#90F5D2
(144,245,210)
#A5F6DB
(165,246,219)
#BAF7E4
(186,247,228)
#CFF8ED
(207,248,237)
#E4F9F6
(228,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12EF9C color. Also use rgb(18,239,156) instead hex code.

Text Font Color

.myTextColor { color: #12EF9C; }

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

This text font color is #12EF9C.


Background Color

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

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

This div background color is #12EF9C.


Border color

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

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

This div border color is #12EF9C.


Opacity

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

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

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

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

This text has shadow with #12EF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12EF9C on black background.


Color preview on white background

This text has color #12EF9C on white background.



Black color preview on #12EF9C background

This text has black color on #12EF9C background.


White color preview on #12EF9C background

This text has white color on #12EF9C background.