COLOR #A0C898

HEX: #A0C898
RGB: (160,200,152)

Color info

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

RGB color model

#A0C898 color RGB value is (160,200,152).

  • red value is 160;
  • green value is 200;
  • blue value is 152.
RGB:
(160,200,152)
(63%,78%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 152 of 255 = 60%

160
200
152

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

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 152 = 512 (100%)
R 160 of 512 ~ 31.25%
G 200 of 512 ~ 39.06%
B 152 of 512 ~ 29.69%

%31.25
%39.06
%29.69

CMYK color model

#A0C898 color CMYK value is (20,0,24,22).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 21.57%
CMYK:
(20,0,24,22)
C20M0Y24K22 
(20%,0%,24%,22%)
(0.20/0.00/0.24/0.22)	

CMYK percentages

%20
%0
%24
%21.57

Codes

Color #A0C898 in popluar color models

A0C898
RGB160200152
HSL110°30.38%69.02%
HSB/HSV110°24.00%78.43%
CMYK20.00%0.00%24.00%
21.57%

Color #A0C898 in popluar number systems.

HEXA0C898
Decimal160200152
Binary101000001100100010011000
Octal240310230

Shades and tints

Shades of #A0C898

#A0C898
(160,200,152)
#92B68B
(146,182,139)
#84A47E
(132,164,126)
#769271
(118,146,113)
#688064
(104,128,100)
#5A6E57
(90,110,87)
#4C5C4A
(76,92,74)
#3E4A3D
(62,74,61)
#303830
(48,56,48)
#222623
(34,38,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0C898

#A0C898
(160,200,152)
#A8CDA1
(168,205,161)
#B0D2AA
(176,210,170)
#B8D7B3
(184,215,179)
#C0DCBC
(192,220,188)
#C8E1C5
(200,225,197)
#D0E6CE
(208,230,206)
#D8EBD7
(216,235,215)
#E0F0E0
(224,240,224)
#E8F5E9
(232,245,233)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C898 color. Also use rgb(160,200,152) instead hex code.

Text Font Color

.myTextColor { color: #A0C898; }

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

This text font color is #A0C898.


Background Color

.myBgColor { background-color: #A0C898; }

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

This div background color is #A0C898.


Border color

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

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

This div border color is #A0C898.


Opacity

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

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

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

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

This text has shadow with #A0C898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C898 on black background.


Color preview on white background

This text has color #A0C898 on white background.



Black color preview on #A0C898 background

This text has black color on #A0C898 background.


White color preview on #A0C898 background

This text has white color on #A0C898 background.