COLOR #A0B610

HEX: #A0B610
RGB: (160,182,16)

Color info

#A0B610 contains mainly red and green colors. Web safe color of #A0B610 is #99CC00 (or #9C0).

RGB color model

#A0B610 color RGB value is (160,182,16).

  • red value is 160;
  • green value is 182;
  • blue value is 16.
RGB:
(160,182,16)
(63%,71%,6%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 16 of 255 = 6%

160
182
16

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

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 16 = 358 (100%)
R 160 of 358 ~ 44.69%
G 182 of 358 ~ 50.84%
B 16 of 358 ~ 4.47%

%44.69
%50.84

CMYK color model

#A0B610 color CMYK value is (12,0,91,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 91.21%
  • key color value is 28.63%
CMYK:
(12,0,91,29)
C12M0Y91K29 
(12%,0%,91%,29%)
(0.12/0.00/0.91/0.29)	

CMYK percentages

%12.09
%0
%91.21
%28.63

Codes

Color #A0B610 in popluar color models

A0B610
RGB16018216
HSL68°83.84%38.82%
HSB/HSV68°91.21%71.37%
CMYK12.09%0.00%91.21%
28.63%

Color #A0B610 in popluar number systems.

HEXA0B610
Decimal16018216
Binary101000001011011010000
Octal24026620

Shades and tints

Shades of #A0B610

#A0B610
(160,182,16)
#92A60F
(146,166,15)
#84960E
(132,150,14)
#76860D
(118,134,13)
#68760C
(104,118,12)
#5A660B
(90,102,11)
#4C560A
(76,86,10)
#3E4609
(62,70,9)
#303608
(48,54,8)
#222607
(34,38,7)
#141606
(20,22,6)
#000000
(0,0,0)

Tints of #A0B610

#A0B610
(160,182,16)
#A8BC25
(168,188,37)
#B0C23A
(176,194,58)
#B8C84F
(184,200,79)
#C0CE64
(192,206,100)
#C8D479
(200,212,121)
#D0DA8E
(208,218,142)
#D8E0A3
(216,224,163)
#E0E6B8
(224,230,184)
#E8ECCD
(232,236,205)
#F0F2E2
(240,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B610 color. Also use rgb(160,182,16) instead hex code.

Text Font Color

.myTextColor { color: #A0B610; }

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

This text font color is #A0B610.


Background Color

.myBgColor { background-color: #A0B610; }

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

This div background color is #A0B610.


Border color

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

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

This div border color is #A0B610.


Opacity

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

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

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

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

This text has shadow with #A0B610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B610 on black background.


Color preview on white background

This text has color #A0B610 on white background.



Black color preview on #A0B610 background

This text has black color on #A0B610 background.


White color preview on #A0B610 background

This text has white color on #A0B610 background.