COLOR #14AF14

HEX: #14AF14
RGB: (20,175,20)

Color info

#14AF14 contains mainly green color. Web safe color of #14AF14 is #009900 (or #090).

RGB color model

#14AF14 color RGB value is (20,175,20).

  • red value is 20;
  • green value is 175;
  • blue value is 20.
RGB:
(20,175,20)
(8%,69%,8%)

RGB channels and saturation

R 20 of 255 = 8%
G 175 of 255 = 69%
B 20 of 255 = 8%

20
175
20

R + G + B ~ 28%. #14AF14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 175 + 20 = 215 (100%)
R 20 of 215 ~ 9.3%
G 175 of 215 ~ 81.4%
B 20 of 215 ~ 9.3%

%81.4

CMYK color model

#14AF14 color CMYK value is (89,0,89,31).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 88.57%
  • key color value is 31.37%
CMYK:
(89,0,89,31)
C89M0Y89K31 
(89%,0%,89%,31%)
(0.89/0.00/0.89/0.31)	

CMYK percentages

%88.57
%0
%88.57
%31.37

Codes

Color #14AF14 in popluar color models

14AF14
RGB2017520
HSL120°79.49%38.24%
HSB/HSV120°88.57%68.63%
CMYK88.57%0.00%88.57%
31.37%

Color #14AF14 in popluar number systems.

HEX14AF14
Decimal2017520
Binary101001010111110100
Octal2425724

Shades and tints

Shades of #14AF14

#14AF14
(20,175,20)
#13A013
(19,160,19)
#129112
(18,145,18)
#118211
(17,130,17)
#107310
(16,115,16)
#0F640F
(15,100,15)
#0E550E
(14,85,14)
#0D460D
(13,70,13)
#0C370C
(12,55,12)
#0B280B
(11,40,11)
#0A190A
(10,25,10)
#000000
(0,0,0)

Tints of #14AF14

#14AF14
(20,175,20)
#29B629
(41,182,41)
#3EBD3E
(62,189,62)
#53C453
(83,196,83)
#68CB68
(104,203,104)
#7DD27D
(125,210,125)
#92D992
(146,217,146)
#A7E0A7
(167,224,167)
#BCE7BC
(188,231,188)
#D1EED1
(209,238,209)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14AF14; }

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

This text font color is #14AF14.


Background Color

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

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

This div background color is #14AF14.


Border color

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

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

This div border color is #14AF14.


Opacity

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

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

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

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

This text has shadow with #14AF14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14AF14 on black background.


Color preview on white background

This text has color #14AF14 on white background.



Black color preview on #14AF14 background

This text has black color on #14AF14 background.


White color preview on #14AF14 background

This text has white color on #14AF14 background.