COLOR #ADC398

HEX: #ADC398
RGB: (173,195,152)

Color info

#ADC398 contains red, green and blue colors in about the same proportion. Web safe color of #ADC398 is #99CC99 (or #9C9).

RGB color model

#ADC398 color RGB value is (173,195,152).

  • red value is 173;
  • green value is 195;
  • blue value is 152.
RGB: (173,195,152) (68%,76%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 152 of 255 = 60%

173
195
152

R + G + B ~ 68%. #ADC398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 152 = 520 (100%)
R 173 of 520 ~ 33.27%
G 195 of 520 ~ 37.5%
B 152 of 520 ~ 29.23%

%33.27
%37.5
%29.23

CMYK color model

#ADC398 color CMYK value is (11,0,22,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK: (11,0,22,24) C11M0Y22K24 (11%,0%,22%,24%) (0.11/0.00/0.22/0.24)

CMYK percentages

%11.28
%0
%22.05
%23.53

Codes

Color #ADC398 in popluar color models

ADC398
RGB173195152
HSL91°26.38%68.04%
HSB/HSV91°22.05%76.47%
CMYK11.28%0.00%22.05%
23.53%

Color #ADC398 in popluar number systems.

HEXADC398
Decimal173195152
Binary101011011100001110011000
Octal255303230

Shades and tints

Shades of #ADC398

#ADC398
(173,195,152)
#9EB28B
(158,178,139)
#8FA17E
(143,161,126)
#809071
(128,144,113)
#717F64
(113,127,100)
#626E57
(98,110,87)
#535D4A
(83,93,74)
#444C3D
(68,76,61)
#353B30
(53,59,48)
#262A23
(38,42,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADC398

#ADC398
(173,195,152)
#B4C8A1
(180,200,161)
#BBCDAA
(187,205,170)
#C2D2B3
(194,210,179)
#C9D7BC
(201,215,188)
#D0DCC5
(208,220,197)
#D7E1CE
(215,225,206)
#DEE6D7
(222,230,215)
#E5EBE0
(229,235,224)
#ECF0E9
(236,240,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC398 color. Also use rgb(173,195,152) instead hex code.

Text Font Color

.myTextColor { color: #ADC398; }

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

This text font color is #ADC398.


Background Color

.myBgColor { background-color: #ADC398; }

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

This div background color is #ADC398.


Border color

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

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

This div border color is #ADC398.


Opacity

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

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

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

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

This text has shadow with #ADC398 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADC398 on black background.


Color preview on white background

This text has color #ADC398 on white background.



Black color preview on #ADC398 background

This text has black color on #ADC398 background.


White color preview on #ADC398 background

This text has white color on #ADC398 background.