COLOR #A0C788

HEX: #A0C788
RGB: (160,199,136)

Color info

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

RGB color model

#A0C788 color RGB value is (160,199,136).

  • red value is 160;
  • green value is 199;
  • blue value is 136.
RGB:
(160,199,136)
(63%,78%,53%)

RGB channels and saturation

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

160
199
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 136 = 495 (100%)
R 160 of 495 ~ 32.32%
G 199 of 495 ~ 40.2%
B 136 of 495 ~ 27.47%

%32.32
%40.2
%27.47

CMYK color model

#A0C788 color CMYK value is (20,0,32,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(20,0,32,22)
C20M0Y32K22 
(20%,0%,32%,22%)
(0.20/0.00/0.32/0.22)	

CMYK percentages

%19.6
%0
%31.66
%21.96

Codes

Color #A0C788 in popluar color models

A0C788
RGB160199136
HSL97°36.00%65.69%
HSB/HSV97°31.66%78.04%
CMYK19.60%0.00%31.66%
21.96%

Color #A0C788 in popluar number systems.

HEXA0C788
Decimal160199136
Binary101000001100011110001000
Octal240307210

Shades and tints

Shades of #A0C788

#A0C788
(160,199,136)
#92B57C
(146,181,124)
#84A370
(132,163,112)
#769164
(118,145,100)
#687F58
(104,127,88)
#5A6D4C
(90,109,76)
#4C5B40
(76,91,64)
#3E4934
(62,73,52)
#303728
(48,55,40)
#22251C
(34,37,28)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0C788

#A0C788
(160,199,136)
#A8CC92
(168,204,146)
#B0D19C
(176,209,156)
#B8D6A6
(184,214,166)
#C0DBB0
(192,219,176)
#C8E0BA
(200,224,186)
#D0E5C4
(208,229,196)
#D8EACE
(216,234,206)
#E0EFD8
(224,239,216)
#E8F4E2
(232,244,226)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C788; }

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

This text font color is #A0C788.


Background Color

.myBgColor { background-color: #A0C788; }

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

This div background color is #A0C788.


Border color

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

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

This div border color is #A0C788.


Opacity

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

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

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

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

This text has shadow with #A0C788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C788 on black background.


Color preview on white background

This text has color #A0C788 on white background.



Black color preview on #A0C788 background

This text has black color on #A0C788 background.


White color preview on #A0C788 background

This text has white color on #A0C788 background.