COLOR #8AB351

HEX: #8AB351
RGB: (138,179,81)

Color info

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

RGB color model

#8AB351 color RGB value is (138,179,81).

  • red value is 138;
  • green value is 179;
  • blue value is 81.
RGB:
(138,179,81)
(54%,70%,32%)

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 81 of 255 = 32%

138
179
81

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 81 = 398 (100%)
R 138 of 398 ~ 34.67%
G 179 of 398 ~ 44.97%
B 81 of 398 ~ 20.35%

%34.67
%44.97
%20.35

CMYK color model

#8AB351 color CMYK value is (23,0,55,30).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 54.75%
  • key color value is 29.80%
CMYK:
(23,0,55,30)
C23M0Y55K30 
(23%,0%,55%,30%)
(0.23/0.00/0.55/0.30)	

CMYK percentages

%22.91
%0
%54.75
%29.8

Codes

Color #8AB351 in popluar color models

8AB351
RGB13817981
HSL85°39.20%50.98%
HSB/HSV85°54.75%70.20%
CMYK22.91%0.00%54.75%
29.80%

Color #8AB351 in popluar number systems.

HEX8AB351
Decimal13817981
Binary10001010101100111010001
Octal212263121

Shades and tints

Shades of #8AB351

#8AB351
(138,179,81)
#7EA34A
(126,163,74)
#729343
(114,147,67)
#66833C
(102,131,60)
#5A7335
(90,115,53)
#4E632E
(78,99,46)
#425327
(66,83,39)
#364320
(54,67,32)
#2A3319
(42,51,25)
#1E2312
(30,35,18)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #8AB351

#8AB351
(138,179,81)
#94B960
(148,185,96)
#9EBF6F
(158,191,111)
#A8C57E
(168,197,126)
#B2CB8D
(178,203,141)
#BCD19C
(188,209,156)
#C6D7AB
(198,215,171)
#D0DDBA
(208,221,186)
#DAE3C9
(218,227,201)
#E4E9D8
(228,233,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB351 color. Also use rgb(138,179,81) instead hex code.

Text Font Color

.myTextColor { color: #8AB351; }

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

This text font color is #8AB351.


Background Color

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

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

This div background color is #8AB351.


Border color

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

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

This div border color is #8AB351.


Opacity

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

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

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

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

This text has shadow with #8AB351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB351 on black background.


Color preview on white background

This text has color #8AB351 on white background.



Black color preview on #8AB351 background

This text has black color on #8AB351 background.


White color preview on #8AB351 background

This text has white color on #8AB351 background.