COLOR #A0C54D

HEX: #A0C54D
RGB: (160,197,77)

Color info

#A0C54D contains mainly red and green colors. Web safe color of #A0C54D is #99CC33 (or #9C3).

RGB color model

#A0C54D color RGB value is (160,197,77).

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

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 77 of 255 = 30%

160
197
77

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

Portions of RGB colors in percentages

R + G + B =
160 + 197 + 77 = 434 (100%)
R 160 of 434 ~ 36.87%
G 197 of 434 ~ 45.39%
B 77 of 434 ~ 17.74%

%36.87
%45.39
%17.74

CMYK color model

#A0C54D color CMYK value is (19,0,61,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 60.91%
  • key color value is 22.75%
CMYK:
(19,0,61,23)
C19M0Y61K23 
(19%,0%,61%,23%)
(0.19/0.00/0.61/0.23)	

CMYK percentages

%18.78
%0
%60.91
%22.75

Codes

Color #A0C54D in popluar color models

A0C54D
RGB16019777
HSL79°50.85%53.73%
HSB/HSV79°60.91%77.25%
CMYK18.78%0.00%60.91%
22.75%

Color #A0C54D in popluar number systems.

HEXA0C54D
Decimal16019777
Binary10100000110001011001101
Octal240305115

Shades and tints

Shades of #A0C54D

#A0C54D
(160,197,77)
#92B446
(146,180,70)
#84A33F
(132,163,63)
#769238
(118,146,56)
#688131
(104,129,49)
#5A702A
(90,112,42)
#4C5F23
(76,95,35)
#3E4E1C
(62,78,28)
#303D15
(48,61,21)
#222C0E
(34,44,14)
#141B07
(20,27,7)
#000000
(0,0,0)

Tints of #A0C54D

#A0C54D
(160,197,77)
#A8CA5D
(168,202,93)
#B0CF6D
(176,207,109)
#B8D47D
(184,212,125)
#C0D98D
(192,217,141)
#C8DE9D
(200,222,157)
#D0E3AD
(208,227,173)
#D8E8BD
(216,232,189)
#E0EDCD
(224,237,205)
#E8F2DD
(232,242,221)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C54D; }

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

This text font color is #A0C54D.


Background Color

.myBgColor { background-color: #A0C54D; }

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

This div background color is #A0C54D.


Border color

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

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

This div border color is #A0C54D.


Opacity

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

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

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

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

This text has shadow with #A0C54D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C54D on black background.


Color preview on white background

This text has color #A0C54D on white background.



Black color preview on #A0C54D background

This text has black color on #A0C54D background.


White color preview on #A0C54D background

This text has white color on #A0C54D background.