COLOR #A0B66D

HEX: #A0B66D
RGB: (160,182,109)

Color info

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

RGB color model

#A0B66D color RGB value is (160,182,109).

  • red value is 160;
  • green value is 182;
  • blue value is 109.
RGB:
(160,182,109)
(63%,71%,43%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 109 of 255 = 43%

160
182
109

R + G + B ~ 59%. #A0B66D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 109 = 451 (100%)
R 160 of 451 ~ 35.48%
G 182 of 451 ~ 40.35%
B 109 of 451 ~ 24.17%

%35.48
%40.35
%24.17

CMYK color model

#A0B66D color CMYK value is (12,0,40,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(12,0,40,29)
C12M0Y40K29 
(12%,0%,40%,29%)
(0.12/0.00/0.40/0.29)	

CMYK percentages

%12.09
%0
%40.11
%28.63

Codes

Color #A0B66D in popluar color models

A0B66D
RGB160182109
HSL78°33.33%57.06%
HSB/HSV78°40.11%71.37%
CMYK12.09%0.00%40.11%
28.63%

Color #A0B66D in popluar number systems.

HEXA0B66D
Decimal160182109
Binary10100000101101101101101
Octal240266155

Shades and tints

Shades of #A0B66D

#A0B66D
(160,182,109)
#92A664
(146,166,100)
#84965B
(132,150,91)
#768652
(118,134,82)
#687649
(104,118,73)
#5A6640
(90,102,64)
#4C5637
(76,86,55)
#3E462E
(62,70,46)
#303625
(48,54,37)
#22261C
(34,38,28)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0B66D

#A0B66D
(160,182,109)
#A8BC7A
(168,188,122)
#B0C287
(176,194,135)
#B8C894
(184,200,148)
#C0CEA1
(192,206,161)
#C8D4AE
(200,212,174)
#D0DABB
(208,218,187)
#D8E0C8
(216,224,200)
#E0E6D5
(224,230,213)
#E8ECE2
(232,236,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B66D color. Also use rgb(160,182,109) instead hex code.

Text Font Color

.myTextColor { color: #A0B66D; }

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

This text font color is #A0B66D.


Background Color

.myBgColor { background-color: #A0B66D; }

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

This div background color is #A0B66D.


Border color

.myBorderColor { border: 1px solid #A0B66D; }

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

This div border color is #A0B66D.


Opacity

.myOpacity80 { color: #A0B66D; opacity: 0.8; }

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

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

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

This text has shadow with #A0B66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B66D on black background.


Color preview on white background

This text has color #A0B66D on white background.



Black color preview on #A0B66D background

This text has black color on #A0B66D background.


White color preview on #A0B66D background

This text has white color on #A0B66D background.