COLOR #12A040

HEX: #12A040
RGB: (18,160,64)

Color info

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

RGB color model

#12A040 color RGB value is (18,160,64).

  • red value is 18;
  • green value is 160;
  • blue value is 64.
RGB:
(18,160,64)
(7%,63%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 160 of 255 = 63%
B 64 of 255 = 25%

18
160
64

R + G + B ~ 32%. #12A040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 160 + 64 = 242 (100%)
R 18 of 242 ~ 7.44%
G 160 of 242 ~ 66.12%
B 64 of 242 ~ 26.45%

%66.12
%26.45

CMYK color model

#12A040 color CMYK value is (89,0,60,37).

  • cyan value is 88.75%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(89,0,60,37)
C89M0Y60K37 
(89%,0%,60%,37%)
(0.89/0.00/0.60/0.37)	

CMYK percentages

%88.75
%0
%60
%37.25

Codes

Color #12A040 in popluar color models

12A040
RGB1816064
HSL139°79.78%34.90%
HSB/HSV139°88.75%62.75%
CMYK88.75%0.00%60.00%
37.25%

Color #12A040 in popluar number systems.

HEX12A040
Decimal1816064
Binary10010101000001000000
Octal22240100

Shades and tints

Shades of #12A040

#12A040
(18,160,64)
#11923B
(17,146,59)
#108436
(16,132,54)
#0F7631
(15,118,49)
#0E682C
(14,104,44)
#0D5A27
(13,90,39)
#0C4C22
(12,76,34)
#0B3E1D
(11,62,29)
#0A3018
(10,48,24)
#092213
(9,34,19)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #12A040

#12A040
(18,160,64)
#27A851
(39,168,81)
#3CB062
(60,176,98)
#51B873
(81,184,115)
#66C084
(102,192,132)
#7BC895
(123,200,149)
#90D0A6
(144,208,166)
#A5D8B7
(165,216,183)
#BAE0C8
(186,224,200)
#CFE8D9
(207,232,217)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A040 color. Also use rgb(18,160,64) instead hex code.

Text Font Color

.myTextColor { color: #12A040; }

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

This text font color is #12A040.


Background Color

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

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

This div background color is #12A040.


Border color

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

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

This div border color is #12A040.


Opacity

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

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

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

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

This text has shadow with #12A040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A040 on black background.


Color preview on white background

This text has color #12A040 on white background.



Black color preview on #12A040 background

This text has black color on #12A040 background.


White color preview on #12A040 background

This text has white color on #12A040 background.