COLOR #ADD297

HEX: #ADD297
RGB: (173,210,151)

Color info

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

RGB color model

#ADD297 color RGB value is (173,210,151).

  • red value is 173;
  • green value is 210;
  • blue value is 151.
RGB:
(173,210,151)
(68%,82%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 151 of 255 = 59%

173
210
151

R + G + B ~ 70%. #ADD297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 151 = 534 (100%)
R 173 of 534 ~ 32.4%
G 210 of 534 ~ 39.33%
B 151 of 534 ~ 28.28%

%32.4
%39.33
%28.28

CMYK color model

#ADD297 color CMYK value is (18,0,28,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 17.65%
CMYK:
(18,0,28,18)
C18M0Y28K18 
(18%,0%,28%,18%)
(0.18/0.00/0.28/0.18)	

CMYK percentages

%17.62
%0
%28.1
%17.65

Codes

Color #ADD297 in popluar color models

ADD297
RGB173210151
HSL98°39.60%70.78%
HSB/HSV98°28.10%82.35%
CMYK17.62%0.00%28.10%
17.65%

Color #ADD297 in popluar number systems.

HEXADD297
Decimal173210151
Binary101011011101001010010111
Octal255322227

Shades and tints

Shades of #ADD297

#ADD297
(173,210,151)
#9EBF8A
(158,191,138)
#8FAC7D
(143,172,125)
#809970
(128,153,112)
#718663
(113,134,99)
#627356
(98,115,86)
#536049
(83,96,73)
#444D3C
(68,77,60)
#353A2F
(53,58,47)
#262722
(38,39,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADD297

#ADD297
(173,210,151)
#B4D6A0
(180,214,160)
#BBDAA9
(187,218,169)
#C2DEB2
(194,222,178)
#C9E2BB
(201,226,187)
#D0E6C4
(208,230,196)
#D7EACD
(215,234,205)
#DEEED6
(222,238,214)
#E5F2DF
(229,242,223)
#ECF6E8
(236,246,232)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD297 color. Also use rgb(173,210,151) instead hex code.

Text Font Color

.myTextColor { color: #ADD297; }

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

This text font color is #ADD297.


Background Color

.myBgColor { background-color: #ADD297; }

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

This div background color is #ADD297.


Border color

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

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

This div border color is #ADD297.


Opacity

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

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

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

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

This text has shadow with #ADD297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD297 on black background.


Color preview on white background

This text has color #ADD297 on white background.



Black color preview on #ADD297 background

This text has black color on #ADD297 background.


White color preview on #ADD297 background

This text has white color on #ADD297 background.