COLOR #A0CEA9

HEX: #A0CEA9 RGB: (160,206,169)

Color info

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

RGB color model

#A0CEA9 color RGB value is (160,206,169).

RGB: (160,206,169) (63%, 81%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 206 of 255 = 81%
B 169 of 255 = 66%

160
206
169

R + G + B ~ 70%. #A0CEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 206 + 169 = 535 (100%)
R 160 of 535 ~ 29.91%
G 206 of 535 ~ 38.5%
B 169 of 535 ~ 31.59'%

%29.91
%38.5
%31.59

CMYK color model

#A0CEA9 color CMYK value is (22,0,18,19).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%

CMYK: (22,0,18,19)
C22M0Y18K19 (22%, 0%, 18%, 19%)
(0.22 / 0.00 / 0.18 / 0.19)

CMYK percentages

%22.33
%0
%17.96
%19.22

Codes

Color #A0CEA9 in popluar color models

A0 CE A9
RGB 160 206 169
HSL 132° 31.94% 71.76%
HSB/HSV 132° 22.33% 80.78%
CMYK 22.33% 0.00% 17.96%
19.22%

Color #A0CEA9 in popluar number systems.

HEX A0 CE A9
Decimal 160 206 169
Binary 10100000 11001110 10101001
Octal 240 316 251

Shades and tints

Shades of #A0CEA9

#A0CEA9
(160,206,169)
#92BC9A
(146,188,154)
#84AA8B
(132,170,139)
#76987C
(118,152,124)
#68866D
(104,134,109)
#5A745E
(90,116,94)
#4C624F
(76,98,79)
#3E5040
(62,80,64)
#303E31
(48,62,49)
#222C22
(34,44,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #A0CEA9

#A0CEA9
(160,206,169)
#A8D2B0
(168,210,176)
#B0D6B7
(176,214,183)
#B8DABE
(184,218,190)
#C0DEC5
(192,222,197)
#C8E2CC
(200,226,204)
#D0E6D3
(208,230,211)
#D8EADA
(216,234,218)
#E0EEE1
(224,238,225)
#E8F2E8
(232,242,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CEA9 color. Also use rgb(160,206,169) instead hex code.

Text Font Color

.myTextColor { color: #A0CEA9; }

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

This text font color is #A0CEA9.

Background Color

.myBgColor { background-color: #A0CEA9; }

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

This div background color is #A0CEA9.

Border color

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

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

This div border color is #A0CEA9.

Opacity

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

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

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

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

This text has shadow with #A0CEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CEA9.

Preview

Color preview on black background

This text has color #A0CEA9 on black background.


Color preview on white background

This text has color #A0CEA9 on white background.


Black color preview on #A0CEA9 background

This text has black color on #A0CEA9 background.


White color preview on #A0CEA9 background

This text has white color on #A0CEA9 background.


Related colors

Complementary color

Complementary color for #hex is #5F3156.


I love getcolorcode.com

Triadic colors

1 #A9A0CE and #CEA9A0 with #A0CEA9 are triadic colors.

2 #A9CEA0 and #CEA0A9 with #A0CEA9 are triadic colors.