COLOR #8AB14C

HEX: #8AB14C
RGB: (138,177,76)

Color info

#8AB14C contains mainly red and green colors. Web safe color of #8AB14C is #999933 (or #993).

RGB color model

#8AB14C color RGB value is (138,177,76).

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

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 76 of 255 = 30%

138
177
76

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

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 76 = 391 (100%)
R 138 of 391 ~ 35.29%
G 177 of 391 ~ 45.27%
B 76 of 391 ~ 19.44%

%35.29
%45.27
%19.44

CMYK color model

#8AB14C color CMYK value is (22,0,57,31).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 30.59%
CMYK:
(22,0,57,31)
C22M0Y57K31 
(22%,0%,57%,31%)
(0.22/0.00/0.57/0.31)	

CMYK percentages

%22.03
%0
%57.06
%30.59

Codes

Color #8AB14C in popluar color models

8AB14C
RGB13817776
HSL83°39.92%49.61%
HSB/HSV83°57.06%69.41%
CMYK22.03%0.00%57.06%
30.59%

Color #8AB14C in popluar number systems.

HEX8AB14C
Decimal13817776
Binary10001010101100011001100
Octal212261114

Shades and tints

Shades of #8AB14C

#8AB14C
(138,177,76)
#7EA146
(126,161,70)
#729140
(114,145,64)
#66813A
(102,129,58)
#5A7134
(90,113,52)
#4E612E
(78,97,46)
#425128
(66,81,40)
#364122
(54,65,34)
#2A311C
(42,49,28)
#1E2116
(30,33,22)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8AB14C

#8AB14C
(138,177,76)
#94B85C
(148,184,92)
#9EBF6C
(158,191,108)
#A8C67C
(168,198,124)
#B2CD8C
(178,205,140)
#BCD49C
(188,212,156)
#C6DBAC
(198,219,172)
#D0E2BC
(208,226,188)
#DAE9CC
(218,233,204)
#E4F0DC
(228,240,220)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB14C; }

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

This text font color is #8AB14C.


Background Color

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

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

This div background color is #8AB14C.


Border color

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

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

This div border color is #8AB14C.


Opacity

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

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

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

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

This text has shadow with #8AB14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB14C on black background.


Color preview on white background

This text has color #8AB14C on white background.



Black color preview on #8AB14C background

This text has black color on #8AB14C background.


White color preview on #8AB14C background

This text has white color on #8AB14C background.