COLOR #A0B73B

HEX: #A0B73B RGB: (160,183,59)

Color info

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

RGB color model

#A0B73B color RGB value is (160,183,59).

RGB: (160,183,59) (63%, 72%, 23%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 59 of 255 = 23%

160
183
59

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

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 59 = 402 (100%)
R 160 of 402 ~ 39.8%
G 183 of 402 ~ 45.52%
B 59 of 402 ~ 14.68'%

%39.8
%45.52
%14.68

CMYK color model

#A0B73B color CMYK value is (13,0,68,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 67.76%
  • key color value is 28.24%

CMYK: (13,0,68,28)
C13M0Y68K28 (13%, 0%, 68%, 28%)
(0.13 / 0.00 / 0.68 / 0.28)

CMYK percentages

%12.57
%0
%67.76
%28.24

Codes

Color #A0B73B in popluar color models

A0 B7 3B
RGB 160 183 59
HSL 71° 51.24% 47.45%
HSB/HSV 71° 67.76% 71.76%
CMYK 12.57% 0.00% 67.76%
28.24%

Color #A0B73B in popluar number systems.

HEX A0 B7 3B
Decimal 160 183 59
Binary 10100000 10110111 111011
Octal 240 267 73

Shades and tints

Shades of #A0B73B

#A0B73B
(160,183,59)
#92A736
(146,167,54)
#849731
(132,151,49)
#76872C
(118,135,44)
#687727
(104,119,39)
#5A6722
(90,103,34)
#4C571D
(76,87,29)
#3E4718
(62,71,24)
#303713
(48,55,19)
#22270E
(34,39,14)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #A0B73B

#A0B73B
(160,183,59)
#A8BD4C
(168,189,76)
#B0C35D
(176,195,93)
#B8C96E
(184,201,110)
#C0CF7F
(192,207,127)
#C8D590
(200,213,144)
#D0DBA1
(208,219,161)
#D8E1B2
(216,225,178)
#E0E7C3
(224,231,195)
#E8EDD4
(232,237,212)
#F0F3E5
(240,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B73B color. Also use rgb(160,183,59) instead hex code.

Text Font Color

.myTextColor { color: #A0B73B; }

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

This text font color is #A0B73B.

Background Color

.myBgColor { background-color: #A0B73B; }

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

This div background color is #A0B73B.

Border color

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

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

This div border color is #A0B73B.

Opacity

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

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

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

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

This text has shadow with #A0B73B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B73B.

Preview

Color preview on black background

This text has color #A0B73B on black background.


Color preview on white background

This text has color #A0B73B on white background.


Black color preview on #A0B73B background

This text has black color on #A0B73B background.


White color preview on #A0B73B background

This text has white color on #A0B73B background.


Related colors

Complementary color

Complementary color for #hex is #5F48C4.


I love getcolorcode.com

Triadic colors

1 #3BA0B7 and #B73BA0 with #A0B73B are triadic colors.

2 #3BB7A0 and #B7A03B with #A0B73B are triadic colors.