COLOR #A0BA79

HEX: #A0BA79
RGB: (160,186,121)

Color info

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

RGB color model

#A0BA79 color RGB value is (160,186,121).

  • red value is 160;
  • green value is 186;
  • blue value is 121.
RGB:
(160,186,121)
(63%,73%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 121 of 255 = 47%

160
186
121

R + G + B ~ 61%. #A0BA79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 121 = 467 (100%)
R 160 of 467 ~ 34.26%
G 186 of 467 ~ 39.83%
B 121 of 467 ~ 25.91%

%34.26
%39.83
%25.91

CMYK color model

#A0BA79 color CMYK value is (14,0,35,27).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 27.06%
CMYK:
(14,0,35,27)
C14M0Y35K27 
(14%,0%,35%,27%)
(0.14/0.00/0.35/0.27)	

CMYK percentages

%13.98
%0
%34.95
%27.06

Codes

Color #A0BA79 in popluar color models

A0BA79
RGB160186121
HSL84°32.02%60.20%
HSB/HSV84°34.95%72.94%
CMYK13.98%0.00%34.95%
27.06%

Color #A0BA79 in popluar number systems.

HEXA0BA79
Decimal160186121
Binary10100000101110101111001
Octal240272171

Shades and tints

Shades of #A0BA79

#A0BA79
(160,186,121)
#92AA6E
(146,170,110)
#849A63
(132,154,99)
#768A58
(118,138,88)
#687A4D
(104,122,77)
#5A6A42
(90,106,66)
#4C5A37
(76,90,55)
#3E4A2C
(62,74,44)
#303A21
(48,58,33)
#222A16
(34,42,22)
#141A0B
(20,26,11)
#000000
(0,0,0)

Tints of #A0BA79

#A0BA79
(160,186,121)
#A8C085
(168,192,133)
#B0C691
(176,198,145)
#B8CC9D
(184,204,157)
#C0D2A9
(192,210,169)
#C8D8B5
(200,216,181)
#D0DEC1
(208,222,193)
#D8E4CD
(216,228,205)
#E0EAD9
(224,234,217)
#E8F0E5
(232,240,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BA79 color. Also use rgb(160,186,121) instead hex code.

Text Font Color

.myTextColor { color: #A0BA79; }

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

This text font color is #A0BA79.


Background Color

.myBgColor { background-color: #A0BA79; }

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

This div background color is #A0BA79.


Border color

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

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

This div border color is #A0BA79.


Opacity

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

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

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

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

This text has shadow with #A0BA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BA79 on black background.


Color preview on white background

This text has color #A0BA79 on white background.



Black color preview on #A0BA79 background

This text has black color on #A0BA79 background.


White color preview on #A0BA79 background

This text has white color on #A0BA79 background.