COLOR #ADC55F

HEX: #ADC55F RGB: (173,197,95)

Color info

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

RGB color model

#ADC55F color RGB value is (173,197,95).

RGB: (173,197,95) (68%, 77%, 37%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 95 of 255 = 37%

173
197
95

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

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 95 = 465 (100%)
R 173 of 465 ~ 37.2%
G 197 of 465 ~ 42.37%
B 95 of 465 ~ 20.43'%

%37.2
%42.37
%20.43

CMYK color model

#ADC55F color CMYK value is (12,0,52,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 51.78%
  • key color value is 22.75%

CMYK: (12,0,52,23)
C12M0Y52K23 (12%, 0%, 52%, 23%)
(0.12 / 0.00 / 0.52 / 0.23)

CMYK percentages

%12.18
%0
%51.78
%22.75

Codes

Color #ADC55F in popluar color models

AD C5 5F
RGB 173 197 95
HSL 74° 46.79% 57.25%
HSB/HSV 74° 51.78% 77.25%
CMYK 12.18% 0.00% 51.78%
22.75%

Color #ADC55F in popluar number systems.

HEX AD C5 5F
Decimal 173 197 95
Binary 10101101 11000101 1011111
Octal 255 305 137

Shades and tints

Shades of #ADC55F

#ADC55F
(173,197,95)
#9EB457
(158,180,87)
#8FA34F
(143,163,79)
#809247
(128,146,71)
#71813F
(113,129,63)
#627037
(98,112,55)
#535F2F
(83,95,47)
#444E27
(68,78,39)
#353D1F
(53,61,31)
#262C17
(38,44,23)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #ADC55F

#ADC55F
(173,197,95)
#B4CA6D
(180,202,109)
#BBCF7B
(187,207,123)
#C2D489
(194,212,137)
#C9D997
(201,217,151)
#D0DEA5
(208,222,165)
#D7E3B3
(215,227,179)
#DEE8C1
(222,232,193)
#E5EDCF
(229,237,207)
#ECF2DD
(236,242,221)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC55F color. Also use rgb(173,197,95) instead hex code.

Text Font Color

.myTextColor { color: #ADC55F; }

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

This text font color is #ADC55F.

Background Color

.myBgColor { background-color: #ADC55F; }

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

This div background color is #ADC55F.

Border color

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

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

This div border color is #ADC55F.

Opacity

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

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

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

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

This text has shadow with #ADC55F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC55F.

Preview

Color preview on black background

This text has color #ADC55F on black background.


Color preview on white background

This text has color #ADC55F on white background.


Black color preview on #ADC55F background

This text has black color on #ADC55F background.


White color preview on #ADC55F background

This text has white color on #ADC55F background.


Related colors

Complementary color

Complementary color for #hex is #523AA0.


I love getcolorcode.com

Triadic colors

1 #5FADC5 and #C55FAD with #ADC55F are triadic colors.

2 #5FC5AD and #C5AD5F with #ADC55F are triadic colors.