COLOR #ADD152

HEX: #ADD152 RGB: (173,209,82)

Color info

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

RGB color model

#ADD152 color RGB value is (173,209,82).

RGB: (173,209,82) (68%, 82%, 32%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 82 of 255 = 32%

173
209
82

R + G + B ~ 61%. #ADD152 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 82 = 464 (100%)
R 173 of 464 ~ 37.28%
G 209 of 464 ~ 45.04%
B 82 of 464 ~ 17.67'%

%37.28
%45.04
%17.67

CMYK color model

#ADD152 color CMYK value is (17,0,61,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 60.77%
  • key color value is 18.04%
CMYK: (17,0,61,18) C17M0Y61K18 (17%,0%,61%,18%) (0.17/0.00/0.61/0.18) 

CMYK percentages

%17.22
%0
%60.77
%18.04

Codes

Color #ADD152 in popluar color models

AD D1 52
RGB 173 209 82
HSL 77° 57.99% 57.06%
HSB/HSV 77° 60.77% 81.96%
CMYK 17.22% 0.00% 60.77%
18.04%

Color #ADD152 in popluar number systems.

HEX AD D1 52
Decimal 173 209 82
Binary 10101101 11010001 1010010
Octal 255 321 122

Shades and tints

Shades of #ADD152

#ADD152
(173,209,82)
#9EBE4B
(158,190,75)
#8FAB44
(143,171,68)
#80983D
(128,152,61)
#718536
(113,133,54)
#62722F
(98,114,47)
#535F28
(83,95,40)
#444C21
(68,76,33)
#35391A
(53,57,26)
#262613
(38,38,19)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #ADD152

#ADD152
(173,209,82)
#B4D561
(180,213,97)
#BBD970
(187,217,112)
#C2DD7F
(194,221,127)
#C9E18E
(201,225,142)
#D0E59D
(208,229,157)
#D7E9AC
(215,233,172)
#DEEDBB
(222,237,187)
#E5F1CA
(229,241,202)
#ECF5D9
(236,245,217)
#F3F9E8
(243,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD152 color. Also use rgb(173,209,82) instead hex code.

Text Font Color

.myTextColor { color: #ADD152; }

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

This text font color is #ADD152.

Background Color

.myBgColor { background-color: #ADD152; }

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

This div background color is #ADD152.

Border color

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

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

This div border color is #ADD152.

Opacity

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

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

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

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

This text has shadow with #ADD152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD152.

Preview

Color preview on black background

This text has color #ADD152 on black background.


Color preview on white background

This text has color #ADD152 on white background.


Black color preview on #ADD152 background

This text has black color on #ADD152 background.


White color preview on #ADD152 background

This text has white color on #ADD152 background.


Related colors

Complementary color

Complementary color for #hex is #522EAD.


I love getcolorcode.com

Triadic colors

1 #52ADD1 and #D152AD with #ADD152 are triadic colors.

2 #52D1AD and #D1AD52 with #ADD152 are triadic colors.