COLOR #12A349

HEX: #12A349
RGB: (18,163,73)

Color info

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

RGB color model

#12A349 color RGB value is (18,163,73).

  • red value is 18;
  • green value is 163;
  • blue value is 73.
RGB:
(18,163,73)
(7%,64%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 163 of 255 = 64%
B 73 of 255 = 29%

18
163
73

R + G + B ~ 33%. #12A349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 163 + 73 = 254 (100%)
R 18 of 254 ~ 7.09%
G 163 of 254 ~ 64.17%
B 73 of 254 ~ 28.74%

%64.17
%28.74

CMYK color model

#12A349 color CMYK value is (89,0,55,36).

  • cyan value is 88.96%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(89,0,55,36)
C89M0Y55K36 
(89%,0%,55%,36%)
(0.89/0.00/0.55/0.36)	

CMYK percentages

%88.96
%0
%55.21
%36.08

Codes

Color #12A349 in popluar color models

12A349
RGB1816373
HSL143°80.11%35.49%
HSB/HSV143°88.96%63.92%
CMYK88.96%0.00%55.21%
36.08%

Color #12A349 in popluar number systems.

HEX12A349
Decimal1816373
Binary10010101000111001001
Octal22243111

Shades and tints

Shades of #12A349

#12A349
(18,163,73)
#119543
(17,149,67)
#10873D
(16,135,61)
#0F7937
(15,121,55)
#0E6B31
(14,107,49)
#0D5D2B
(13,93,43)
#0C4F25
(12,79,37)
#0B411F
(11,65,31)
#0A3319
(10,51,25)
#092513
(9,37,19)
#08170D
(8,23,13)
#000000
(0,0,0)

Tints of #12A349

#12A349
(18,163,73)
#27AB59
(39,171,89)
#3CB369
(60,179,105)
#51BB79
(81,187,121)
#66C389
(102,195,137)
#7BCB99
(123,203,153)
#90D3A9
(144,211,169)
#A5DBB9
(165,219,185)
#BAE3C9
(186,227,201)
#CFEBD9
(207,235,217)
#E4F3E9
(228,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A349 color. Also use rgb(18,163,73) instead hex code.

Text Font Color

.myTextColor { color: #12A349; }

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

This text font color is #12A349.


Background Color

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

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

This div background color is #12A349.


Border color

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

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

This div border color is #12A349.


Opacity

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

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

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

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

This text has shadow with #12A349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A349 on black background.


Color preview on white background

This text has color #12A349 on white background.



Black color preview on #12A349 background

This text has black color on #12A349 background.


White color preview on #12A349 background

This text has white color on #12A349 background.