COLOR #ADC46E

HEX: #ADC46E
RGB: (173,196,110)

Color info

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

RGB color model

#ADC46E color RGB value is (173,196,110).

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

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 110 of 255 = 43%

173
196
110

R + G + B ~ 63%. #ADC46E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 196 + 110 = 479 (100%)
R 173 of 479 ~ 36.12%
G 196 of 479 ~ 40.92%
B 110 of 479 ~ 22.96%

%36.12
%40.92
%22.96

CMYK color model

#ADC46E color CMYK value is (12,0,44,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 23.14%
CMYK:
(12,0,44,23)
C12M0Y44K23 
(12%,0%,44%,23%)
(0.12/0.00/0.44/0.23)	

CMYK percentages

%11.73
%0
%43.88
%23.14

Codes

Color #ADC46E in popluar color models

ADC46E
RGB173196110
HSL76°42.16%60.00%
HSB/HSV76°43.88%76.86%
CMYK11.73%0.00%43.88%
23.14%

Color #ADC46E in popluar number systems.

HEXADC46E
Decimal173196110
Binary10101101110001001101110
Octal255304156

Shades and tints

Shades of #ADC46E

#ADC46E
(173,196,110)
#9EB364
(158,179,100)
#8FA25A
(143,162,90)
#809150
(128,145,80)
#718046
(113,128,70)
#626F3C
(98,111,60)
#535E32
(83,94,50)
#444D28
(68,77,40)
#353C1E
(53,60,30)
#262B14
(38,43,20)
#171A0A
(23,26,10)
#000000
(0,0,0)

Tints of #ADC46E

#ADC46E
(173,196,110)
#B4C97B
(180,201,123)
#BBCE88
(187,206,136)
#C2D395
(194,211,149)
#C9D8A2
(201,216,162)
#D0DDAF
(208,221,175)
#D7E2BC
(215,226,188)
#DEE7C9
(222,231,201)
#E5ECD6
(229,236,214)
#ECF1E3
(236,241,227)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC46E; }

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

This text font color is #ADC46E.


Background Color

.myBgColor { background-color: #ADC46E; }

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

This div background color is #ADC46E.


Border color

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

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

This div border color is #ADC46E.


Opacity

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

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

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

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

This text has shadow with #ADC46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC46E on black background.


Color preview on white background

This text has color #ADC46E on white background.



Black color preview on #ADC46E background

This text has black color on #ADC46E background.


White color preview on #ADC46E background

This text has white color on #ADC46E background.