COLOR #A7F68D

HEX: #A7F68D RGB: (167,246,141)

Color info

#A7F68D contains mainly green color. Web safe color of #A7F68D is #99FF99 (or #9F9).

RGB color model

#A7F68D color RGB value is (167,246,141).

RGB: (167,246,141) (65%, 96%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 246 of 255 = 96%
B 141 of 255 = 55%

167
246
141

R + G + B ~ 72%. #A7F68D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 246 + 141 = 554 (100%)
R 167 of 554 ~ 30.14%
G 246 of 554 ~ 44.4%
B 141 of 554 ~ 25.45'%

%30.14
%44.4
%25.45

CMYK color model

#A7F68D color CMYK value is (32,0,43,4).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 3.53%
CMYK: (32,0,43,4) C32M0Y43K4 (32%,0%,43%,4%) (0.32/0.00/0.43/0.04) 

CMYK percentages

%32.11
%0
%42.68
%3.53

Codes

Color #A7F68D in popluar color models

A7 F6 8D
RGB 167 246 141
HSL 105° 85.37% 75.88%
HSB/HSV 105° 42.68% 96.47%
CMYK 32.11% 0.00% 42.68%
3.53%

Color #A7F68D in popluar number systems.

HEX A7 F6 8D
Decimal 167 246 141
Binary 10100111 11110110 10001101
Octal 247 366 215

Shades and tints

Shades of #A7F68D

#A7F68D
(167,246,141)
#98E081
(152,224,129)
#89CA75
(137,202,117)
#7AB469
(122,180,105)
#6B9E5D
(107,158,93)
#5C8851
(92,136,81)
#4D7245
(77,114,69)
#3E5C39
(62,92,57)
#2F462D
(47,70,45)
#203021
(32,48,33)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #A7F68D

#A7F68D
(167,246,141)
#AFF697
(175,246,151)
#B7F6A1
(183,246,161)
#BFF6AB
(191,246,171)
#C7F6B5
(199,246,181)
#CFF6BF
(207,246,191)
#D7F6C9
(215,246,201)
#DFF6D3
(223,246,211)
#E7F6DD
(231,246,221)
#EFF6E7
(239,246,231)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F68D color. Also use rgb(167,246,141) instead hex code.

Text Font Color

.myTextColor { color: #A7F68D; }

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

This text font color is #A7F68D.

Background Color

.myBgColor { background-color: #A7F68D; }

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

This div background color is #A7F68D.

Border color

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

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

This div border color is #A7F68D.

Opacity

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

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

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

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

This text has shadow with #A7F68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F68D.

Preview

Color preview on black background

This text has color #A7F68D on black background.


Color preview on white background

This text has color #A7F68D on white background.


Black color preview on #A7F68D background

This text has black color on #A7F68D background.


White color preview on #A7F68D background

This text has white color on #A7F68D background.


Related colors

Complementary color

Complementary color for #hex is #580972.


I love getcolorcode.com

Triadic colors

1 #8DA7F6 and #F68DA7 with #A7F68D are triadic colors.

2 #8DF6A7 and #F6A78D with #A7F68D are triadic colors.