COLOR #A0BC66

HEX: #A0BC66
RGB: (160,188,102)

Color info

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

RGB color model

#A0BC66 color RGB value is (160,188,102).

  • red value is 160;
  • green value is 188;
  • blue value is 102.
RGB:
(160,188,102)
(63%,74%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 188 of 255 = 74%
B 102 of 255 = 40%

160
188
102

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

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 102 = 450 (100%)
R 160 of 450 ~ 35.56%
G 188 of 450 ~ 41.78%
B 102 of 450 ~ 22.67%

%35.56
%41.78
%22.67

CMYK color model

#A0BC66 color CMYK value is (15,0,46,26).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 26.27%
CMYK:
(15,0,46,26)
C15M0Y46K26 
(15%,0%,46%,26%)
(0.15/0.00/0.46/0.26)	

CMYK percentages

%14.89
%0
%45.74
%26.27

Codes

Color #A0BC66 in popluar color models

A0BC66
RGB160188102
HSL80°39.09%56.86%
HSB/HSV80°45.74%73.73%
CMYK14.89%0.00%45.74%
26.27%

Color #A0BC66 in popluar number systems.

HEXA0BC66
Decimal160188102
Binary10100000101111001100110
Octal240274146

Shades and tints

Shades of #A0BC66

#A0BC66
(160,188,102)
#92AB5D
(146,171,93)
#849A54
(132,154,84)
#76894B
(118,137,75)
#687842
(104,120,66)
#5A6739
(90,103,57)
#4C5630
(76,86,48)
#3E4527
(62,69,39)
#30341E
(48,52,30)
#222315
(34,35,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #A0BC66

#A0BC66
(160,188,102)
#A8C273
(168,194,115)
#B0C880
(176,200,128)
#B8CE8D
(184,206,141)
#C0D49A
(192,212,154)
#C8DAA7
(200,218,167)
#D0E0B4
(208,224,180)
#D8E6C1
(216,230,193)
#E0ECCE
(224,236,206)
#E8F2DB
(232,242,219)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BC66 color. Also use rgb(160,188,102) instead hex code.

Text Font Color

.myTextColor { color: #A0BC66; }

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

This text font color is #A0BC66.


Background Color

.myBgColor { background-color: #A0BC66; }

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

This div background color is #A0BC66.


Border color

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

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

This div border color is #A0BC66.


Opacity

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

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

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

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

This text has shadow with #A0BC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BC66 on black background.


Color preview on white background

This text has color #A0BC66 on white background.



Black color preview on #A0BC66 background

This text has black color on #A0BC66 background.


White color preview on #A0BC66 background

This text has white color on #A0BC66 background.