COLOR #A8D154

HEX: #A8D154
RGB: (168,209,84)

Color info

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

RGB color model

#A8D154 color RGB value is (168,209,84).

  • red value is 168;
  • green value is 209;
  • blue value is 84.
RGB:
(168,209,84)
(66%,82%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 84 of 255 = 33%

168
209
84

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 84 = 461 (100%)
R 168 of 461 ~ 36.44%
G 209 of 461 ~ 45.34%
B 84 of 461 ~ 18.22%

%36.44
%45.34
%18.22

CMYK color model

#A8D154 color CMYK value is (20,0,60,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 59.81%
  • key color value is 18.04%
CMYK:
(20,0,60,18)
C20M0Y60K18 
(20%,0%,60%,18%)
(0.20/0.00/0.60/0.18)	

CMYK percentages

%19.62
%0
%59.81
%18.04

Codes

Color #A8D154 in popluar color models

A8D154
RGB16820984
HSL80°57.60%57.45%
HSB/HSV80°59.81%81.96%
CMYK19.62%0.00%59.81%
18.04%

Color #A8D154 in popluar number systems.

HEXA8D154
Decimal16820984
Binary10101000110100011010100
Octal250321124

Shades and tints

Shades of #A8D154

#A8D154
(168,209,84)
#99BE4D
(153,190,77)
#8AAB46
(138,171,70)
#7B983F
(123,152,63)
#6C8538
(108,133,56)
#5D7231
(93,114,49)
#4E5F2A
(78,95,42)
#3F4C23
(63,76,35)
#30391C
(48,57,28)
#212615
(33,38,21)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #A8D154

#A8D154
(168,209,84)
#AFD563
(175,213,99)
#B6D972
(182,217,114)
#BDDD81
(189,221,129)
#C4E190
(196,225,144)
#CBE59F
(203,229,159)
#D2E9AE
(210,233,174)
#D9EDBD
(217,237,189)
#E0F1CC
(224,241,204)
#E7F5DB
(231,245,219)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D154 color. Also use rgb(168,209,84) instead hex code.

Text Font Color

.myTextColor { color: #A8D154; }

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

This text font color is #A8D154.


Background Color

.myBgColor { background-color: #A8D154; }

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

This div background color is #A8D154.


Border color

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

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

This div border color is #A8D154.


Opacity

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

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

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

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

This text has shadow with #A8D154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D154 on black background.


Color preview on white background

This text has color #A8D154 on white background.



Black color preview on #A8D154 background

This text has black color on #A8D154 background.


White color preview on #A8D154 background

This text has white color on #A8D154 background.