COLOR #12A37A

HEX: #12A37A
RGB: (18,163,122)

Color info

#12A37A contains mainly green and blue colors. Web safe color of #12A37A is #009966 (or #096).

RGB color model

#12A37A color RGB value is (18,163,122).

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

RGB channels and saturation

R 18 of 255 = 7%
G 163 of 255 = 64%
B 122 of 255 = 48%

18
163
122

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

Portions of RGB colors in percentages

R + G + B =
18 + 163 + 122 = 303 (100%)
R 18 of 303 ~ 5.94%
G 163 of 303 ~ 53.8%
B 122 of 303 ~ 40.26%

%53.8
%40.26

CMYK color model

#12A37A color CMYK value is (89,0,25,36).

  • cyan value is 88.96%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(89,0,25,36)
C89M0Y25K36 
(89%,0%,25%,36%)
(0.89/0.00/0.25/0.36)	

CMYK percentages

%88.96
%0
%25.15
%36.08

Codes

Color #12A37A in popluar color models

12A37A
RGB18163122
HSL163°80.11%35.49%
HSB/HSV163°88.96%63.92%
CMYK88.96%0.00%25.15%
36.08%

Color #12A37A in popluar number systems.

HEX12A37A
Decimal18163122
Binary10010101000111111010
Octal22243172

Shades and tints

Shades of #12A37A

#12A37A
(18,163,122)
#11956F
(17,149,111)
#108764
(16,135,100)
#0F7959
(15,121,89)
#0E6B4E
(14,107,78)
#0D5D43
(13,93,67)
#0C4F38
(12,79,56)
#0B412D
(11,65,45)
#0A3322
(10,51,34)
#092517
(9,37,23)
#08170C
(8,23,12)
#000000
(0,0,0)

Tints of #12A37A

#12A37A
(18,163,122)
#27AB86
(39,171,134)
#3CB392
(60,179,146)
#51BB9E
(81,187,158)
#66C3AA
(102,195,170)
#7BCBB6
(123,203,182)
#90D3C2
(144,211,194)
#A5DBCE
(165,219,206)
#BAE3DA
(186,227,218)
#CFEBE6
(207,235,230)
#E4F3F2
(228,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12A37A; }

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

This text font color is #12A37A.


Background Color

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

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

This div background color is #12A37A.


Border color

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

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

This div border color is #12A37A.


Opacity

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

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

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

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

This text has shadow with #12A37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A37A on black background.


Color preview on white background

This text has color #12A37A on white background.



Black color preview on #12A37A background

This text has black color on #12A37A background.


White color preview on #12A37A background

This text has white color on #12A37A background.