COLOR #ADC481

HEX: #ADC481
RGB: (173,196,129)

Color info

#ADC481 contains mainly red and green colors. Web safe color of #ADC481 is #99CC99 (or #9C9).

RGB color model

#ADC481 color RGB value is (173,196,129).

  • red value is 173;
  • green value is 196;
  • blue value is 129.
RGB:
(173,196,129)
(68%,77%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 129 of 255 = 51%

173
196
129

R + G + B ~ 65%. #ADC481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 196 + 129 = 498 (100%)
R 173 of 498 ~ 34.74%
G 196 of 498 ~ 39.36%
B 129 of 498 ~ 25.9%

%34.74
%39.36
%25.9

CMYK color model

#ADC481 color CMYK value is (12,0,34,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 23.14%
CMYK:
(12,0,34,23)
C12M0Y34K23 
(12%,0%,34%,23%)
(0.12/0.00/0.34/0.23)	

CMYK percentages

%11.73
%0
%34.18
%23.14

Codes

Color #ADC481 in popluar color models

ADC481
RGB173196129
HSL81°36.22%63.73%
HSB/HSV81°34.18%76.86%
CMYK11.73%0.00%34.18%
23.14%

Color #ADC481 in popluar number systems.

HEXADC481
Decimal173196129
Binary101011011100010010000001
Octal255304201

Shades and tints

Shades of #ADC481

#ADC481
(173,196,129)
#9EB376
(158,179,118)
#8FA26B
(143,162,107)
#809160
(128,145,96)
#718055
(113,128,85)
#626F4A
(98,111,74)
#535E3F
(83,94,63)
#444D34
(68,77,52)
#353C29
(53,60,41)
#262B1E
(38,43,30)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADC481

#ADC481
(173,196,129)
#B4C98C
(180,201,140)
#BBCE97
(187,206,151)
#C2D3A2
(194,211,162)
#C9D8AD
(201,216,173)
#D0DDB8
(208,221,184)
#D7E2C3
(215,226,195)
#DEE7CE
(222,231,206)
#E5ECD9
(229,236,217)
#ECF1E4
(236,241,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC481 color. Also use rgb(173,196,129) instead hex code.

Text Font Color

.myTextColor { color: #ADC481; }

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

This text font color is #ADC481.


Background Color

.myBgColor { background-color: #ADC481; }

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

This div background color is #ADC481.


Border color

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

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

This div border color is #ADC481.


Opacity

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

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

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

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

This text has shadow with #ADC481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC481 on black background.


Color preview on white background

This text has color #ADC481 on white background.



Black color preview on #ADC481 background

This text has black color on #ADC481 background.


White color preview on #ADC481 background

This text has white color on #ADC481 background.