COLOR #8AAE51

HEX: #8AAE51
RGB: (138,174,81)

Color info

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

RGB color model

#8AAE51 color RGB value is (138,174,81).

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

RGB channels and saturation

R 138 of 255 = 54%
G 174 of 255 = 68%
B 81 of 255 = 32%

138
174
81

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

Portions of RGB colors in percentages

R + G + B =
138 + 174 + 81 = 393 (100%)
R 138 of 393 ~ 35.11%
G 174 of 393 ~ 44.27%
B 81 of 393 ~ 20.61%

%35.11
%44.27
%20.61

CMYK color model

#8AAE51 color CMYK value is (21,0,53,32).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 53.45%
  • key color value is 31.76%
CMYK:
(21,0,53,32)
C21M0Y53K32 
(21%,0%,53%,32%)
(0.21/0.00/0.53/0.32)	

CMYK percentages

%20.69
%0
%53.45
%31.76

Codes

Color #8AAE51 in popluar color models

8AAE51
RGB13817481
HSL83°36.47%50.00%
HSB/HSV83°53.45%68.24%
CMYK20.69%0.00%53.45%
31.76%

Color #8AAE51 in popluar number systems.

HEX8AAE51
Decimal13817481
Binary10001010101011101010001
Octal212256121

Shades and tints

Shades of #8AAE51

#8AAE51
(138,174,81)
#7E9F4A
(126,159,74)
#729043
(114,144,67)
#66813C
(102,129,60)
#5A7235
(90,114,53)
#4E632E
(78,99,46)
#425427
(66,84,39)
#364520
(54,69,32)
#2A3619
(42,54,25)
#1E2712
(30,39,18)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #8AAE51

#8AAE51
(138,174,81)
#94B560
(148,181,96)
#9EBC6F
(158,188,111)
#A8C37E
(168,195,126)
#B2CA8D
(178,202,141)
#BCD19C
(188,209,156)
#C6D8AB
(198,216,171)
#D0DFBA
(208,223,186)
#DAE6C9
(218,230,201)
#E4EDD8
(228,237,216)
#EEF4E7
(238,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAE51; }

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

This text font color is #8AAE51.


Background Color

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

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

This div background color is #8AAE51.


Border color

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

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

This div border color is #8AAE51.


Opacity

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

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

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

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

This text has shadow with #8AAE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAE51 on black background.


Color preview on white background

This text has color #8AAE51 on white background.



Black color preview on #8AAE51 background

This text has black color on #8AAE51 background.


White color preview on #8AAE51 background

This text has white color on #8AAE51 background.