COLOR #A0CC83

HEX: #A0CC83
RGB: (160,204,131)

Color info

#A0CC83 contains mainly red and green colors. Web safe color of #A0CC83 is #99CC99 (or #9C9).

RGB color model

#A0CC83 color RGB value is (160,204,131).

  • red value is 160;
  • green value is 204;
  • blue value is 131.
RGB:
(160,204,131)
(63%,80%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 131 of 255 = 51%

160
204
131

R + G + B ~ 65%. #A0CC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 131 = 495 (100%)
R 160 of 495 ~ 32.32%
G 204 of 495 ~ 41.21%
B 131 of 495 ~ 26.46%

%32.32
%41.21
%26.46

CMYK color model

#A0CC83 color CMYK value is (22,0,36,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(22,0,36,20)
C22M0Y36K20 
(22%,0%,36%,20%)
(0.22/0.00/0.36/0.20)	

CMYK percentages

%21.57
%0
%35.78
%20

Codes

Color #A0CC83 in popluar color models

A0CC83
RGB160204131
HSL96°41.71%65.69%
HSB/HSV96°35.78%80.00%
CMYK21.57%0.00%35.78%
20.00%

Color #A0CC83 in popluar number systems.

HEXA0CC83
Decimal160204131
Binary101000001100110010000011
Octal240314203

Shades and tints

Shades of #A0CC83

#A0CC83
(160,204,131)
#92BA78
(146,186,120)
#84A86D
(132,168,109)
#769662
(118,150,98)
#688457
(104,132,87)
#5A724C
(90,114,76)
#4C6041
(76,96,65)
#3E4E36
(62,78,54)
#303C2B
(48,60,43)
#222A20
(34,42,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #A0CC83

#A0CC83
(160,204,131)
#A8D08E
(168,208,142)
#B0D499
(176,212,153)
#B8D8A4
(184,216,164)
#C0DCAF
(192,220,175)
#C8E0BA
(200,224,186)
#D0E4C5
(208,228,197)
#D8E8D0
(216,232,208)
#E0ECDB
(224,236,219)
#E8F0E6
(232,240,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CC83 color. Also use rgb(160,204,131) instead hex code.

Text Font Color

.myTextColor { color: #A0CC83; }

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

This text font color is #A0CC83.


Background Color

.myBgColor { background-color: #A0CC83; }

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

This div background color is #A0CC83.


Border color

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

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

This div border color is #A0CC83.


Opacity

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

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

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

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

This text has shadow with #A0CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CC83 on black background.


Color preview on white background

This text has color #A0CC83 on white background.



Black color preview on #A0CC83 background

This text has black color on #A0CC83 background.


White color preview on #A0CC83 background

This text has white color on #A0CC83 background.