COLOR #A8E37B

HEX: #A8E37B
RGB: (168,227,123)

Color info

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

RGB color model

#A8E37B color RGB value is (168,227,123).

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

RGB channels and saturation

R 168 of 255 = 66%
G 227 of 255 = 89%
B 123 of 255 = 48%

168
227
123

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

Portions of RGB colors in percentages

R + G + B =
168 + 227 + 123 = 518 (100%)
R 168 of 518 ~ 32.43%
G 227 of 518 ~ 43.82%
B 123 of 518 ~ 23.75%

%32.43
%43.82
%23.75

CMYK color model

#A8E37B color CMYK value is (26,0,46,11).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 10.98%
CMYK:
(26,0,46,11)
C26M0Y46K11 
(26%,0%,46%,11%)
(0.26/0.00/0.46/0.11)	

CMYK percentages

%25.99
%0
%45.81
%10.98

Codes

Color #A8E37B in popluar color models

A8E37B
RGB168227123
HSL94°65.00%68.63%
HSB/HSV94°45.81%89.02%
CMYK25.99%0.00%45.81%
10.98%

Color #A8E37B in popluar number systems.

HEXA8E37B
Decimal168227123
Binary10101000111000111111011
Octal250343173

Shades and tints

Shades of #A8E37B

#A8E37B
(168,227,123)
#99CF70
(153,207,112)
#8ABB65
(138,187,101)
#7BA75A
(123,167,90)
#6C934F
(108,147,79)
#5D7F44
(93,127,68)
#4E6B39
(78,107,57)
#3F572E
(63,87,46)
#304323
(48,67,35)
#212F18
(33,47,24)
#121B0D
(18,27,13)
#000000
(0,0,0)

Tints of #A8E37B

#A8E37B
(168,227,123)
#AFE587
(175,229,135)
#B6E793
(182,231,147)
#BDE99F
(189,233,159)
#C4EBAB
(196,235,171)
#CBEDB7
(203,237,183)
#D2EFC3
(210,239,195)
#D9F1CF
(217,241,207)
#E0F3DB
(224,243,219)
#E7F5E7
(231,245,231)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E37B; }

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

This text font color is #A8E37B.


Background Color

.myBgColor { background-color: #A8E37B; }

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

This div background color is #A8E37B.


Border color

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

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

This div border color is #A8E37B.


Opacity

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

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

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

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

This text has shadow with #A8E37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E37B on black background.


Color preview on white background

This text has color #A8E37B on white background.



Black color preview on #A8E37B background

This text has black color on #A8E37B background.


White color preview on #A8E37B background

This text has white color on #A8E37B background.