COLOR #A0BE58

HEX: #A0BE58
RGB: (160,190,88)

Color info

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

RGB color model

#A0BE58 color RGB value is (160,190,88).

  • red value is 160;
  • green value is 190;
  • blue value is 88.
RGB:
(160,190,88)
(63%,75%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 88 of 255 = 35%

160
190
88

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 88 = 438 (100%)
R 160 of 438 ~ 36.53%
G 190 of 438 ~ 43.38%
B 88 of 438 ~ 20.09%

%36.53
%43.38
%20.09

CMYK color model

#A0BE58 color CMYK value is (16,0,54,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 25.49%
CMYK:
(16,0,54,25)
C16M0Y54K25 
(16%,0%,54%,25%)
(0.16/0.00/0.54/0.25)	

CMYK percentages

%15.79
%0
%53.68
%25.49

Codes

Color #A0BE58 in popluar color models

A0BE58
RGB16019088
HSL78°43.97%54.51%
HSB/HSV78°53.68%74.51%
CMYK15.79%0.00%53.68%
25.49%

Color #A0BE58 in popluar number systems.

HEXA0BE58
Decimal16019088
Binary10100000101111101011000
Octal240276130

Shades and tints

Shades of #A0BE58

#A0BE58
(160,190,88)
#92AD50
(146,173,80)
#849C48
(132,156,72)
#768B40
(118,139,64)
#687A38
(104,122,56)
#5A6930
(90,105,48)
#4C5828
(76,88,40)
#3E4720
(62,71,32)
#303618
(48,54,24)
#222510
(34,37,16)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #A0BE58

#A0BE58
(160,190,88)
#A8C367
(168,195,103)
#B0C876
(176,200,118)
#B8CD85
(184,205,133)
#C0D294
(192,210,148)
#C8D7A3
(200,215,163)
#D0DCB2
(208,220,178)
#D8E1C1
(216,225,193)
#E0E6D0
(224,230,208)
#E8EBDF
(232,235,223)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BE58 color. Also use rgb(160,190,88) instead hex code.

Text Font Color

.myTextColor { color: #A0BE58; }

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

This text font color is #A0BE58.


Background Color

.myBgColor { background-color: #A0BE58; }

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

This div background color is #A0BE58.


Border color

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

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

This div border color is #A0BE58.


Opacity

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

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

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

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

This text has shadow with #A0BE58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BE58 on black background.


Color preview on white background

This text has color #A0BE58 on white background.



Black color preview on #A0BE58 background

This text has black color on #A0BE58 background.


White color preview on #A0BE58 background

This text has white color on #A0BE58 background.