COLOR #14B712

HEX: #14B712
RGB: (20,183,18)

Color info

#14B712 contains mainly green color. Web safe color of #14B712 is #00CC00 (or #0C0).

RGB color model

#14B712 color RGB value is (20,183,18).

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

RGB channels and saturation

R 20 of 255 = 8%
G 183 of 255 = 72%
B 18 of 255 = 7%

20
183
18

R + G + B ~ 29%. #14B712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 183 + 18 = 221 (100%)
R 20 of 221 ~ 9.05%
G 183 of 221 ~ 82.81%
B 18 of 221 ~ 8.14%

%82.81

CMYK color model

#14B712 color CMYK value is (89,0,90,28).

  • cyan value is 89.07%
  • magenta value is 0.00%
  • yellow value is 90.16%
  • key color value is 28.24%
CMYK:
(89,0,90,28)
C89M0Y90K28 
(89%,0%,90%,28%)
(0.89/0.00/0.90/0.28)	

CMYK percentages

%89.07
%0
%90.16
%28.24

Codes

Color #14B712 in popluar color models

14B712
RGB2018318
HSL119°82.09%39.41%
HSB/HSV119°90.16%71.76%
CMYK89.07%0.00%90.16%
28.24%

Color #14B712 in popluar number systems.

HEX14B712
Decimal2018318
Binary101001011011110010
Octal2426722

Shades and tints

Shades of #14B712

#14B712
(20,183,18)
#13A711
(19,167,17)
#129710
(18,151,16)
#11870F
(17,135,15)
#10770E
(16,119,14)
#0F670D
(15,103,13)
#0E570C
(14,87,12)
#0D470B
(13,71,11)
#0C370A
(12,55,10)
#0B2709
(11,39,9)
#0A1708
(10,23,8)
#000000
(0,0,0)

Tints of #14B712

#14B712
(20,183,18)
#29BD27
(41,189,39)
#3EC33C
(62,195,60)
#53C951
(83,201,81)
#68CF66
(104,207,102)
#7DD57B
(125,213,123)
#92DB90
(146,219,144)
#A7E1A5
(167,225,165)
#BCE7BA
(188,231,186)
#D1EDCF
(209,237,207)
#E6F3E4
(230,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B712 color. Also use rgb(20,183,18) instead hex code.

Text Font Color

.myTextColor { color: #14B712; }

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

This text font color is #14B712.


Background Color

.myBgColor { background-color: #14B712; }

<div style="background-color:#14B712">Inner text</div>

This div background color is #14B712.


Border color

.myBorderColor { border: 1px solid #14B712; }

<div style="border:3px solid #14B712">Div</div>

This div border color is #14B712.


Opacity

.myOpacity80 { color: #14B712; opacity: 0.8; }

<p style="color:#14B712;opacity:0.8;">80%</p>

Text with #14B712 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 #14B712;}

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

This text has shadow with #14B712 color.

.textShadow {text-shadow: 3px 3px 1px #14B712, 3px 3px 1px red;}

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

This text has shadow with #14B712 primary color and red secondary color.


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

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

This text has shadow with #14B712 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14B712 on black background.


Color preview on white background

This text has color #14B712 on white background.



Black color preview on #14B712 background

This text has black color on #14B712 background.


White color preview on #14B712 background

This text has white color on #14B712 background.