COLOR #12A611

HEX: #12A611
RGB: (18,166,17)

Color info

#12A611 contains mainly green color. Web safe color of #12A611 is #009900 (or #090).

RGB color model

#12A611 color RGB value is (18,166,17).

  • red value is 18;
  • green value is 166;
  • blue value is 17.
RGB:
(18,166,17)
(7%,65%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 166 of 255 = 65%
B 17 of 255 = 7%

18
166
17

R + G + B ~ 26%. #12A611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 166 + 17 = 201 (100%)
R 18 of 201 ~ 8.96%
G 166 of 201 ~ 82.59%
B 17 of 201 ~ 8.46%

%82.59

CMYK color model

#12A611 color CMYK value is (89,0,90,35).

  • cyan value is 89.16%
  • magenta value is 0.00%
  • yellow value is 89.76%
  • key color value is 34.90%
CMYK:
(89,0,90,35)
C89M0Y90K35 
(89%,0%,90%,35%)
(0.89/0.00/0.90/0.35)	

CMYK percentages

%89.16
%0
%89.76
%34.9

Codes

Color #12A611 in popluar color models

12A611
RGB1816617
HSL120°81.42%35.88%
HSB/HSV120°89.76%65.10%
CMYK89.16%0.00%89.76%
34.90%

Color #12A611 in popluar number systems.

HEX12A611
Decimal1816617
Binary100101010011010001
Octal2224621

Shades and tints

Shades of #12A611

#12A611
(18,166,17)
#119710
(17,151,16)
#10880F
(16,136,15)
#0F790E
(15,121,14)
#0E6A0D
(14,106,13)
#0D5B0C
(13,91,12)
#0C4C0B
(12,76,11)
#0B3D0A
(11,61,10)
#0A2E09
(10,46,9)
#091F08
(9,31,8)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #12A611

#12A611
(18,166,17)
#27AE26
(39,174,38)
#3CB63B
(60,182,59)
#51BE50
(81,190,80)
#66C665
(102,198,101)
#7BCE7A
(123,206,122)
#90D68F
(144,214,143)
#A5DEA4
(165,222,164)
#BAE6B9
(186,230,185)
#CFEECE
(207,238,206)
#E4F6E3
(228,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A611 color. Also use rgb(18,166,17) instead hex code.

Text Font Color

.myTextColor { color: #12A611; }

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

This text font color is #12A611.


Background Color

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

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

This div background color is #12A611.


Border color

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

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

This div border color is #12A611.


Opacity

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

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

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

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

This text has shadow with #12A611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A611 on black background.


Color preview on white background

This text has color #12A611 on white background.



Black color preview on #12A611 background

This text has black color on #12A611 background.


White color preview on #12A611 background

This text has white color on #12A611 background.