COLOR #12A714

HEX: #12A714
RGB: (18,167,20)

Color info

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

RGB color model

#12A714 color RGB value is (18,167,20).

  • red value is 18;
  • green value is 167;
  • blue value is 20.
RGB:
(18,167,20)
(7%,65%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 167 of 255 = 65%
B 20 of 255 = 8%

18
167
20

R + G + B ~ 27%. #12A714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 167 + 20 = 205 (100%)
R 18 of 205 ~ 8.78%
G 167 of 205 ~ 81.46%
B 20 of 205 ~ 9.76%

%81.46
%9.76

CMYK color model

#12A714 color CMYK value is (89,0,88,35).

  • cyan value is 89.22%
  • magenta value is 0.00%
  • yellow value is 88.02%
  • key color value is 34.51%
CMYK:
(89,0,88,35)
C89M0Y88K35 
(89%,0%,88%,35%)
(0.89/0.00/0.88/0.35)	

CMYK percentages

%89.22
%0
%88.02
%34.51

Codes

Color #12A714 in popluar color models

12A714
RGB1816720
HSL121°80.54%36.27%
HSB/HSV121°89.22%65.49%
CMYK89.22%0.00%88.02%
34.51%

Color #12A714 in popluar number systems.

HEX12A714
Decimal1816720
Binary100101010011110100
Octal2224724

Shades and tints

Shades of #12A714

#12A714
(18,167,20)
#119813
(17,152,19)
#108912
(16,137,18)
#0F7A11
(15,122,17)
#0E6B10
(14,107,16)
#0D5C0F
(13,92,15)
#0C4D0E
(12,77,14)
#0B3E0D
(11,62,13)
#0A2F0C
(10,47,12)
#09200B
(9,32,11)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #12A714

#12A714
(18,167,20)
#27AF29
(39,175,41)
#3CB73E
(60,183,62)
#51BF53
(81,191,83)
#66C768
(102,199,104)
#7BCF7D
(123,207,125)
#90D792
(144,215,146)
#A5DFA7
(165,223,167)
#BAE7BC
(186,231,188)
#CFEFD1
(207,239,209)
#E4F7E6
(228,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A714 color. Also use rgb(18,167,20) instead hex code.

Text Font Color

.myTextColor { color: #12A714; }

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

This text font color is #12A714.


Background Color

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

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

This div background color is #12A714.


Border color

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

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

This div border color is #12A714.


Opacity

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

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

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

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

This text has shadow with #12A714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A714 on black background.


Color preview on white background

This text has color #12A714 on white background.



Black color preview on #12A714 background

This text has black color on #12A714 background.


White color preview on #12A714 background

This text has white color on #12A714 background.