COLOR #A7D969

HEX: #A7D969
RGB: (167,217,105)

Color info

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

RGB color model

#A7D969 color RGB value is (167,217,105).

  • red value is 167;
  • green value is 217;
  • blue value is 105.
RGB:
(167,217,105)
(65%,85%,41%)

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 105 of 255 = 41%

167
217
105

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

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 105 = 489 (100%)
R 167 of 489 ~ 34.15%
G 217 of 489 ~ 44.38%
B 105 of 489 ~ 21.47%

%34.15
%44.38
%21.47

CMYK color model

#A7D969 color CMYK value is (23,0,52,15).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 14.90%
CMYK:
(23,0,52,15)
C23M0Y52K15 
(23%,0%,52%,15%)
(0.23/0.00/0.52/0.15)	

CMYK percentages

%23.04
%0
%51.61
%14.9

Codes

Color #A7D969 in popluar color models

A7D969
RGB167217105
HSL87°59.57%63.14%
HSB/HSV87°51.61%85.10%
CMYK23.04%0.00%51.61%
14.90%

Color #A7D969 in popluar number systems.

HEXA7D969
Decimal167217105
Binary10100111110110011101001
Octal247331151

Shades and tints

Shades of #A7D969

#A7D969
(167,217,105)
#98C660
(152,198,96)
#89B357
(137,179,87)
#7AA04E
(122,160,78)
#6B8D45
(107,141,69)
#5C7A3C
(92,122,60)
#4D6733
(77,103,51)
#3E542A
(62,84,42)
#2F4121
(47,65,33)
#202E18
(32,46,24)
#111B0F
(17,27,15)
#000000
(0,0,0)

Tints of #A7D969

#A7D969
(167,217,105)
#AFDC76
(175,220,118)
#B7DF83
(183,223,131)
#BFE290
(191,226,144)
#C7E59D
(199,229,157)
#CFE8AA
(207,232,170)
#D7EBB7
(215,235,183)
#DFEEC4
(223,238,196)
#E7F1D1
(231,241,209)
#EFF4DE
(239,244,222)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D969 color. Also use rgb(167,217,105) instead hex code.

Text Font Color

.myTextColor { color: #A7D969; }

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

This text font color is #A7D969.


Background Color

.myBgColor { background-color: #A7D969; }

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

This div background color is #A7D969.


Border color

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

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

This div border color is #A7D969.


Opacity

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

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

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

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

This text has shadow with #A7D969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D969 on black background.


Color preview on white background

This text has color #A7D969 on white background.



Black color preview on #A7D969 background

This text has black color on #A7D969 background.


White color preview on #A7D969 background

This text has white color on #A7D969 background.