COLOR #81AD5B

HEX: #81AD5B RGB: (129,173,91)

Color info

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

RGB color model

#81AD5B color RGB value is (129,173,91).

RGB: (129,173,91) (51%, 68%, 36%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 91 of 255 = 36%

129
173
91

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

Portions of RGB colors in percentages

R + G + B = 129 + 173 + 91 = 393 (100%)
R 129 of 393 ~ 32.82%
G 173 of 393 ~ 44.02%
B 91 of 393 ~ 23.16'%

%32.82
%44.02
%23.16

CMYK color model

#81AD5B color CMYK value is (25,0,47,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 32.16%

CMYK: (25,0,47,32)
C25M0Y47K32 (25%, 0%, 47%, 32%)
(0.25 / 0.00 / 0.47 / 0.32)

CMYK percentages

%25.43
%0
%47.4
%32.16

Codes

Color #81AD5B in popluar color models

81 AD 5B
RGB 129 173 91
HSL 92° 33.33% 51.76%
HSB/HSV 92° 47.40% 67.84%
CMYK 25.43% 0.00% 47.40%
32.16%

Color #81AD5B in popluar number systems.

HEX 81 AD 5B
Decimal 129 173 91
Binary 10000001 10101101 1011011
Octal 201 255 133

Shades and tints

Shades of #81AD5B

#81AD5B
(129,173,91)
#769E53
(118,158,83)
#6B8F4B
(107,143,75)
#608043
(96,128,67)
#55713B
(85,113,59)
#4A6233
(74,98,51)
#3F532B
(63,83,43)
#344423
(52,68,35)
#29351B
(41,53,27)
#1E2613
(30,38,19)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #81AD5B

#81AD5B
(129,173,91)
#8CB469
(140,180,105)
#97BB77
(151,187,119)
#A2C285
(162,194,133)
#ADC993
(173,201,147)
#B8D0A1
(184,208,161)
#C3D7AF
(195,215,175)
#CEDEBD
(206,222,189)
#D9E5CB
(217,229,203)
#E4ECD9
(228,236,217)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AD5B color. Also use rgb(129,173,91) instead hex code.

Text Font Color

.myTextColor { color: #81AD5B; }

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

This text font color is #81AD5B.

Background Color

.myBgColor { background-color: #81AD5B; }

<div style="background-color:#81AD5B">Inner text</div>

This div background color is #81AD5B.

Border color

.myBorderColor { border: 1px solid #81AD5B; }

<div style="border:3px solid #81AD5B">Div</div>

This div border color is #81AD5B.

Opacity

.myOpacity80 { color: #81AD5B; opacity: 0.8; }

<p style="color:#81AD5B;opacity:0.8;">80%</p>

Text with #81AD5B 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 #81AD5B;}

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

This text has shadow with #81AD5B color.


.textShadow {text-shadow: 3px 3px 1px #81AD5B', 3px 3px 1px red;}

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

This text has shadow with #81AD5B primary color and red secondary color.


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

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

This text has shadow with #81AD5B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81AD5B; -webkit-box-shadow: 1px 1px 3px 2px #81AD5B; box-shadow:1px 1px 3px 2px #81AD5B;">
Div content here
</div>

This div box has shadow with color #81AD5B.

Preview

Color preview on black background

This text has color #81AD5B on black background.


Color preview on white background

This text has color #81AD5B on white background.


Black color preview on #81AD5B background

This text has black color on #81AD5B background.


White color preview on #81AD5B background

This text has white color on #81AD5B background.


Related colors

Complementary color

Complementary color for #hex is #7E52A4.


I love getcolorcode.com

Triadic colors

1 #5B81AD and #AD5B81 with #81AD5B are triadic colors.

2 #5BAD81 and #AD815B with #81AD5B are triadic colors.