COLOR #A7DD5D

HEX: #A7DD5D RGB: (167,221,93)

Color info

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

RGB color model

#A7DD5D color RGB value is (167,221,93).

RGB: (167,221,93) (65%, 87%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 93 of 255 = 36%

167
221
93

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

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 93 = 481 (100%)
R 167 of 481 ~ 34.72%
G 221 of 481 ~ 45.95%
B 93 of 481 ~ 19.33'%

%34.72
%45.95
%19.33

CMYK color model

#A7DD5D color CMYK value is (24,0,58,13).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 57.92%
  • key color value is 13.33%

CMYK: (24,0,58,13)
C24M0Y58K13 (24%, 0%, 58%, 13%)
(0.24 / 0.00 / 0.58 / 0.13)

CMYK percentages

%24.43
%0
%57.92
%13.33

Codes

Color #A7DD5D in popluar color models

A7 DD 5D
RGB 167 221 93
HSL 85° 65.31% 61.57%
HSB/HSV 85° 57.92% 86.67%
CMYK 24.43% 0.00% 57.92%
13.33%

Color #A7DD5D in popluar number systems.

HEX A7 DD 5D
Decimal 167 221 93
Binary 10100111 11011101 1011101
Octal 247 335 135

Shades and tints

Shades of #A7DD5D

#A7DD5D
(167,221,93)
#98C955
(152,201,85)
#89B54D
(137,181,77)
#7AA145
(122,161,69)
#6B8D3D
(107,141,61)
#5C7935
(92,121,53)
#4D652D
(77,101,45)
#3E5125
(62,81,37)
#2F3D1D
(47,61,29)
#202915
(32,41,21)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #A7DD5D

#A7DD5D
(167,221,93)
#AFE06B
(175,224,107)
#B7E379
(183,227,121)
#BFE687
(191,230,135)
#C7E995
(199,233,149)
#CFECA3
(207,236,163)
#D7EFB1
(215,239,177)
#DFF2BF
(223,242,191)
#E7F5CD
(231,245,205)
#EFF8DB
(239,248,219)
#F7FBE9
(247,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DD5D color. Also use rgb(167,221,93) instead hex code.

Text Font Color

.myTextColor { color: #A7DD5D; }

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

This text font color is #A7DD5D.

Background Color

.myBgColor { background-color: #A7DD5D; }

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

This div background color is #A7DD5D.

Border color

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

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

This div border color is #A7DD5D.

Opacity

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

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

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

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

This text has shadow with #A7DD5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DD5D.

Preview

Color preview on black background

This text has color #A7DD5D on black background.


Color preview on white background

This text has color #A7DD5D on white background.


Black color preview on #A7DD5D background

This text has black color on #A7DD5D background.


White color preview on #A7DD5D background

This text has white color on #A7DD5D background.


Related colors

Complementary color

Complementary color for #hex is #5822A2.


I love getcolorcode.com

Triadic colors

1 #5DA7DD and #DD5DA7 with #A7DD5D are triadic colors.

2 #5DDDA7 and #DDA75D with #A7DD5D are triadic colors.