COLOR #A8E07F

HEX: #A8E07F RGB: (168,224,127)

Color info

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

RGB color model

#A8E07F color RGB value is (168,224,127).

RGB: (168,224,127) (66%, 88%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 224 of 255 = 88%
B 127 of 255 = 50%

168
224
127

R + G + B ~ 68%. #A8E07F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 224 + 127 = 519 (100%)
R 168 of 519 ~ 32.37%
G 224 of 519 ~ 43.16%
B 127 of 519 ~ 24.47'%

%32.37
%43.16
%24.47

CMYK color model

#A8E07F color CMYK value is (25,0,43,12).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 12.16%
CMYK: (25,0,43,12) C25M0Y43K12 (25%,0%,43%,12%) (0.25/0.00/0.43/0.12) 

CMYK percentages

%25
%0
%43.3
%12.16

Codes

Color #A8E07F in popluar color models

A8 E0 7F
RGB 168 224 127
HSL 95° 61.01% 68.82%
HSB/HSV 95° 43.30% 87.84%
CMYK 25.00% 0.00% 43.30%
12.16%

Color #A8E07F in popluar number systems.

HEX A8 E0 7F
Decimal 168 224 127
Binary 10101000 11100000 1111111
Octal 250 340 177

Shades and tints

Shades of #A8E07F

#A8E07F
(168,224,127)
#99CC74
(153,204,116)
#8AB869
(138,184,105)
#7BA45E
(123,164,94)
#6C9053
(108,144,83)
#5D7C48
(93,124,72)
#4E683D
(78,104,61)
#3F5432
(63,84,50)
#304027
(48,64,39)
#212C1C
(33,44,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #A8E07F

#A8E07F
(168,224,127)
#AFE28A
(175,226,138)
#B6E495
(182,228,149)
#BDE6A0
(189,230,160)
#C4E8AB
(196,232,171)
#CBEAB6
(203,234,182)
#D2ECC1
(210,236,193)
#D9EECC
(217,238,204)
#E0F0D7
(224,240,215)
#E7F2E2
(231,242,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E07F color. Also use rgb(168,224,127) instead hex code.

Text Font Color

.myTextColor { color: #A8E07F; }

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

This text font color is #A8E07F.

Background Color

.myBgColor { background-color: #A8E07F; }

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

This div background color is #A8E07F.

Border color

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

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

This div border color is #A8E07F.

Opacity

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

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

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

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

This text has shadow with #A8E07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E07F.

Preview

Color preview on black background

This text has color #A8E07F on black background.


Color preview on white background

This text has color #A8E07F on white background.


Black color preview on #A8E07F background

This text has black color on #A8E07F background.


White color preview on #A8E07F background

This text has white color on #A8E07F background.


Related colors

Complementary color

Complementary color for #hex is #571F80.


I love getcolorcode.com

Triadic colors

1 #7FA8E0 and #E07FA8 with #A8E07F are triadic colors.

2 #7FE0A8 and #E0A87F with #A8E07F are triadic colors.