COLOR #A8E27D

HEX: #A8E27D
RGB: (168,226,125)

Color info

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

RGB color model

#A8E27D color RGB value is (168,226,125).

  • red value is 168;
  • green value is 226;
  • blue value is 125.
RGB:
(168,226,125)
(66%,89%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 125 of 255 = 49%

168
226
125

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

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 125 = 519 (100%)
R 168 of 519 ~ 32.37%
G 226 of 519 ~ 43.55%
B 125 of 519 ~ 24.08%

%32.37
%43.55
%24.08

CMYK color model

#A8E27D color CMYK value is (26,0,45,11).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 44.69%
  • key color value is 11.37%
CMYK:
(26,0,45,11)
C26M0Y45K11 
(26%,0%,45%,11%)
(0.26/0.00/0.45/0.11)	

CMYK percentages

%25.66
%0
%44.69
%11.37

Codes

Color #A8E27D in popluar color models

A8E27D
RGB168226125
HSL94°63.52%68.82%
HSB/HSV94°44.69%88.63%
CMYK25.66%0.00%44.69%
11.37%

Color #A8E27D in popluar number systems.

HEXA8E27D
Decimal168226125
Binary10101000111000101111101
Octal250342175

Shades and tints

Shades of #A8E27D

#A8E27D
(168,226,125)
#99CE72
(153,206,114)
#8ABA67
(138,186,103)
#7BA65C
(123,166,92)
#6C9251
(108,146,81)
#5D7E46
(93,126,70)
#4E6A3B
(78,106,59)
#3F5630
(63,86,48)
#304225
(48,66,37)
#212E1A
(33,46,26)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #A8E27D

#A8E27D
(168,226,125)
#AFE488
(175,228,136)
#B6E693
(182,230,147)
#BDE89E
(189,232,158)
#C4EAA9
(196,234,169)
#CBECB4
(203,236,180)
#D2EEBF
(210,238,191)
#D9F0CA
(217,240,202)
#E0F2D5
(224,242,213)
#E7F4E0
(231,244,224)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E27D color. Also use rgb(168,226,125) instead hex code.

Text Font Color

.myTextColor { color: #A8E27D; }

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

This text font color is #A8E27D.


Background Color

.myBgColor { background-color: #A8E27D; }

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

This div background color is #A8E27D.


Border color

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

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

This div border color is #A8E27D.


Opacity

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

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

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

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

This text has shadow with #A8E27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E27D on black background.


Color preview on white background

This text has color #A8E27D on white background.



Black color preview on #A8E27D background

This text has black color on #A8E27D background.


White color preview on #A8E27D background

This text has white color on #A8E27D background.