COLOR #A0BF74

HEX: #A0BF74
RGB: (160,191,116)

Color info

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

RGB color model

#A0BF74 color RGB value is (160,191,116).

  • red value is 160;
  • green value is 191;
  • blue value is 116.
RGB:
(160,191,116)
(63%,75%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 191 of 255 = 75%
B 116 of 255 = 45%

160
191
116

R + G + B ~ 61%. #A0BF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 191 + 116 = 467 (100%)
R 160 of 467 ~ 34.26%
G 191 of 467 ~ 40.9%
B 116 of 467 ~ 24.84%

%34.26
%40.9
%24.84

CMYK color model

#A0BF74 color CMYK value is (16,0,39,25).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 39.27%
  • key color value is 25.10%
CMYK:
(16,0,39,25)
C16M0Y39K25 
(16%,0%,39%,25%)
(0.16/0.00/0.39/0.25)	

CMYK percentages

%16.23
%0
%39.27
%25.1

Codes

Color #A0BF74 in popluar color models

A0BF74
RGB160191116
HSL85°36.95%60.20%
HSB/HSV85°39.27%74.90%
CMYK16.23%0.00%39.27%
25.10%

Color #A0BF74 in popluar number systems.

HEXA0BF74
Decimal160191116
Binary10100000101111111110100
Octal240277164

Shades and tints

Shades of #A0BF74

#A0BF74
(160,191,116)
#92AE6A
(146,174,106)
#849D60
(132,157,96)
#768C56
(118,140,86)
#687B4C
(104,123,76)
#5A6A42
(90,106,66)
#4C5938
(76,89,56)
#3E482E
(62,72,46)
#303724
(48,55,36)
#22261A
(34,38,26)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A0BF74

#A0BF74
(160,191,116)
#A8C480
(168,196,128)
#B0C98C
(176,201,140)
#B8CE98
(184,206,152)
#C0D3A4
(192,211,164)
#C8D8B0
(200,216,176)
#D0DDBC
(208,221,188)
#D8E2C8
(216,226,200)
#E0E7D4
(224,231,212)
#E8ECE0
(232,236,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BF74 color. Also use rgb(160,191,116) instead hex code.

Text Font Color

.myTextColor { color: #A0BF74; }

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

This text font color is #A0BF74.


Background Color

.myBgColor { background-color: #A0BF74; }

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

This div background color is #A0BF74.


Border color

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

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

This div border color is #A0BF74.


Opacity

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

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

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

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

This text has shadow with #A0BF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BF74 on black background.


Color preview on white background

This text has color #A0BF74 on white background.



Black color preview on #A0BF74 background

This text has black color on #A0BF74 background.


White color preview on #A0BF74 background

This text has white color on #A0BF74 background.