COLOR #ADC270

HEX: #ADC270 RGB: (173,194,112)

Color info

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

RGB color model

#ADC270 color RGB value is (173,194,112).

RGB: (173,194,112) (68%, 76%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 112 of 255 = 44%

173
194
112

R + G + B ~ 63%. #ADC270 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 112 = 479 (100%)
R 173 of 479 ~ 36.12%
G 194 of 479 ~ 40.5%
B 112 of 479 ~ 23.38'%

%36.12
%40.5
%23.38

CMYK color model

#ADC270 color CMYK value is (11,0,42,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 23.92%
CMYK: (11,0,42,24) C11M0Y42K24 (11%,0%,42%,24%) (0.11/0.00/0.42/0.24) 

CMYK percentages

%10.82
%0
%42.27
%23.92

Codes

Color #ADC270 in popluar color models

AD C2 70
RGB 173 194 112
HSL 75° 40.20% 60.00%
HSB/HSV 75° 42.27% 76.08%
CMYK 10.82% 0.00% 42.27%
23.92%

Color #ADC270 in popluar number systems.

HEX AD C2 70
Decimal 173 194 112
Binary 10101101 11000010 1110000
Octal 255 302 160

Shades and tints

Shades of #ADC270

#ADC270
(173,194,112)
#9EB166
(158,177,102)
#8FA05C
(143,160,92)
#808F52
(128,143,82)
#717E48
(113,126,72)
#626D3E
(98,109,62)
#535C34
(83,92,52)
#444B2A
(68,75,42)
#353A20
(53,58,32)
#262916
(38,41,22)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #ADC270

#ADC270
(173,194,112)
#B4C77D
(180,199,125)
#BBCC8A
(187,204,138)
#C2D197
(194,209,151)
#C9D6A4
(201,214,164)
#D0DBB1
(208,219,177)
#D7E0BE
(215,224,190)
#DEE5CB
(222,229,203)
#E5EAD8
(229,234,216)
#ECEFE5
(236,239,229)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC270 color. Also use rgb(173,194,112) instead hex code.

Text Font Color

.myTextColor { color: #ADC270; }

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

This text font color is #ADC270.

Background Color

.myBgColor { background-color: #ADC270; }

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

This div background color is #ADC270.

Border color

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

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

This div border color is #ADC270.

Opacity

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

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

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

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

This text has shadow with #ADC270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC270.

Preview

Color preview on black background

This text has color #ADC270 on black background.


Color preview on white background

This text has color #ADC270 on white background.


Black color preview on #ADC270 background

This text has black color on #ADC270 background.


White color preview on #ADC270 background

This text has white color on #ADC270 background.


Related colors

Complementary color

Complementary color for #hex is #523D8F.


I love getcolorcode.com

Triadic colors

1 #70ADC2 and #C270AD with #ADC270 are triadic colors.

2 #70C2AD and #C2AD70 with #ADC270 are triadic colors.