COLOR #A5C354

HEX: #A5C354
RGB: (165,195,84)

Color info

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

RGB color model

#A5C354 color RGB value is (165,195,84).

  • red value is 165;
  • green value is 195;
  • blue value is 84.
RGB:
(165,195,84)
(65%,76%,33%)

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 84 of 255 = 33%

165
195
84

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

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 84 = 444 (100%)
R 165 of 444 ~ 37.16%
G 195 of 444 ~ 43.92%
B 84 of 444 ~ 18.92%

%37.16
%43.92
%18.92

CMYK color model

#A5C354 color CMYK value is (15,0,57,24).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 23.53%
CMYK:
(15,0,57,24)
C15M0Y57K24 
(15%,0%,57%,24%)
(0.15/0.00/0.57/0.24)	

CMYK percentages

%15.38
%0
%56.92
%23.53

Codes

Color #A5C354 in popluar color models

A5C354
RGB16519584
HSL76°48.05%54.71%
HSB/HSV76°56.92%76.47%
CMYK15.38%0.00%56.92%
23.53%

Color #A5C354 in popluar number systems.

HEXA5C354
Decimal16519584
Binary10100101110000111010100
Octal245303124

Shades and tints

Shades of #A5C354

#A5C354
(165,195,84)
#96B24D
(150,178,77)
#87A146
(135,161,70)
#78903F
(120,144,63)
#697F38
(105,127,56)
#5A6E31
(90,110,49)
#4B5D2A
(75,93,42)
#3C4C23
(60,76,35)
#2D3B1C
(45,59,28)
#1E2A15
(30,42,21)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #A5C354

#A5C354
(165,195,84)
#ADC863
(173,200,99)
#B5CD72
(181,205,114)
#BDD281
(189,210,129)
#C5D790
(197,215,144)
#CDDC9F
(205,220,159)
#D5E1AE
(213,225,174)
#DDE6BD
(221,230,189)
#E5EBCC
(229,235,204)
#EDF0DB
(237,240,219)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C354 color. Also use rgb(165,195,84) instead hex code.

Text Font Color

.myTextColor { color: #A5C354; }

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

This text font color is #A5C354.


Background Color

.myBgColor { background-color: #A5C354; }

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

This div background color is #A5C354.


Border color

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

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

This div border color is #A5C354.


Opacity

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

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

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

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

This text has shadow with #A5C354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C354 on black background.


Color preview on white background

This text has color #A5C354 on white background.



Black color preview on #A5C354 background

This text has black color on #A5C354 background.


White color preview on #A5C354 background

This text has white color on #A5C354 background.