COLOR #A0C77E

HEX: #A0C77E
RGB: (160,199,126)

Color info

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

RGB color model

#A0C77E color RGB value is (160,199,126).

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

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 126 of 255 = 49%

160
199
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 126 = 485 (100%)
R 160 of 485 ~ 32.99%
G 199 of 485 ~ 41.03%
B 126 of 485 ~ 25.98%

%32.99
%41.03
%25.98

CMYK color model

#A0C77E color CMYK value is (20,0,37,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 21.96%
CMYK:
(20,0,37,22)
C20M0Y37K22 
(20%,0%,37%,22%)
(0.20/0.00/0.37/0.22)	

CMYK percentages

%19.6
%0
%36.68
%21.96

Codes

Color #A0C77E in popluar color models

A0C77E
RGB160199126
HSL92°39.46%63.73%
HSB/HSV92°36.68%78.04%
CMYK19.60%0.00%36.68%
21.96%

Color #A0C77E in popluar number systems.

HEXA0C77E
Decimal160199126
Binary10100000110001111111110
Octal240307176

Shades and tints

Shades of #A0C77E

#A0C77E
(160,199,126)
#92B573
(146,181,115)
#84A368
(132,163,104)
#76915D
(118,145,93)
#687F52
(104,127,82)
#5A6D47
(90,109,71)
#4C5B3C
(76,91,60)
#3E4931
(62,73,49)
#303726
(48,55,38)
#22251B
(34,37,27)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0C77E

#A0C77E
(160,199,126)
#A8CC89
(168,204,137)
#B0D194
(176,209,148)
#B8D69F
(184,214,159)
#C0DBAA
(192,219,170)
#C8E0B5
(200,224,181)
#D0E5C0
(208,229,192)
#D8EACB
(216,234,203)
#E0EFD6
(224,239,214)
#E8F4E1
(232,244,225)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C77E; }

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

This text font color is #A0C77E.


Background Color

.myBgColor { background-color: #A0C77E; }

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

This div background color is #A0C77E.


Border color

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

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

This div border color is #A0C77E.


Opacity

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

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

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

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

This text has shadow with #A0C77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C77E on black background.


Color preview on white background

This text has color #A0C77E on white background.



Black color preview on #A0C77E background

This text has black color on #A0C77E background.


White color preview on #A0C77E background

This text has white color on #A0C77E background.