COLOR #A0DC41

HEX: #A0DC41
RGB: (160,220,65)

Color info

#A0DC41 contains mainly green color. Web safe color of #A0DC41 is #99CC33 (or #9C3).

RGB color model

#A0DC41 color RGB value is (160,220,65).

  • red value is 160;
  • green value is 220;
  • blue value is 65.
RGB:
(160,220,65)
(63%,86%,25%)

RGB channels and saturation

R 160 of 255 = 63%
G 220 of 255 = 86%
B 65 of 255 = 25%

160
220
65

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

Portions of RGB colors in percentages

R + G + B =
160 + 220 + 65 = 445 (100%)
R 160 of 445 ~ 35.96%
G 220 of 445 ~ 49.44%
B 65 of 445 ~ 14.61%

%35.96
%49.44
%14.61

CMYK color model

#A0DC41 color CMYK value is (27,0,70,14).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 13.73%
CMYK:
(27,0,70,14)
C27M0Y70K14 
(27%,0%,70%,14%)
(0.27/0.00/0.70/0.14)	

CMYK percentages

%27.27
%0
%70.45
%13.73

Codes

Color #A0DC41 in popluar color models

A0DC41
RGB16022065
HSL83°68.89%55.88%
HSB/HSV83°70.45%86.27%
CMYK27.27%0.00%70.45%
13.73%

Color #A0DC41 in popluar number systems.

HEXA0DC41
Decimal16022065
Binary10100000110111001000001
Octal240334101

Shades and tints

Shades of #A0DC41

#A0DC41
(160,220,65)
#92C83C
(146,200,60)
#84B437
(132,180,55)
#76A032
(118,160,50)
#688C2D
(104,140,45)
#5A7828
(90,120,40)
#4C6423
(76,100,35)
#3E501E
(62,80,30)
#303C19
(48,60,25)
#222814
(34,40,20)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0DC41

#A0DC41
(160,220,65)
#A8DF52
(168,223,82)
#B0E263
(176,226,99)
#B8E574
(184,229,116)
#C0E885
(192,232,133)
#C8EB96
(200,235,150)
#D0EEA7
(208,238,167)
#D8F1B8
(216,241,184)
#E0F4C9
(224,244,201)
#E8F7DA
(232,247,218)
#F0FAEB
(240,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DC41 color. Also use rgb(160,220,65) instead hex code.

Text Font Color

.myTextColor { color: #A0DC41; }

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

This text font color is #A0DC41.


Background Color

.myBgColor { background-color: #A0DC41; }

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

This div background color is #A0DC41.


Border color

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

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

This div border color is #A0DC41.


Opacity

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

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

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

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

This text has shadow with #A0DC41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DC41 on black background.


Color preview on white background

This text has color #A0DC41 on white background.



Black color preview on #A0DC41 background

This text has black color on #A0DC41 background.


White color preview on #A0DC41 background

This text has white color on #A0DC41 background.