COLOR #A0CD57

HEX: #A0CD57
RGB: (160,205,87)

Color info

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

RGB color model

#A0CD57 color RGB value is (160,205,87).

  • red value is 160;
  • green value is 205;
  • blue value is 87.
RGB:
(160,205,87)
(63%,80%,34%)

RGB channels and saturation

R 160 of 255 = 63%
G 205 of 255 = 80%
B 87 of 255 = 34%

160
205
87

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

Portions of RGB colors in percentages

R + G + B =
160 + 205 + 87 = 452 (100%)
R 160 of 452 ~ 35.4%
G 205 of 452 ~ 45.35%
B 87 of 452 ~ 19.25%

%35.4
%45.35
%19.25

CMYK color model

#A0CD57 color CMYK value is (22,0,58,20).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 57.56%
  • key color value is 19.61%
CMYK:
(22,0,58,20)
C22M0Y58K20 
(22%,0%,58%,20%)
(0.22/0.00/0.58/0.20)	

CMYK percentages

%21.95
%0
%57.56
%19.61

Codes

Color #A0CD57 in popluar color models

A0CD57
RGB16020587
HSL83°54.13%57.25%
HSB/HSV83°57.56%80.39%
CMYK21.95%0.00%57.56%
19.61%

Color #A0CD57 in popluar number systems.

HEXA0CD57
Decimal16020587
Binary10100000110011011010111
Octal240315127

Shades and tints

Shades of #A0CD57

#A0CD57
(160,205,87)
#92BB50
(146,187,80)
#84A949
(132,169,73)
#769742
(118,151,66)
#68853B
(104,133,59)
#5A7334
(90,115,52)
#4C612D
(76,97,45)
#3E4F26
(62,79,38)
#303D1F
(48,61,31)
#222B18
(34,43,24)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #A0CD57

#A0CD57
(160,205,87)
#A8D166
(168,209,102)
#B0D575
(176,213,117)
#B8D984
(184,217,132)
#C0DD93
(192,221,147)
#C8E1A2
(200,225,162)
#D0E5B1
(208,229,177)
#D8E9C0
(216,233,192)
#E0EDCF
(224,237,207)
#E8F1DE
(232,241,222)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CD57 color. Also use rgb(160,205,87) instead hex code.

Text Font Color

.myTextColor { color: #A0CD57; }

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

This text font color is #A0CD57.


Background Color

.myBgColor { background-color: #A0CD57; }

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

This div background color is #A0CD57.


Border color

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

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

This div border color is #A0CD57.


Opacity

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

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

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

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

This text has shadow with #A0CD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CD57 on black background.


Color preview on white background

This text has color #A0CD57 on white background.



Black color preview on #A0CD57 background

This text has black color on #A0CD57 background.


White color preview on #A0CD57 background

This text has white color on #A0CD57 background.