COLOR #ADCF6D

HEX: #ADCF6D RGB: (173,207,109)

Color info

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

RGB color model

#ADCF6D color RGB value is (173,207,109).

RGB: (173,207,109) (68%, 81%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 109 of 255 = 43%

173
207
109

R + G + B ~ 64%. #ADCF6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 207 + 109 = 489 (100%)
R 173 of 489 ~ 35.38%
G 207 of 489 ~ 42.33%
B 109 of 489 ~ 22.29'%

%35.38
%42.33
%22.29

CMYK color model

#ADCF6D color CMYK value is (16,0,47,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 18.82%

CMYK: (16,0,47,19)
C16M0Y47K19 (16%, 0%, 47%, 19%)
(0.16 / 0.00 / 0.47 / 0.19)

CMYK percentages

%16.43
%0
%47.34
%18.82

Codes

Color #ADCF6D in popluar color models

AD CF 6D
RGB 173 207 109
HSL 81° 50.52% 61.96%
HSB/HSV 81° 47.34% 81.18%
CMYK 16.43% 0.00% 47.34%
18.82%

Color #ADCF6D in popluar number systems.

HEX AD CF 6D
Decimal 173 207 109
Binary 10101101 11001111 1101101
Octal 255 317 155

Shades and tints

Shades of #ADCF6D

#ADCF6D
(173,207,109)
#9EBD64
(158,189,100)
#8FAB5B
(143,171,91)
#809952
(128,153,82)
#718749
(113,135,73)
#627540
(98,117,64)
#536337
(83,99,55)
#44512E
(68,81,46)
#353F25
(53,63,37)
#262D1C
(38,45,28)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADCF6D

#ADCF6D
(173,207,109)
#B4D37A
(180,211,122)
#BBD787
(187,215,135)
#C2DB94
(194,219,148)
#C9DFA1
(201,223,161)
#D0E3AE
(208,227,174)
#D7E7BB
(215,231,187)
#DEEBC8
(222,235,200)
#E5EFD5
(229,239,213)
#ECF3E2
(236,243,226)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCF6D color. Also use rgb(173,207,109) instead hex code.

Text Font Color

.myTextColor { color: #ADCF6D; }

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

This text font color is #ADCF6D.

Background Color

.myBgColor { background-color: #ADCF6D; }

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

This div background color is #ADCF6D.

Border color

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

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

This div border color is #ADCF6D.

Opacity

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

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

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

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

This text has shadow with #ADCF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCF6D.

Preview

Color preview on black background

This text has color #ADCF6D on black background.


Color preview on white background

This text has color #ADCF6D on white background.


Black color preview on #ADCF6D background

This text has black color on #ADCF6D background.


White color preview on #ADCF6D background

This text has white color on #ADCF6D background.


Related colors

Complementary color

Complementary color for #hex is #523092.


I love getcolorcode.com

Triadic colors

1 #6DADCF and #CF6DAD with #ADCF6D are triadic colors.

2 #6DCFAD and #CFAD6D with #ADCF6D are triadic colors.