COLOR #ADD059

HEX: #ADD059
RGB: (173,208,89)

Color info

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

RGB color model

#ADD059 color RGB value is (173,208,89).

  • red value is 173;
  • green value is 208;
  • blue value is 89.
RGB:
(173,208,89)
(68%,82%,35%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 89 of 255 = 35%

173
208
89

R + G + B ~ 62%. #ADD059 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 89 = 470 (100%)
R 173 of 470 ~ 36.81%
G 208 of 470 ~ 44.26%
B 89 of 470 ~ 18.94%

%36.81
%44.26
%18.94

CMYK color model

#ADD059 color CMYK value is (17,0,57,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 57.21%
  • key color value is 18.43%
CMYK:
(17,0,57,18)
C17M0Y57K18 
(17%,0%,57%,18%)
(0.17/0.00/0.57/0.18)	

CMYK percentages

%16.83
%0
%57.21
%18.43

Codes

Color #ADD059 in popluar color models

ADD059
RGB17320889
HSL78°55.87%58.24%
HSB/HSV78°57.21%81.57%
CMYK16.83%0.00%57.21%
18.43%

Color #ADD059 in popluar number systems.

HEXADD059
Decimal17320889
Binary10101101110100001011001
Octal255320131

Shades and tints

Shades of #ADD059

#ADD059
(173,208,89)
#9EBE51
(158,190,81)
#8FAC49
(143,172,73)
#809A41
(128,154,65)
#718839
(113,136,57)
#627631
(98,118,49)
#536429
(83,100,41)
#445221
(68,82,33)
#354019
(53,64,25)
#262E11
(38,46,17)
#171C09
(23,28,9)
#000000
(0,0,0)

Tints of #ADD059

#ADD059
(173,208,89)
#B4D468
(180,212,104)
#BBD877
(187,216,119)
#C2DC86
(194,220,134)
#C9E095
(201,224,149)
#D0E4A4
(208,228,164)
#D7E8B3
(215,232,179)
#DEECC2
(222,236,194)
#E5F0D1
(229,240,209)
#ECF4E0
(236,244,224)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD059 color. Also use rgb(173,208,89) instead hex code.

Text Font Color

.myTextColor { color: #ADD059; }

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

This text font color is #ADD059.


Background Color

.myBgColor { background-color: #ADD059; }

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

This div background color is #ADD059.


Border color

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

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

This div border color is #ADD059.


Opacity

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

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

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

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

This text has shadow with #ADD059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD059 on black background.


Color preview on white background

This text has color #ADD059 on white background.



Black color preview on #ADD059 background

This text has black color on #ADD059 background.


White color preview on #ADD059 background

This text has white color on #ADD059 background.