COLOR #8AB261

HEX: #8AB261 RGB: (138,178,97)

Color info

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

RGB color model

#8AB261 color RGB value is (138,178,97).

RGB: (138,178,97) (54%, 70%, 38%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 97 of 255 = 38%

138
178
97

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

Portions of RGB colors in percentages

R + G + B = 138 + 178 + 97 = 413 (100%)
R 138 of 413 ~ 33.41%
G 178 of 413 ~ 43.1%
B 97 of 413 ~ 23.49'%

%33.41
%43.1
%23.49

CMYK color model

#8AB261 color CMYK value is (22,0,46,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 30.20%

CMYK: (22,0,46,30)
C22M0Y46K30 (22%, 0%, 46%, 30%)
(0.22 / 0.00 / 0.46 / 0.30)

CMYK percentages

%22.47
%0
%45.51
%30.2

Codes

Color #8AB261 in popluar color models

8A B2 61
RGB 138 178 97
HSL 90° 34.47% 53.92%
HSB/HSV 90° 45.51% 69.80%
CMYK 22.47% 0.00% 45.51%
30.20%

Color #8AB261 in popluar number systems.

HEX 8A B2 61
Decimal 138 178 97
Binary 10001010 10110010 1100001
Octal 212 262 141

Shades and tints

Shades of #8AB261

#8AB261
(138,178,97)
#7EA259
(126,162,89)
#729251
(114,146,81)
#668249
(102,130,73)
#5A7241
(90,114,65)
#4E6239
(78,98,57)
#425231
(66,82,49)
#364229
(54,66,41)
#2A3221
(42,50,33)
#1E2219
(30,34,25)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8AB261

#8AB261
(138,178,97)
#94B96F
(148,185,111)
#9EC07D
(158,192,125)
#A8C78B
(168,199,139)
#B2CE99
(178,206,153)
#BCD5A7
(188,213,167)
#C6DCB5
(198,220,181)
#D0E3C3
(208,227,195)
#DAEAD1
(218,234,209)
#E4F1DF
(228,241,223)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB261 color. Also use rgb(138,178,97) instead hex code.

Text Font Color

.myTextColor { color: #8AB261; }

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

This text font color is #8AB261.

Background Color

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

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

This div background color is #8AB261.

Border color

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

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

This div border color is #8AB261.

Opacity

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

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

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

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

This text has shadow with #8AB261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB261.

Preview

Color preview on black background

This text has color #8AB261 on black background.


Color preview on white background

This text has color #8AB261 on white background.


Black color preview on #8AB261 background

This text has black color on #8AB261 background.


White color preview on #8AB261 background

This text has white color on #8AB261 background.


Related colors

Complementary color

Complementary color for #hex is #754D9E.


I love getcolorcode.com

Triadic colors

1 #618AB2 and #B2618A with #8AB261 are triadic colors.

2 #61B28A and #B28A61 with #8AB261 are triadic colors.