COLOR #A8BF70

HEX: #A8BF70 RGB: (168,191,112)

Color info

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

RGB color model

#A8BF70 color RGB value is (168,191,112).

RGB: (168,191,112) (66%, 75%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 112 of 255 = 44%

168
191
112

R + G + B ~ 62%. #A8BF70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 191 + 112 = 471 (100%)
R 168 of 471 ~ 35.67%
G 191 of 471 ~ 40.55%
B 112 of 471 ~ 23.78'%

%35.67
%40.55
%23.78

CMYK color model

#A8BF70 color CMYK value is (12,0,41,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 41.36%
  • key color value is 25.10%

CMYK: (12,0,41,25)
C12M0Y41K25 (12%, 0%, 41%, 25%)
(0.12 / 0.00 / 0.41 / 0.25)

CMYK percentages

%12.04
%0
%41.36
%25.1

Codes

Color #A8BF70 in popluar color models

A8 BF 70
RGB 168 191 112
HSL 77° 38.16% 59.41%
HSB/HSV 77° 41.36% 74.90%
CMYK 12.04% 0.00% 41.36%
25.10%

Color #A8BF70 in popluar number systems.

HEX A8 BF 70
Decimal 168 191 112
Binary 10101000 10111111 1110000
Octal 250 277 160

Shades and tints

Shades of #A8BF70

#A8BF70
(168,191,112)
#99AE66
(153,174,102)
#8A9D5C
(138,157,92)
#7B8C52
(123,140,82)
#6C7B48
(108,123,72)
#5D6A3E
(93,106,62)
#4E5934
(78,89,52)
#3F482A
(63,72,42)
#303720
(48,55,32)
#212616
(33,38,22)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #A8BF70

#A8BF70
(168,191,112)
#AFC47D
(175,196,125)
#B6C98A
(182,201,138)
#BDCE97
(189,206,151)
#C4D3A4
(196,211,164)
#CBD8B1
(203,216,177)
#D2DDBE
(210,221,190)
#D9E2CB
(217,226,203)
#E0E7D8
(224,231,216)
#E7ECE5
(231,236,229)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BF70 color. Also use rgb(168,191,112) instead hex code.

Text Font Color

.myTextColor { color: #A8BF70; }

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

This text font color is #A8BF70.

Background Color

.myBgColor { background-color: #A8BF70; }

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

This div background color is #A8BF70.

Border color

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

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

This div border color is #A8BF70.

Opacity

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

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

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

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

This text has shadow with #A8BF70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BF70.

Preview

Color preview on black background

This text has color #A8BF70 on black background.


Color preview on white background

This text has color #A8BF70 on white background.


Black color preview on #A8BF70 background

This text has black color on #A8BF70 background.


White color preview on #A8BF70 background

This text has white color on #A8BF70 background.


Related colors

Complementary color

Complementary color for #hex is #57408F.


I love getcolorcode.com

Triadic colors

1 #70A8BF and #BF70A8 with #A8BF70 are triadic colors.

2 #70BFA8 and #BFA870 with #A8BF70 are triadic colors.