COLOR #A0D552

HEX: #A0D552
RGB: (160,213,82)

Color info

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

RGB color model

#A0D552 color RGB value is (160,213,82).

  • red value is 160;
  • green value is 213;
  • blue value is 82.
RGB:
(160,213,82)
(63%,84%,32%)

RGB channels and saturation

R 160 of 255 = 63%
G 213 of 255 = 84%
B 82 of 255 = 32%

160
213
82

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

Portions of RGB colors in percentages

R + G + B =
160 + 213 + 82 = 455 (100%)
R 160 of 455 ~ 35.16%
G 213 of 455 ~ 46.81%
B 82 of 455 ~ 18.02%

%35.16
%46.81
%18.02

CMYK color model

#A0D552 color CMYK value is (25,0,62,16).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 61.50%
  • key color value is 16.47%
CMYK:
(25,0,62,16)
C25M0Y62K16 
(25%,0%,62%,16%)
(0.25/0.00/0.62/0.16)	

CMYK percentages

%24.88
%0
%61.5
%16.47

Codes

Color #A0D552 in popluar color models

A0D552
RGB16021382
HSL84°60.93%57.84%
HSB/HSV84°61.50%83.53%
CMYK24.88%0.00%61.50%
16.47%

Color #A0D552 in popluar number systems.

HEXA0D552
Decimal16021382
Binary10100000110101011010010
Octal240325122

Shades and tints

Shades of #A0D552

#A0D552
(160,213,82)
#92C24B
(146,194,75)
#84AF44
(132,175,68)
#769C3D
(118,156,61)
#688936
(104,137,54)
#5A762F
(90,118,47)
#4C6328
(76,99,40)
#3E5021
(62,80,33)
#303D1A
(48,61,26)
#222A13
(34,42,19)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #A0D552

#A0D552
(160,213,82)
#A8D861
(168,216,97)
#B0DB70
(176,219,112)
#B8DE7F
(184,222,127)
#C0E18E
(192,225,142)
#C8E49D
(200,228,157)
#D0E7AC
(208,231,172)
#D8EABB
(216,234,187)
#E0EDCA
(224,237,202)
#E8F0D9
(232,240,217)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D552 color. Also use rgb(160,213,82) instead hex code.

Text Font Color

.myTextColor { color: #A0D552; }

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

This text font color is #A0D552.


Background Color

.myBgColor { background-color: #A0D552; }

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

This div background color is #A0D552.


Border color

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

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

This div border color is #A0D552.


Opacity

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

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

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

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

This text has shadow with #A0D552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D552 on black background.


Color preview on white background

This text has color #A0D552 on white background.



Black color preview on #A0D552 background

This text has black color on #A0D552 background.


White color preview on #A0D552 background

This text has white color on #A0D552 background.