COLOR #ADDC65

HEX: #ADDC65 RGB: (173,220,101)

Color info

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

RGB color model

#ADDC65 color RGB value is (173,220,101).

RGB: (173,220,101) (68%, 86%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 101 of 255 = 40%

173
220
101

R + G + B ~ 65%. #ADDC65 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 101 = 494 (100%)
R 173 of 494 ~ 35.02%
G 220 of 494 ~ 44.53%
B 101 of 494 ~ 20.45'%

%35.02
%44.53
%20.45

CMYK color model

#ADDC65 color CMYK value is (21,0,54,14).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 54.09%
  • key color value is 13.73%

CMYK: (21,0,54,14)
C21M0Y54K14 (21%, 0%, 54%, 14%)
(0.21 / 0.00 / 0.54 / 0.14)

CMYK percentages

%21.36
%0
%54.09
%13.73

Codes

Color #ADDC65 in popluar color models

AD DC 65
RGB 173 220 101
HSL 84° 62.96% 62.94%
HSB/HSV 84° 54.09% 86.27%
CMYK 21.36% 0.00% 54.09%
13.73%

Color #ADDC65 in popluar number systems.

HEX AD DC 65
Decimal 173 220 101
Binary 10101101 11011100 1100101
Octal 255 334 145

Shades and tints

Shades of #ADDC65

#ADDC65
(173,220,101)
#9EC85C
(158,200,92)
#8FB453
(143,180,83)
#80A04A
(128,160,74)
#718C41
(113,140,65)
#627838
(98,120,56)
#53642F
(83,100,47)
#445026
(68,80,38)
#353C1D
(53,60,29)
#262814
(38,40,20)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #ADDC65

#ADDC65
(173,220,101)
#B4DF73
(180,223,115)
#BBE281
(187,226,129)
#C2E58F
(194,229,143)
#C9E89D
(201,232,157)
#D0EBAB
(208,235,171)
#D7EEB9
(215,238,185)
#DEF1C7
(222,241,199)
#E5F4D5
(229,244,213)
#ECF7E3
(236,247,227)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDC65 color. Also use rgb(173,220,101) instead hex code.

Text Font Color

.myTextColor { color: #ADDC65; }

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

This text font color is #ADDC65.

Background Color

.myBgColor { background-color: #ADDC65; }

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

This div background color is #ADDC65.

Border color

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

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

This div border color is #ADDC65.

Opacity

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

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

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

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

This text has shadow with #ADDC65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDC65.

Preview

Color preview on black background

This text has color #ADDC65 on black background.


Color preview on white background

This text has color #ADDC65 on white background.


Black color preview on #ADDC65 background

This text has black color on #ADDC65 background.


White color preview on #ADDC65 background

This text has white color on #ADDC65 background.


Related colors

Complementary color

Complementary color for #hex is #52239A.


I love getcolorcode.com

Triadic colors

1 #65ADDC and #DC65AD with #ADDC65 are triadic colors.

2 #65DCAD and #DCAD65 with #ADDC65 are triadic colors.