COLOR #ADC727

HEX: #ADC727 RGB: (173,199,39)

Color info

#ADC727 contains mainly red and green colors. Web safe color of #ADC727 is #99CC33 (or #9C3).

RGB color model

#ADC727 color RGB value is (173,199,39).

RGB: (173,199,39) (68%, 78%, 15%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 39 of 255 = 15%

173
199
39

R + G + B ~ 54%. #ADC727 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 39 = 411 (100%)
R 173 of 411 ~ 42.09%
G 199 of 411 ~ 48.42%
B 39 of 411 ~ 9.49'%

%42.09
%48.42

CMYK color model

#ADC727 color CMYK value is (13,0,80,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 80.40%
  • key color value is 21.96%

CMYK: (13,0,80,22)
C13M0Y80K22 (13%, 0%, 80%, 22%)
(0.13 / 0.00 / 0.80 / 0.22)

CMYK percentages

%13.07
%0
%80.4
%21.96

Codes

Color #ADC727 in popluar color models

AD C7 27
RGB 173 199 39
HSL 70° 67.23% 46.67%
HSB/HSV 70° 80.40% 78.04%
CMYK 13.07% 0.00% 80.40%
21.96%

Color #ADC727 in popluar number systems.

HEX AD C7 27
Decimal 173 199 39
Binary 10101101 11000111 100111
Octal 255 307 47

Shades and tints

Shades of #ADC727

#ADC727
(173,199,39)
#9EB524
(158,181,36)
#8FA321
(143,163,33)
#80911E
(128,145,30)
#717F1B
(113,127,27)
#626D18
(98,109,24)
#535B15
(83,91,21)
#444912
(68,73,18)
#35370F
(53,55,15)
#26250C
(38,37,12)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #ADC727

#ADC727
(173,199,39)
#B4CC3A
(180,204,58)
#BBD14D
(187,209,77)
#C2D660
(194,214,96)
#C9DB73
(201,219,115)
#D0E086
(208,224,134)
#D7E599
(215,229,153)
#DEEAAC
(222,234,172)
#E5EFBF
(229,239,191)
#ECF4D2
(236,244,210)
#F3F9E5
(243,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC727 color. Also use rgb(173,199,39) instead hex code.

Text Font Color

.myTextColor { color: #ADC727; }

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

This text font color is #ADC727.

Background Color

.myBgColor { background-color: #ADC727; }

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

This div background color is #ADC727.

Border color

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

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

This div border color is #ADC727.

Opacity

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

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

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

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

This text has shadow with #ADC727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC727.

Preview

Color preview on black background

This text has color #ADC727 on black background.


Color preview on white background

This text has color #ADC727 on white background.


Black color preview on #ADC727 background

This text has black color on #ADC727 background.


White color preview on #ADC727 background

This text has white color on #ADC727 background.


Related colors

Complementary color

Complementary color for #hex is #5238D8.


I love getcolorcode.com

Triadic colors

1 #27ADC7 and #C727AD with #ADC727 are triadic colors.

2 #27C7AD and #C7AD27 with #ADC727 are triadic colors.