COLOR #8AB650

HEX: #8AB650
RGB: (138,182,80)

Color info

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

RGB color model

#8AB650 color RGB value is (138,182,80).

  • red value is 138;
  • green value is 182;
  • blue value is 80.
RGB:
(138,182,80)
(54%,71%,31%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 80 of 255 = 31%

138
182
80

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

Portions of RGB colors in percentages

R + G + B =
138 + 182 + 80 = 400 (100%)
R 138 of 400 ~ 34.5%
G 182 of 400 ~ 45.5%
B 80 of 400 ~ 20%

%34.5
%45.5
%20

CMYK color model

#8AB650 color CMYK value is (24,0,56,29).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 28.63%
CMYK:
(24,0,56,29)
C24M0Y56K29 
(24%,0%,56%,29%)
(0.24/0.00/0.56/0.29)	

CMYK percentages

%24.18
%0
%56.04
%28.63

Codes

Color #8AB650 in popluar color models

8AB650
RGB13818280
HSL86°41.13%51.37%
HSB/HSV86°56.04%71.37%
CMYK24.18%0.00%56.04%
28.63%

Color #8AB650 in popluar number systems.

HEX8AB650
Decimal13818280
Binary10001010101101101010000
Octal212266120

Shades and tints

Shades of #8AB650

#8AB650
(138,182,80)
#7EA649
(126,166,73)
#729642
(114,150,66)
#66863B
(102,134,59)
#5A7634
(90,118,52)
#4E662D
(78,102,45)
#425626
(66,86,38)
#36461F
(54,70,31)
#2A3618
(42,54,24)
#1E2611
(30,38,17)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #8AB650

#8AB650
(138,182,80)
#94BC5F
(148,188,95)
#9EC26E
(158,194,110)
#A8C87D
(168,200,125)
#B2CE8C
(178,206,140)
#BCD49B
(188,212,155)
#C6DAAA
(198,218,170)
#D0E0B9
(208,224,185)
#DAE6C8
(218,230,200)
#E4ECD7
(228,236,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB650 color. Also use rgb(138,182,80) instead hex code.

Text Font Color

.myTextColor { color: #8AB650; }

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

This text font color is #8AB650.


Background Color

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

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

This div background color is #8AB650.


Border color

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

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

This div border color is #8AB650.


Opacity

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

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

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

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

This text has shadow with #8AB650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB650 on black background.


Color preview on white background

This text has color #8AB650 on white background.



Black color preview on #8AB650 background

This text has black color on #8AB650 background.


White color preview on #8AB650 background

This text has white color on #8AB650 background.