COLOR #A5C058

HEX: #A5C058
RGB: (165,192,88)

Color info

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

RGB color model

#A5C058 color RGB value is (165,192,88).

  • red value is 165;
  • green value is 192;
  • blue value is 88.
RGB:
(165,192,88)
(65%,75%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 88 of 255 = 35%

165
192
88

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 88 = 445 (100%)
R 165 of 445 ~ 37.08%
G 192 of 445 ~ 43.15%
B 88 of 445 ~ 19.78%

%37.08
%43.15
%19.78

CMYK color model

#A5C058 color CMYK value is (14,0,54,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 24.71%
CMYK:
(14,0,54,25)
C14M0Y54K25 
(14%,0%,54%,25%)
(0.14/0.00/0.54/0.25)	

CMYK percentages

%14.06
%0
%54.17
%24.71

Codes

Color #A5C058 in popluar color models

A5C058
RGB16519288
HSL76°45.22%54.90%
HSB/HSV76°54.17%75.29%
CMYK14.06%0.00%54.17%
24.71%

Color #A5C058 in popluar number systems.

HEXA5C058
Decimal16519288
Binary10100101110000001011000
Octal245300130

Shades and tints

Shades of #A5C058

#A5C058
(165,192,88)
#96AF50
(150,175,80)
#879E48
(135,158,72)
#788D40
(120,141,64)
#697C38
(105,124,56)
#5A6B30
(90,107,48)
#4B5A28
(75,90,40)
#3C4920
(60,73,32)
#2D3818
(45,56,24)
#1E2710
(30,39,16)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #A5C058

#A5C058
(165,192,88)
#ADC567
(173,197,103)
#B5CA76
(181,202,118)
#BDCF85
(189,207,133)
#C5D494
(197,212,148)
#CDD9A3
(205,217,163)
#D5DEB2
(213,222,178)
#DDE3C1
(221,227,193)
#E5E8D0
(229,232,208)
#EDEDDF
(237,237,223)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C058 color. Also use rgb(165,192,88) instead hex code.

Text Font Color

.myTextColor { color: #A5C058; }

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

This text font color is #A5C058.


Background Color

.myBgColor { background-color: #A5C058; }

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

This div background color is #A5C058.


Border color

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

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

This div border color is #A5C058.


Opacity

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

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

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

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

This text has shadow with #A5C058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C058 on black background.


Color preview on white background

This text has color #A5C058 on white background.



Black color preview on #A5C058 background

This text has black color on #A5C058 background.


White color preview on #A5C058 background

This text has white color on #A5C058 background.