COLOR #A8D12B

HEX: #A8D12B
RGB: (168,209,43)

Color info

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

RGB color model

#A8D12B color RGB value is (168,209,43).

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

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 43 of 255 = 17%

168
209
43

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 43 = 420 (100%)
R 168 of 420 ~ 40%
G 209 of 420 ~ 49.76%
B 43 of 420 ~ 10.24%

%40
%49.76
%10.24

CMYK color model

#A8D12B color CMYK value is (20,0,79,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(20,0,79,18)
C20M0Y79K18 
(20%,0%,79%,18%)
(0.20/0.00/0.79/0.18)	

CMYK percentages

%19.62
%0
%79.43
%18.04

Codes

Color #A8D12B in popluar color models

A8D12B
RGB16820943
HSL75°65.87%49.41%
HSB/HSV75°79.43%81.96%
CMYK19.62%0.00%79.43%
18.04%

Color #A8D12B in popluar number systems.

HEXA8D12B
Decimal16820943
Binary1010100011010001101011
Octal25032153

Shades and tints

Shades of #A8D12B

#A8D12B
(168,209,43)
#99BE28
(153,190,40)
#8AAB25
(138,171,37)
#7B9822
(123,152,34)
#6C851F
(108,133,31)
#5D721C
(93,114,28)
#4E5F19
(78,95,25)
#3F4C16
(63,76,22)
#303913
(48,57,19)
#212610
(33,38,16)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #A8D12B

#A8D12B
(168,209,43)
#AFD53E
(175,213,62)
#B6D951
(182,217,81)
#BDDD64
(189,221,100)
#C4E177
(196,225,119)
#CBE58A
(203,229,138)
#D2E99D
(210,233,157)
#D9EDB0
(217,237,176)
#E0F1C3
(224,241,195)
#E7F5D6
(231,245,214)
#EEF9E9
(238,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D12B; }

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

This text font color is #A8D12B.


Background Color

.myBgColor { background-color: #A8D12B; }

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

This div background color is #A8D12B.


Border color

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

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

This div border color is #A8D12B.


Opacity

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

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

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

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

This text has shadow with #A8D12B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D12B on black background.


Color preview on white background

This text has color #A8D12B on white background.



Black color preview on #A8D12B background

This text has black color on #A8D12B background.


White color preview on #A8D12B background

This text has white color on #A8D12B background.