COLOR #A8F6AA

HEX: #A8F6AA
RGB: (168,246,170)

Color info

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

RGB color model

#A8F6AA color RGB value is (168,246,170).

  • red value is 168;
  • green value is 246;
  • blue value is 170.
RGB:
(168,246,170)
(66%,96%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 246 of 255 = 96%
B 170 of 255 = 67%

168
246
170

R + G + B ~ 76%. #A8F6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 246 + 170 = 584 (100%)
R 168 of 584 ~ 28.77%
G 246 of 584 ~ 42.12%
B 170 of 584 ~ 29.11%

%28.77
%42.12
%29.11

CMYK color model

#A8F6AA color CMYK value is (32,0,31,4).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK:
(32,0,31,4)
C32M0Y31K4 
(32%,0%,31%,4%)
(0.32/0.00/0.31/0.04)	

CMYK percentages

%31.71
%0
%30.89
%3.53

Codes

Color #A8F6AA in popluar color models

A8F6AA
RGB168246170
HSL122°81.25%81.18%
HSB/HSV122°31.71%96.47%
CMYK31.71%0.00%30.89%
3.53%

Color #A8F6AA in popluar number systems.

HEXA8F6AA
Decimal168246170
Binary101010001111011010101010
Octal250366252

Shades and tints

Shades of #A8F6AA

#A8F6AA
(168,246,170)
#99E09B
(153,224,155)
#8ACA8C
(138,202,140)
#7BB47D
(123,180,125)
#6C9E6E
(108,158,110)
#5D885F
(93,136,95)
#4E7250
(78,114,80)
#3F5C41
(63,92,65)
#304632
(48,70,50)
#213023
(33,48,35)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8F6AA

#A8F6AA
(168,246,170)
#AFF6B1
(175,246,177)
#B6F6B8
(182,246,184)
#BDF6BF
(189,246,191)
#C4F6C6
(196,246,198)
#CBF6CD
(203,246,205)
#D2F6D4
(210,246,212)
#D9F6DB
(217,246,219)
#E0F6E2
(224,246,226)
#E7F6E9
(231,246,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F6AA color. Also use rgb(168,246,170) instead hex code.

Text Font Color

.myTextColor { color: #A8F6AA; }

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

This text font color is #A8F6AA.


Background Color

.myBgColor { background-color: #A8F6AA; }

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

This div background color is #A8F6AA.


Border color

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

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

This div border color is #A8F6AA.


Opacity

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

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

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

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

This text has shadow with #A8F6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F6AA on black background.


Color preview on white background

This text has color #A8F6AA on white background.



Black color preview on #A8F6AA background

This text has black color on #A8F6AA background.


White color preview on #A8F6AA background

This text has white color on #A8F6AA background.