COLOR #A0C777

HEX: #A0C777
RGB: (160,199,119)

Color info

#A0C777 contains mainly red and green colors. Web safe color of #A0C777 is #99CC66 (or #9C6).

RGB color model

#A0C777 color RGB value is (160,199,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 119 of 255 = 47%

160
199
119

R + G + B ~ 63%. #A0C777 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 119 = 478 (100%)
R 160 of 478 ~ 33.47%
G 199 of 478 ~ 41.63%
B 119 of 478 ~ 24.9%

%33.47
%41.63
%24.9

CMYK color model

#A0C777 color CMYK value is (20,0,40,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 21.96%
CMYK:
(20,0,40,22)
C20M0Y40K22 
(20%,0%,40%,22%)
(0.20/0.00/0.40/0.22)	

CMYK percentages

%19.6
%0
%40.2
%21.96

Codes

Color #A0C777 in popluar color models

A0C777
RGB160199119
HSL89°41.67%62.35%
HSB/HSV89°40.20%78.04%
CMYK19.60%0.00%40.20%
21.96%

Color #A0C777 in popluar number systems.

HEXA0C777
Decimal160199119
Binary10100000110001111110111
Octal240307167

Shades and tints

Shades of #A0C777

#A0C777
(160,199,119)
#92B56D
(146,181,109)
#84A363
(132,163,99)
#769159
(118,145,89)
#687F4F
(104,127,79)
#5A6D45
(90,109,69)
#4C5B3B
(76,91,59)
#3E4931
(62,73,49)
#303727
(48,55,39)
#22251D
(34,37,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A0C777

#A0C777
(160,199,119)
#A8CC83
(168,204,131)
#B0D18F
(176,209,143)
#B8D69B
(184,214,155)
#C0DBA7
(192,219,167)
#C8E0B3
(200,224,179)
#D0E5BF
(208,229,191)
#D8EACB
(216,234,203)
#E0EFD7
(224,239,215)
#E8F4E3
(232,244,227)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C777; }

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

This text font color is #A0C777.


Background Color

.myBgColor { background-color: #A0C777; }

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

This div background color is #A0C777.


Border color

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

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

This div border color is #A0C777.


Opacity

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

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

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

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

This text has shadow with #A0C777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C777 on black background.


Color preview on white background

This text has color #A0C777 on white background.



Black color preview on #A0C777 background

This text has black color on #A0C777 background.


White color preview on #A0C777 background

This text has white color on #A0C777 background.