COLOR #A0C17A

HEX: #A0C17A
RGB: (160,193,122)

Color info

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

RGB color model

#A0C17A color RGB value is (160,193,122).

  • red value is 160;
  • green value is 193;
  • blue value is 122.
RGB:
(160,193,122)
(63%,76%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 193 of 255 = 76%
B 122 of 255 = 48%

160
193
122

R + G + B ~ 62%. #A0C17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 193 + 122 = 475 (100%)
R 160 of 475 ~ 33.68%
G 193 of 475 ~ 40.63%
B 122 of 475 ~ 25.68%

%33.68
%40.63
%25.68

CMYK color model

#A0C17A color CMYK value is (17,0,37,24).

  • cyan value is 17.10%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 24.31%
CMYK:
(17,0,37,24)
C17M0Y37K24 
(17%,0%,37%,24%)
(0.17/0.00/0.37/0.24)	

CMYK percentages

%17.1
%0
%36.79
%24.31

Codes

Color #A0C17A in popluar color models

A0C17A
RGB160193122
HSL88°36.41%61.76%
HSB/HSV88°36.79%75.69%
CMYK17.10%0.00%36.79%
24.31%

Color #A0C17A in popluar number systems.

HEXA0C17A
Decimal160193122
Binary10100000110000011111010
Octal240301172

Shades and tints

Shades of #A0C17A

#A0C17A
(160,193,122)
#92B06F
(146,176,111)
#849F64
(132,159,100)
#768E59
(118,142,89)
#687D4E
(104,125,78)
#5A6C43
(90,108,67)
#4C5B38
(76,91,56)
#3E4A2D
(62,74,45)
#303922
(48,57,34)
#222817
(34,40,23)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #A0C17A

#A0C17A
(160,193,122)
#A8C686
(168,198,134)
#B0CB92
(176,203,146)
#B8D09E
(184,208,158)
#C0D5AA
(192,213,170)
#C8DAB6
(200,218,182)
#D0DFC2
(208,223,194)
#D8E4CE
(216,228,206)
#E0E9DA
(224,233,218)
#E8EEE6
(232,238,230)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C17A color. Also use rgb(160,193,122) instead hex code.

Text Font Color

.myTextColor { color: #A0C17A; }

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

This text font color is #A0C17A.


Background Color

.myBgColor { background-color: #A0C17A; }

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

This div background color is #A0C17A.


Border color

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

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

This div border color is #A0C17A.


Opacity

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

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

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

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

This text has shadow with #A0C17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C17A on black background.


Color preview on white background

This text has color #A0C17A on white background.



Black color preview on #A0C17A background

This text has black color on #A0C17A background.


White color preview on #A0C17A background

This text has white color on #A0C17A background.