COLOR #A0C688

HEX: #A0C688 RGB: (160,198,136)

Color info

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

RGB color model

#A0C688 color RGB value is (160,198,136).

RGB: (160,198,136) (63%, 78%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 198 of 255 = 78%
B 136 of 255 = 53%

160
198
136

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

Portions of RGB colors in percentages

R + G + B = 160 + 198 + 136 = 494 (100%)
R 160 of 494 ~ 32.39%
G 198 of 494 ~ 40.08%
B 136 of 494 ~ 27.53'%

%32.39
%40.08
%27.53

CMYK color model

#A0C688 color CMYK value is (19,0,31,22).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK: (19,0,31,22) C19M0Y31K22 (19%,0%,31%,22%) (0.19/0.00/0.31/0.22) 

CMYK percentages

%19.19
%0
%31.31
%22.35

Codes

Color #A0C688 in popluar color models

A0 C6 88
RGB 160 198 136
HSL 97° 35.23% 65.49%
HSB/HSV 97° 31.31% 77.65%
CMYK 19.19% 0.00% 31.31%
22.35%

Color #A0C688 in popluar number systems.

HEX A0 C6 88
Decimal 160 198 136
Binary 10100000 11000110 10001000
Octal 240 306 210

Shades and tints

Shades of #A0C688

#A0C688
(160,198,136)
#92B47C
(146,180,124)
#84A270
(132,162,112)
#769064
(118,144,100)
#687E58
(104,126,88)
#5A6C4C
(90,108,76)
#4C5A40
(76,90,64)
#3E4834
(62,72,52)
#303628
(48,54,40)
#22241C
(34,36,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A0C688

#A0C688
(160,198,136)
#A8CB92
(168,203,146)
#B0D09C
(176,208,156)
#B8D5A6
(184,213,166)
#C0DAB0
(192,218,176)
#C8DFBA
(200,223,186)
#D0E4C4
(208,228,196)
#D8E9CE
(216,233,206)
#E0EED8
(224,238,216)
#E8F3E2
(232,243,226)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C688 color. Also use rgb(160,198,136) instead hex code.

Text Font Color

.myTextColor { color: #A0C688; }

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

This text font color is #A0C688.

Background Color

.myBgColor { background-color: #A0C688; }

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

This div background color is #A0C688.

Border color

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

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

This div border color is #A0C688.

Opacity

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

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

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

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

This text has shadow with #A0C688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C688.

Preview

Color preview on black background

This text has color #A0C688 on black background.


Color preview on white background

This text has color #A0C688 on white background.


Black color preview on #A0C688 background

This text has black color on #A0C688 background.


White color preview on #A0C688 background

This text has white color on #A0C688 background.


Related colors

Complementary color

Complementary color for #hex is #5F3977.


I love getcolorcode.com

Triadic colors

1 #88A0C6 and #C688A0 with #A0C688 are triadic colors.

2 #88C6A0 and #C6A088 with #A0C688 are triadic colors.