COLOR #A0CD92

HEX: #A0CD92
RGB: (160,205,146)

Color info

#A0CD92 contains red, green and blue colors in about the same proportion. Web safe color of #A0CD92 is #99CC99 (or #9C9).

RGB color model

#A0CD92 color RGB value is (160,205,146).

  • red value is 160;
  • green value is 205;
  • blue value is 146.
RGB:
(160,205,146)
(63%,80%,57%)

RGB channels and saturation

R 160 of 255 = 63%
G 205 of 255 = 80%
B 146 of 255 = 57%

160
205
146

R + G + B ~ 67%. #A0CD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 205 + 146 = 511 (100%)
R 160 of 511 ~ 31.31%
G 205 of 511 ~ 40.12%
B 146 of 511 ~ 28.57%

%31.31
%40.12
%28.57

CMYK color model

#A0CD92 color CMYK value is (22,0,29,20).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK:
(22,0,29,20)
C22M0Y29K20 
(22%,0%,29%,20%)
(0.22/0.00/0.29/0.20)	

CMYK percentages

%21.95
%0
%28.78
%19.61

Codes

Color #A0CD92 in popluar color models

A0CD92
RGB160205146
HSL106°37.11%68.82%
HSB/HSV106°28.78%80.39%
CMYK21.95%0.00%28.78%
19.61%

Color #A0CD92 in popluar number systems.

HEXA0CD92
Decimal160205146
Binary101000001100110110010010
Octal240315222

Shades and tints

Shades of #A0CD92

#A0CD92
(160,205,146)
#92BB85
(146,187,133)
#84A978
(132,169,120)
#76976B
(118,151,107)
#68855E
(104,133,94)
#5A7351
(90,115,81)
#4C6144
(76,97,68)
#3E4F37
(62,79,55)
#303D2A
(48,61,42)
#222B1D
(34,43,29)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #A0CD92

#A0CD92
(160,205,146)
#A8D19B
(168,209,155)
#B0D5A4
(176,213,164)
#B8D9AD
(184,217,173)
#C0DDB6
(192,221,182)
#C8E1BF
(200,225,191)
#D0E5C8
(208,229,200)
#D8E9D1
(216,233,209)
#E0EDDA
(224,237,218)
#E8F1E3
(232,241,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CD92 color. Also use rgb(160,205,146) instead hex code.

Text Font Color

.myTextColor { color: #A0CD92; }

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

This text font color is #A0CD92.


Background Color

.myBgColor { background-color: #A0CD92; }

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

This div background color is #A0CD92.


Border color

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

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

This div border color is #A0CD92.


Opacity

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

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

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

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

This text has shadow with #A0CD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CD92 on black background.


Color preview on white background

This text has color #A0CD92 on white background.



Black color preview on #A0CD92 background

This text has black color on #A0CD92 background.


White color preview on #A0CD92 background

This text has white color on #A0CD92 background.