COLOR #A0DB61

HEX: #A0DB61
RGB: (160,219,97)

Color info

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

RGB color model

#A0DB61 color RGB value is (160,219,97).

  • red value is 160;
  • green value is 219;
  • blue value is 97.
RGB:
(160,219,97)
(63%,86%,38%)

RGB channels and saturation

R 160 of 255 = 63%
G 219 of 255 = 86%
B 97 of 255 = 38%

160
219
97

R + G + B ~ 62%. #A0DB61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 219 + 97 = 476 (100%)
R 160 of 476 ~ 33.61%
G 219 of 476 ~ 46.01%
B 97 of 476 ~ 20.38%

%33.61
%46.01
%20.38

CMYK color model

#A0DB61 color CMYK value is (27,0,56,14).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 14.12%
CMYK:
(27,0,56,14)
C27M0Y56K14 
(27%,0%,56%,14%)
(0.27/0.00/0.56/0.14)	

CMYK percentages

%26.94
%0
%55.71
%14.12

Codes

Color #A0DB61 in popluar color models

A0DB61
RGB16021997
HSL89°62.89%61.96%
HSB/HSV89°55.71%85.88%
CMYK26.94%0.00%55.71%
14.12%

Color #A0DB61 in popluar number systems.

HEXA0DB61
Decimal16021997
Binary10100000110110111100001
Octal240333141

Shades and tints

Shades of #A0DB61

#A0DB61
(160,219,97)
#92C859
(146,200,89)
#84B551
(132,181,81)
#76A249
(118,162,73)
#688F41
(104,143,65)
#5A7C39
(90,124,57)
#4C6931
(76,105,49)
#3E5629
(62,86,41)
#304321
(48,67,33)
#223019
(34,48,25)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #A0DB61

#A0DB61
(160,219,97)
#A8DE6F
(168,222,111)
#B0E17D
(176,225,125)
#B8E48B
(184,228,139)
#C0E799
(192,231,153)
#C8EAA7
(200,234,167)
#D0EDB5
(208,237,181)
#D8F0C3
(216,240,195)
#E0F3D1
(224,243,209)
#E8F6DF
(232,246,223)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DB61 color. Also use rgb(160,219,97) instead hex code.

Text Font Color

.myTextColor { color: #A0DB61; }

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

This text font color is #A0DB61.


Background Color

.myBgColor { background-color: #A0DB61; }

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

This div background color is #A0DB61.


Border color

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

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

This div border color is #A0DB61.


Opacity

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

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

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

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

This text has shadow with #A0DB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DB61 on black background.


Color preview on white background

This text has color #A0DB61 on white background.



Black color preview on #A0DB61 background

This text has black color on #A0DB61 background.


White color preview on #A0DB61 background

This text has white color on #A0DB61 background.