COLOR #ACDB61

HEX: #ACDB61
RGB: (172,219,97)

Color info

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

RGB color model

#ACDB61 color RGB value is (172,219,97).

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

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 97 of 255 = 38%

172
219
97

R + G + B ~ 64%. #ACDB61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 219 + 97 = 488 (100%)
R 172 of 488 ~ 35.25%
G 219 of 488 ~ 44.88%
B 97 of 488 ~ 19.88%

%35.25
%44.88
%19.88

CMYK color model

#ACDB61 color CMYK value is (21,0,56,14).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 14.12%
CMYK:
(21,0,56,14)
C21M0Y56K14 
(21%,0%,56%,14%)
(0.21/0.00/0.56/0.14)	

CMYK percentages

%21.46
%0
%55.71
%14.12

Codes

Color #ACDB61 in popluar color models

ACDB61
RGB17221997
HSL83°62.89%61.96%
HSB/HSV83°55.71%85.88%
CMYK21.46%0.00%55.71%
14.12%

Color #ACDB61 in popluar number systems.

HEXACDB61
Decimal17221997
Binary10101100110110111100001
Octal254333141

Shades and tints

Shades of #ACDB61

#ACDB61
(172,219,97)
#9DC859
(157,200,89)
#8EB551
(142,181,81)
#7FA249
(127,162,73)
#708F41
(112,143,65)
#617C39
(97,124,57)
#526931
(82,105,49)
#435629
(67,86,41)
#344321
(52,67,33)
#253019
(37,48,25)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #ACDB61

#ACDB61
(172,219,97)
#B3DE6F
(179,222,111)
#BAE17D
(186,225,125)
#C1E48B
(193,228,139)
#C8E799
(200,231,153)
#CFEAA7
(207,234,167)
#D6EDB5
(214,237,181)
#DDF0C3
(221,240,195)
#E4F3D1
(228,243,209)
#EBF6DF
(235,246,223)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDB61; }

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

This text font color is #ACDB61.


Background Color

.myBgColor { background-color: #ACDB61; }

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

This div background color is #ACDB61.


Border color

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

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

This div border color is #ACDB61.


Opacity

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

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

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

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

This text has shadow with #ACDB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDB61 on black background.


Color preview on white background

This text has color #ACDB61 on white background.



Black color preview on #ACDB61 background

This text has black color on #ACDB61 background.


White color preview on #ACDB61 background

This text has white color on #ACDB61 background.