COLOR #12A85D

HEX: #12A85D
RGB: (18,168,93)

Color info

#12A85D contains mainly green color. Web safe color of #12A85D is #009966 (or #096).

RGB color model

#12A85D color RGB value is (18,168,93).

  • red value is 18;
  • green value is 168;
  • blue value is 93.
RGB:
(18,168,93)
(7%,66%,36%)

RGB channels and saturation

R 18 of 255 = 7%
G 168 of 255 = 66%
B 93 of 255 = 36%

18
168
93

R + G + B ~ 36%. #12A85D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 168 + 93 = 279 (100%)
R 18 of 279 ~ 6.45%
G 168 of 279 ~ 60.22%
B 93 of 279 ~ 33.33%

%60.22
%33.33

CMYK color model

#12A85D color CMYK value is (89,0,45,34).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%
CMYK:
(89,0,45,34)
C89M0Y45K34 
(89%,0%,45%,34%)
(0.89/0.00/0.45/0.34)	

CMYK percentages

%89.29
%0
%44.64
%34.12

Codes

Color #12A85D in popluar color models

12A85D
RGB1816893
HSL150°80.65%36.47%
HSB/HSV150°89.29%65.88%
CMYK89.29%0.00%44.64%
34.12%

Color #12A85D in popluar number systems.

HEX12A85D
Decimal1816893
Binary10010101010001011101
Octal22250135

Shades and tints

Shades of #12A85D

#12A85D
(18,168,93)
#119955
(17,153,85)
#108A4D
(16,138,77)
#0F7B45
(15,123,69)
#0E6C3D
(14,108,61)
#0D5D35
(13,93,53)
#0C4E2D
(12,78,45)
#0B3F25
(11,63,37)
#0A301D
(10,48,29)
#092115
(9,33,21)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #12A85D

#12A85D
(18,168,93)
#27AF6B
(39,175,107)
#3CB679
(60,182,121)
#51BD87
(81,189,135)
#66C495
(102,196,149)
#7BCBA3
(123,203,163)
#90D2B1
(144,210,177)
#A5D9BF
(165,217,191)
#BAE0CD
(186,224,205)
#CFE7DB
(207,231,219)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A85D color. Also use rgb(18,168,93) instead hex code.

Text Font Color

.myTextColor { color: #12A85D; }

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

This text font color is #12A85D.


Background Color

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

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

This div background color is #12A85D.


Border color

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

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

This div border color is #12A85D.


Opacity

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

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

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

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

This text has shadow with #12A85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A85D on black background.


Color preview on white background

This text has color #12A85D on white background.



Black color preview on #12A85D background

This text has black color on #12A85D background.


White color preview on #12A85D background

This text has white color on #12A85D background.