COLOR #A7FFA7

HEX: #A7FFA7
RGB: (167,255,167)

Color info

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

RGB color model

#A7FFA7 color RGB value is (167,255,167).

  • red value is 167;
  • green value is 255;
  • blue value is 167.
RGB:
(167,255,167)
(65%,100%,65%)

RGB channels and saturation

R 167 of 255 = 65%
G 255 of 255 = 100%
B 167 of 255 = 65%

167
255
167

R + G + B ~ 77%. #A7FFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 167 = 589 (100%)
R 167 of 589 ~ 28.35%
G 255 of 589 ~ 43.29%
B 167 of 589 ~ 28.35%

%28.35
%43.29
%28.35

CMYK color model

#A7FFA7 color CMYK value is (35,0,35,0).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(35,0,35,0)
C35M0Y35K0 
(35%,0%,35%,0%)
(0.35/0.00/0.35/0.00)	

CMYK percentages

%34.51
%0
%34.51
%0

Codes

Color #A7FFA7 in popluar color models

A7FFA7
RGB167255167
HSL120°100.00%82.75%
HSB/HSV120°34.51%100.00%
CMYK34.51%0.00%34.51%
0.00%

Color #A7FFA7 in popluar number systems.

HEXA7FFA7
Decimal167255167
Binary101001111111111110100111
Octal247377247

Shades and tints

Shades of #A7FFA7

#A7FFA7
(167,255,167)
#98E898
(152,232,152)
#89D189
(137,209,137)
#7ABA7A
(122,186,122)
#6BA36B
(107,163,107)
#5C8C5C
(92,140,92)
#4D754D
(77,117,77)
#3E5E3E
(62,94,62)
#2F472F
(47,71,47)
#203020
(32,48,32)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #A7FFA7

#A7FFA7
(167,255,167)
#AFFFAF
(175,255,175)
#B7FFB7
(183,255,183)
#BFFFBF
(191,255,191)
#C7FFC7
(199,255,199)
#CFFFCF
(207,255,207)
#D7FFD7
(215,255,215)
#DFFFDF
(223,255,223)
#E7FFE7
(231,255,231)
#EFFFEF
(239,255,239)
#F7FFF7
(247,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FFA7; }

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

This text font color is #A7FFA7.


Background Color

.myBgColor { background-color: #A7FFA7; }

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

This div background color is #A7FFA7.


Border color

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

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

This div border color is #A7FFA7.


Opacity

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

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

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

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

This text has shadow with #A7FFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FFA7 on black background.


Color preview on white background

This text has color #A7FFA7 on white background.



Black color preview on #A7FFA7 background

This text has black color on #A7FFA7 background.


White color preview on #A7FFA7 background

This text has white color on #A7FFA7 background.