COLOR #A8E832

HEX: #A8E832
RGB: (168,232,50)

Color info

#A8E832 contains mainly green color. Web safe color of #A8E832 is #99FF33 (or #9F3).

RGB color model

#A8E832 color RGB value is (168,232,50).

  • red value is 168;
  • green value is 232;
  • blue value is 50.
RGB:
(168,232,50)
(66%,91%,20%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 50 of 255 = 20%

168
232
50

R + G + B ~ 59%. #A8E832 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 232 + 50 = 450 (100%)
R 168 of 450 ~ 37.33%
G 232 of 450 ~ 51.56%
B 50 of 450 ~ 11.11%

%37.33
%51.56
%11.11

CMYK color model

#A8E832 color CMYK value is (28,0,78,9).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 9.02%
CMYK:
(28,0,78,9)
C28M0Y78K9 
(28%,0%,78%,9%)
(0.28/0.00/0.78/0.09)	

CMYK percentages

%27.59
%0
%78.45
%9.02

Codes

Color #A8E832 in popluar color models

A8E832
RGB16823250
HSL81°79.82%55.29%
HSB/HSV81°78.45%90.98%
CMYK27.59%0.00%78.45%
9.02%

Color #A8E832 in popluar number systems.

HEXA8E832
Decimal16823250
Binary1010100011101000110010
Octal25035062

Shades and tints

Shades of #A8E832

#A8E832
(168,232,50)
#99D32E
(153,211,46)
#8ABE2A
(138,190,42)
#7BA926
(123,169,38)
#6C9422
(108,148,34)
#5D7F1E
(93,127,30)
#4E6A1A
(78,106,26)
#3F5516
(63,85,22)
#304012
(48,64,18)
#212B0E
(33,43,14)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #A8E832

#A8E832
(168,232,50)
#AFEA44
(175,234,68)
#B6EC56
(182,236,86)
#BDEE68
(189,238,104)
#C4F07A
(196,240,122)
#CBF28C
(203,242,140)
#D2F49E
(210,244,158)
#D9F6B0
(217,246,176)
#E0F8C2
(224,248,194)
#E7FAD4
(231,250,212)
#EEFCE6
(238,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E832 color. Also use rgb(168,232,50) instead hex code.

Text Font Color

.myTextColor { color: #A8E832; }

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

This text font color is #A8E832.


Background Color

.myBgColor { background-color: #A8E832; }

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

This div background color is #A8E832.


Border color

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

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

This div border color is #A8E832.


Opacity

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

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

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

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

This text has shadow with #A8E832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E832 on black background.


Color preview on white background

This text has color #A8E832 on white background.



Black color preview on #A8E832 background

This text has black color on #A8E832 background.


White color preview on #A8E832 background

This text has white color on #A8E832 background.