COLOR #A0C55E

HEX: #A0C55E
RGB: (160,197,94)

Color info

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

RGB color model

#A0C55E color RGB value is (160,197,94).

  • red value is 160;
  • green value is 197;
  • blue value is 94.
RGB:
(160,197,94)
(63%,77%,37%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 94 of 255 = 37%

160
197
94

R + G + B ~ 59%. #A0C55E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 197 + 94 = 451 (100%)
R 160 of 451 ~ 35.48%
G 197 of 451 ~ 43.68%
B 94 of 451 ~ 20.84%

%35.48
%43.68
%20.84

CMYK color model

#A0C55E color CMYK value is (19,0,52,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 52.28%
  • key color value is 22.75%
CMYK:
(19,0,52,23)
C19M0Y52K23 
(19%,0%,52%,23%)
(0.19/0.00/0.52/0.23)	

CMYK percentages

%18.78
%0
%52.28
%22.75

Codes

Color #A0C55E in popluar color models

A0C55E
RGB16019794
HSL82°47.03%57.06%
HSB/HSV82°52.28%77.25%
CMYK18.78%0.00%52.28%
22.75%

Color #A0C55E in popluar number systems.

HEXA0C55E
Decimal16019794
Binary10100000110001011011110
Octal240305136

Shades and tints

Shades of #A0C55E

#A0C55E
(160,197,94)
#92B456
(146,180,86)
#84A34E
(132,163,78)
#769246
(118,146,70)
#68813E
(104,129,62)
#5A7036
(90,112,54)
#4C5F2E
(76,95,46)
#3E4E26
(62,78,38)
#303D1E
(48,61,30)
#222C16
(34,44,22)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #A0C55E

#A0C55E
(160,197,94)
#A8CA6C
(168,202,108)
#B0CF7A
(176,207,122)
#B8D488
(184,212,136)
#C0D996
(192,217,150)
#C8DEA4
(200,222,164)
#D0E3B2
(208,227,178)
#D8E8C0
(216,232,192)
#E0EDCE
(224,237,206)
#E8F2DC
(232,242,220)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C55E color. Also use rgb(160,197,94) instead hex code.

Text Font Color

.myTextColor { color: #A0C55E; }

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

This text font color is #A0C55E.


Background Color

.myBgColor { background-color: #A0C55E; }

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

This div background color is #A0C55E.


Border color

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

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

This div border color is #A0C55E.


Opacity

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

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

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

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

This text has shadow with #A0C55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C55E on black background.


Color preview on white background

This text has color #A0C55E on white background.



Black color preview on #A0C55E background

This text has black color on #A0C55E background.


White color preview on #A0C55E background

This text has white color on #A0C55E background.