COLOR #A8D646

HEX: #A8D646
RGB: (168,214,70)

Color info

#A8D646 contains mainly red and green colors. Web safe color of #A8D646 is #99CC33 (or #9C3).

RGB color model

#A8D646 color RGB value is (168,214,70).

  • red value is 168;
  • green value is 214;
  • blue value is 70.
RGB:
(168,214,70)
(66%,84%,27%)

RGB channels and saturation

R 168 of 255 = 66%
G 214 of 255 = 84%
B 70 of 255 = 27%

168
214
70

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

Portions of RGB colors in percentages

R + G + B =
168 + 214 + 70 = 452 (100%)
R 168 of 452 ~ 37.17%
G 214 of 452 ~ 47.35%
B 70 of 452 ~ 15.49%

%37.17
%47.35
%15.49

CMYK color model

#A8D646 color CMYK value is (21,0,67,16).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 67.29%
  • key color value is 16.08%
CMYK:
(21,0,67,16)
C21M0Y67K16 
(21%,0%,67%,16%)
(0.21/0.00/0.67/0.16)	

CMYK percentages

%21.5
%0
%67.29
%16.08

Codes

Color #A8D646 in popluar color models

A8D646
RGB16821470
HSL79°63.72%55.69%
HSB/HSV79°67.29%83.92%
CMYK21.50%0.00%67.29%
16.08%

Color #A8D646 in popluar number systems.

HEXA8D646
Decimal16821470
Binary10101000110101101000110
Octal250326106

Shades and tints

Shades of #A8D646

#A8D646
(168,214,70)
#99C340
(153,195,64)
#8AB03A
(138,176,58)
#7B9D34
(123,157,52)
#6C8A2E
(108,138,46)
#5D7728
(93,119,40)
#4E6422
(78,100,34)
#3F511C
(63,81,28)
#303E16
(48,62,22)
#212B10
(33,43,16)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #A8D646

#A8D646
(168,214,70)
#AFD956
(175,217,86)
#B6DC66
(182,220,102)
#BDDF76
(189,223,118)
#C4E286
(196,226,134)
#CBE596
(203,229,150)
#D2E8A6
(210,232,166)
#D9EBB6
(217,235,182)
#E0EEC6
(224,238,198)
#E7F1D6
(231,241,214)
#EEF4E6
(238,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D646 color. Also use rgb(168,214,70) instead hex code.

Text Font Color

.myTextColor { color: #A8D646; }

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

This text font color is #A8D646.


Background Color

.myBgColor { background-color: #A8D646; }

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

This div background color is #A8D646.


Border color

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

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

This div border color is #A8D646.


Opacity

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

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

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

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

This text has shadow with #A8D646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D646 on black background.


Color preview on white background

This text has color #A8D646 on white background.



Black color preview on #A8D646 background

This text has black color on #A8D646 background.


White color preview on #A8D646 background

This text has white color on #A8D646 background.