COLOR #A7D75D

HEX: #A7D75D RGB: (167,215,93)

Color info

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

RGB color model

#A7D75D color RGB value is (167,215,93).

RGB: (167,215,93) (65%, 84%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 215 of 255 = 84%
B 93 of 255 = 36%

167
215
93

R + G + B ~ 62%. #A7D75D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 215 + 93 = 475 (100%)
R 167 of 475 ~ 35.16%
G 215 of 475 ~ 45.26%
B 93 of 475 ~ 19.58'%

%35.16
%45.26
%19.58

CMYK color model

#A7D75D color CMYK value is (22,0,57,16).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 56.74%
  • key color value is 15.69%

CMYK: (22,0,57,16)
C22M0Y57K16 (22%, 0%, 57%, 16%)
(0.22 / 0.00 / 0.57 / 0.16)

CMYK percentages

%22.33
%0
%56.74
%15.69

Codes

Color #A7D75D in popluar color models

A7 D7 5D
RGB 167 215 93
HSL 84° 60.40% 60.39%
HSB/HSV 84° 56.74% 84.31%
CMYK 22.33% 0.00% 56.74%
15.69%

Color #A7D75D in popluar number systems.

HEX A7 D7 5D
Decimal 167 215 93
Binary 10100111 11010111 1011101
Octal 247 327 135

Shades and tints

Shades of #A7D75D

#A7D75D
(167,215,93)
#98C455
(152,196,85)
#89B14D
(137,177,77)
#7A9E45
(122,158,69)
#6B8B3D
(107,139,61)
#5C7835
(92,120,53)
#4D652D
(77,101,45)
#3E5225
(62,82,37)
#2F3F1D
(47,63,29)
#202C15
(32,44,21)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #A7D75D

#A7D75D
(167,215,93)
#AFDA6B
(175,218,107)
#B7DD79
(183,221,121)
#BFE087
(191,224,135)
#C7E395
(199,227,149)
#CFE6A3
(207,230,163)
#D7E9B1
(215,233,177)
#DFECBF
(223,236,191)
#E7EFCD
(231,239,205)
#EFF2DB
(239,242,219)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D75D; }

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

This text font color is #A7D75D.

Background Color

.myBgColor { background-color: #A7D75D; }

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

This div background color is #A7D75D.

Border color

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

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

This div border color is #A7D75D.

Opacity

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

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

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

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

This text has shadow with #A7D75D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D75D.

Preview

Color preview on black background

This text has color #A7D75D on black background.


Color preview on white background

This text has color #A7D75D on white background.


Black color preview on #A7D75D background

This text has black color on #A7D75D background.


White color preview on #A7D75D background

This text has white color on #A7D75D background.


Related colors

Complementary color

Complementary color for #hex is #5828A2.


I love getcolorcode.com

Triadic colors

1 #5DA7D7 and #D75DA7 with #A7D75D are triadic colors.

2 #5DD7A7 and #D7A75D with #A7D75D are triadic colors.