COLOR #12B242

HEX: #12B242
RGB: (18,178,66)

Color info

#12B242 contains mainly green color. Web safe color of #12B242 is #009933 (or #093).

RGB color model

#12B242 color RGB value is (18,178,66).

  • red value is 18;
  • green value is 178;
  • blue value is 66.
RGB:
(18,178,66)
(7%,70%,26%)

RGB channels and saturation

R 18 of 255 = 7%
G 178 of 255 = 70%
B 66 of 255 = 26%

18
178
66

R + G + B ~ 34%. #12B242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 178 + 66 = 262 (100%)
R 18 of 262 ~ 6.87%
G 178 of 262 ~ 67.94%
B 66 of 262 ~ 25.19%

%67.94
%25.19

CMYK color model

#12B242 color CMYK value is (90,0,63,30).

  • cyan value is 89.89%
  • magenta value is 0.00%
  • yellow value is 62.92%
  • key color value is 30.20%
CMYK:
(90,0,63,30)
C90M0Y63K30 
(90%,0%,63%,30%)
(0.90/0.00/0.63/0.30)	

CMYK percentages

%89.89
%0
%62.92
%30.2

Codes

Color #12B242 in popluar color models

12B242
RGB1817866
HSL138°81.63%38.43%
HSB/HSV138°89.89%69.80%
CMYK89.89%0.00%62.92%
30.20%

Color #12B242 in popluar number systems.

HEX12B242
Decimal1817866
Binary10010101100101000010
Octal22262102

Shades and tints

Shades of #12B242

#12B242
(18,178,66)
#11A23C
(17,162,60)
#109236
(16,146,54)
#0F8230
(15,130,48)
#0E722A
(14,114,42)
#0D6224
(13,98,36)
#0C521E
(12,82,30)
#0B4218
(11,66,24)
#0A3212
(10,50,18)
#09220C
(9,34,12)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #12B242

#12B242
(18,178,66)
#27B953
(39,185,83)
#3CC064
(60,192,100)
#51C775
(81,199,117)
#66CE86
(102,206,134)
#7BD597
(123,213,151)
#90DCA8
(144,220,168)
#A5E3B9
(165,227,185)
#BAEACA
(186,234,202)
#CFF1DB
(207,241,219)
#E4F8EC
(228,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12B242 color. Also use rgb(18,178,66) instead hex code.

Text Font Color

.myTextColor { color: #12B242; }

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

This text font color is #12B242.


Background Color

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

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

This div background color is #12B242.


Border color

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

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

This div border color is #12B242.


Opacity

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

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

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

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

This text has shadow with #12B242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12B242 on black background.


Color preview on white background

This text has color #12B242 on white background.



Black color preview on #12B242 background

This text has black color on #12B242 background.


White color preview on #12B242 background

This text has white color on #12B242 background.