COLOR #A8E937

HEX: #A8E937
RGB: (168,233,55)

Color info

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

RGB color model

#A8E937 color RGB value is (168,233,55).

  • red value is 168;
  • green value is 233;
  • blue value is 55.
RGB:
(168,233,55)
(66%,91%,22%)

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 55 of 255 = 22%

168
233
55

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

Portions of RGB colors in percentages

R + G + B =
168 + 233 + 55 = 456 (100%)
R 168 of 456 ~ 36.84%
G 233 of 456 ~ 51.1%
B 55 of 456 ~ 12.06%

%36.84
%51.1
%12.06

CMYK color model

#A8E937 color CMYK value is (28,0,76,9).

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 76.39%
  • key color value is 8.63%
CMYK:
(28,0,76,9)
C28M0Y76K9 
(28%,0%,76%,9%)
(0.28/0.00/0.76/0.09)	

CMYK percentages

%27.9
%0
%76.39
%8.63

Codes

Color #A8E937 in popluar color models

A8E937
RGB16823355
HSL82°80.18%56.47%
HSB/HSV82°76.39%91.37%
CMYK27.90%0.00%76.39%
8.63%

Color #A8E937 in popluar number systems.

HEXA8E937
Decimal16823355
Binary1010100011101001110111
Octal25035167

Shades and tints

Shades of #A8E937

#A8E937
(168,233,55)
#99D432
(153,212,50)
#8ABF2D
(138,191,45)
#7BAA28
(123,170,40)
#6C9523
(108,149,35)
#5D801E
(93,128,30)
#4E6B19
(78,107,25)
#3F5614
(63,86,20)
#30410F
(48,65,15)
#212C0A
(33,44,10)
#121705
(18,23,5)
#000000
(0,0,0)

Tints of #A8E937

#A8E937
(168,233,55)
#AFEB49
(175,235,73)
#B6ED5B
(182,237,91)
#BDEF6D
(189,239,109)
#C4F17F
(196,241,127)
#CBF391
(203,243,145)
#D2F5A3
(210,245,163)
#D9F7B5
(217,247,181)
#E0F9C7
(224,249,199)
#E7FBD9
(231,251,217)
#EEFDEB
(238,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E937 color. Also use rgb(168,233,55) instead hex code.

Text Font Color

.myTextColor { color: #A8E937; }

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

This text font color is #A8E937.


Background Color

.myBgColor { background-color: #A8E937; }

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

This div background color is #A8E937.


Border color

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

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

This div border color is #A8E937.


Opacity

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

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

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

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

This text has shadow with #A8E937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E937 on black background.


Color preview on white background

This text has color #A8E937 on white background.



Black color preview on #A8E937 background

This text has black color on #A8E937 background.


White color preview on #A8E937 background

This text has white color on #A8E937 background.