COLOR #A8E398

HEX: #A8E398
RGB: (168,227,152)

Color info

#A8E398 contains mainly red and green colors. Web safe color of #A8E398 is #99CC99 (or #9C9).

RGB color model

#A8E398 color RGB value is (168,227,152).

  • red value is 168;
  • green value is 227;
  • blue value is 152.
RGB:
(168,227,152)
(66%,89%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 227 of 255 = 89%
B 152 of 255 = 60%

168
227
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 227 + 152 = 547 (100%)
R 168 of 547 ~ 30.71%
G 227 of 547 ~ 41.5%
B 152 of 547 ~ 27.79%

%30.71
%41.5
%27.79

CMYK color model

#A8E398 color CMYK value is (26,0,33,11).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 10.98%
CMYK:
(26,0,33,11)
C26M0Y33K11 
(26%,0%,33%,11%)
(0.26/0.00/0.33/0.11)	

CMYK percentages

%25.99
%0
%33.04
%10.98

Codes

Color #A8E398 in popluar color models

A8E398
RGB168227152
HSL107°57.25%74.31%
HSB/HSV107°33.04%89.02%
CMYK25.99%0.00%33.04%
10.98%

Color #A8E398 in popluar number systems.

HEXA8E398
Decimal168227152
Binary101010001110001110011000
Octal250343230

Shades and tints

Shades of #A8E398

#A8E398
(168,227,152)
#99CF8B
(153,207,139)
#8ABB7E
(138,187,126)
#7BA771
(123,167,113)
#6C9364
(108,147,100)
#5D7F57
(93,127,87)
#4E6B4A
(78,107,74)
#3F573D
(63,87,61)
#304330
(48,67,48)
#212F23
(33,47,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #A8E398

#A8E398
(168,227,152)
#AFE5A1
(175,229,161)
#B6E7AA
(182,231,170)
#BDE9B3
(189,233,179)
#C4EBBC
(196,235,188)
#CBEDC5
(203,237,197)
#D2EFCE
(210,239,206)
#D9F1D7
(217,241,215)
#E0F3E0
(224,243,224)
#E7F5E9
(231,245,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E398 color. Also use rgb(168,227,152) instead hex code.

Text Font Color

.myTextColor { color: #A8E398; }

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

This text font color is #A8E398.


Background Color

.myBgColor { background-color: #A8E398; }

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

This div background color is #A8E398.


Border color

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

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

This div border color is #A8E398.


Opacity

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

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

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

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

This text has shadow with #A8E398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E398 on black background.


Color preview on white background

This text has color #A8E398 on white background.



Black color preview on #A8E398 background

This text has black color on #A8E398 background.


White color preview on #A8E398 background

This text has white color on #A8E398 background.