COLOR #8AB14E

HEX: #8AB14E
RGB: (138,177,78)

Color info

#8AB14E contains mainly red and green colors. Web safe color of #8AB14E is #999966 (or #996).

RGB color model

#8AB14E color RGB value is (138,177,78).

  • red value is 138;
  • green value is 177;
  • blue value is 78.
RGB:
(138,177,78)
(54%,69%,31%)

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 78 of 255 = 31%

138
177
78

R + G + B ~ 51%. #8AB14E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 78 = 393 (100%)
R 138 of 393 ~ 35.11%
G 177 of 393 ~ 45.04%
B 78 of 393 ~ 19.85%

%35.11
%45.04
%19.85

CMYK color model

#8AB14E color CMYK value is (22,0,56,31).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 30.59%
CMYK:
(22,0,56,31)
C22M0Y56K31 
(22%,0%,56%,31%)
(0.22/0.00/0.56/0.31)	

CMYK percentages

%22.03
%0
%55.93
%30.59

Codes

Color #8AB14E in popluar color models

8AB14E
RGB13817778
HSL84°38.82%50.00%
HSB/HSV84°55.93%69.41%
CMYK22.03%0.00%55.93%
30.59%

Color #8AB14E in popluar number systems.

HEX8AB14E
Decimal13817778
Binary10001010101100011001110
Octal212261116

Shades and tints

Shades of #8AB14E

#8AB14E
(138,177,78)
#7EA147
(126,161,71)
#729140
(114,145,64)
#668139
(102,129,57)
#5A7132
(90,113,50)
#4E612B
(78,97,43)
#425124
(66,81,36)
#36411D
(54,65,29)
#2A3116
(42,49,22)
#1E210F
(30,33,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #8AB14E

#8AB14E
(138,177,78)
#94B85E
(148,184,94)
#9EBF6E
(158,191,110)
#A8C67E
(168,198,126)
#B2CD8E
(178,205,142)
#BCD49E
(188,212,158)
#C6DBAE
(198,219,174)
#D0E2BE
(208,226,190)
#DAE9CE
(218,233,206)
#E4F0DE
(228,240,222)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB14E color. Also use rgb(138,177,78) instead hex code.

Text Font Color

.myTextColor { color: #8AB14E; }

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

This text font color is #8AB14E.


Background Color

.myBgColor { background-color: #8AB14E; }

<div style="background-color:#8AB14E">Inner text</div>

This div background color is #8AB14E.


Border color

.myBorderColor { border: 1px solid #8AB14E; }

<div style="border:3px solid #8AB14E">Div</div>

This div border color is #8AB14E.


Opacity

.myOpacity80 { color: #8AB14E; opacity: 0.8; }

<p style="color:#8AB14E;opacity:0.8;">80%</p>

Text with #8AB14E 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 #8AB14E;}

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

This text has shadow with #8AB14E color.

.textShadow {text-shadow: 3px 3px 1px #8AB14E, 3px 3px 1px red;}

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

This text has shadow with #8AB14E primary color and red secondary color.


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

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

This text has shadow with #8AB14E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB14E on black background.


Color preview on white background

This text has color #8AB14E on white background.



Black color preview on #8AB14E background

This text has black color on #8AB14E background.


White color preview on #8AB14E background

This text has white color on #8AB14E background.