COLOR #8ABA62

HEX: #8ABA62
RGB: (138,186,98)

Color info

#8ABA62 contains mainly red and green colors. Web safe color of #8ABA62 is #99CC66 (or #9C6).

RGB color model

#8ABA62 color RGB value is (138,186,98).

  • red value is 138;
  • green value is 186;
  • blue value is 98.
RGB:
(138,186,98)
(54%,73%,38%)

RGB channels and saturation

R 138 of 255 = 54%
G 186 of 255 = 73%
B 98 of 255 = 38%

138
186
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 186 + 98 = 422 (100%)
R 138 of 422 ~ 32.7%
G 186 of 422 ~ 44.08%
B 98 of 422 ~ 23.22%

%32.7
%44.08
%23.22

CMYK color model

#8ABA62 color CMYK value is (26,0,47,27).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 27.06%
CMYK:
(26,0,47,27)
C26M0Y47K27 
(26%,0%,47%,27%)
(0.26/0.00/0.47/0.27)	

CMYK percentages

%25.81
%0
%47.31
%27.06

Codes

Color #8ABA62 in popluar color models

8ABA62
RGB13818698
HSL93°38.94%55.69%
HSB/HSV93°47.31%72.94%
CMYK25.81%0.00%47.31%
27.06%

Color #8ABA62 in popluar number systems.

HEX8ABA62
Decimal13818698
Binary10001010101110101100010
Octal212272142

Shades and tints

Shades of #8ABA62

#8ABA62
(138,186,98)
#7EAA5A
(126,170,90)
#729A52
(114,154,82)
#668A4A
(102,138,74)
#5A7A42
(90,122,66)
#4E6A3A
(78,106,58)
#425A32
(66,90,50)
#364A2A
(54,74,42)
#2A3A22
(42,58,34)
#1E2A1A
(30,42,26)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #8ABA62

#8ABA62
(138,186,98)
#94C070
(148,192,112)
#9EC67E
(158,198,126)
#A8CC8C
(168,204,140)
#B2D29A
(178,210,154)
#BCD8A8
(188,216,168)
#C6DEB6
(198,222,182)
#D0E4C4
(208,228,196)
#DAEAD2
(218,234,210)
#E4F0E0
(228,240,224)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABA62 color. Also use rgb(138,186,98) instead hex code.

Text Font Color

.myTextColor { color: #8ABA62; }

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

This text font color is #8ABA62.


Background Color

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

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

This div background color is #8ABA62.


Border color

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

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

This div border color is #8ABA62.


Opacity

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

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

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

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

This text has shadow with #8ABA62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABA62 on black background.


Color preview on white background

This text has color #8ABA62 on white background.



Black color preview on #8ABA62 background

This text has black color on #8ABA62 background.


White color preview on #8ABA62 background

This text has white color on #8ABA62 background.