COLOR #14AE05

HEX: #14AE05
RGB: (20,174,5)

Color info

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

RGB color model

#14AE05 color RGB value is (20,174,5).

  • red value is 20;
  • green value is 174;
  • blue value is 5.
RGB:
(20,174,5)
(8%,68%,2%)

RGB channels and saturation

R 20 of 255 = 8%
G 174 of 255 = 68%
B 5 of 255 = 2%

20
174
5

R + G + B ~ 26%. #14AE05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 174 + 5 = 199 (100%)
R 20 of 199 ~ 10.05%
G 174 of 199 ~ 87.44%
B 5 of 199 ~ 2.51%

%10.05
%87.44

CMYK color model

#14AE05 color CMYK value is (89,0,97,32).

  • cyan value is 88.51%
  • magenta value is 0.00%
  • yellow value is 97.13%
  • key color value is 31.76%
CMYK:
(89,0,97,32)
C89M0Y97K32 
(89%,0%,97%,32%)
(0.89/0.00/0.97/0.32)	

CMYK percentages

%88.51
%0
%97.13
%31.76

Codes

Color #14AE05 in popluar color models

14AE05
RGB201745
HSL115°94.41%35.10%
HSB/HSV115°97.13%68.24%
CMYK88.51%0.00%97.13%
31.76%

Color #14AE05 in popluar number systems.

HEX14AE05
Decimal201745
Binary1010010101110101
Octal242565

Shades and tints

Shades of #14AE05

#14AE05
(20,174,5)
#139F05
(19,159,5)
#129005
(18,144,5)
#118105
(17,129,5)
#107205
(16,114,5)
#0F6305
(15,99,5)
#0E5405
(14,84,5)
#0D4505
(13,69,5)
#0C3605
(12,54,5)
#0B2705
(11,39,5)
#0A1805
(10,24,5)
#000000
(0,0,0)

Tints of #14AE05

#14AE05
(20,174,5)
#29B51B
(41,181,27)
#3EBC31
(62,188,49)
#53C347
(83,195,71)
#68CA5D
(104,202,93)
#7DD173
(125,209,115)
#92D889
(146,216,137)
#A7DF9F
(167,223,159)
#BCE6B5
(188,230,181)
#D1EDCB
(209,237,203)
#E6F4E1
(230,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14AE05; }

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

This text font color is #14AE05.


Background Color

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

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

This div background color is #14AE05.


Border color

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

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

This div border color is #14AE05.


Opacity

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

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

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

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

This text has shadow with #14AE05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14AE05 on black background.


Color preview on white background

This text has color #14AE05 on white background.



Black color preview on #14AE05 background

This text has black color on #14AE05 background.


White color preview on #14AE05 background

This text has white color on #14AE05 background.