COLOR #A5C068

HEX: #A5C068
RGB: (165,192,104)

Color info

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

RGB color model

#A5C068 color RGB value is (165,192,104).

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

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 104 of 255 = 41%

165
192
104

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 104 = 461 (100%)
R 165 of 461 ~ 35.79%
G 192 of 461 ~ 41.65%
B 104 of 461 ~ 22.56%

%35.79
%41.65
%22.56

CMYK color model

#A5C068 color CMYK value is (14,0,46,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK:
(14,0,46,25)
C14M0Y46K25 
(14%,0%,46%,25%)
(0.14/0.00/0.46/0.25)	

CMYK percentages

%14.06
%0
%45.83
%24.71

Codes

Color #A5C068 in popluar color models

A5C068
RGB165192104
HSL78°41.12%58.04%
HSB/HSV78°45.83%75.29%
CMYK14.06%0.00%45.83%
24.71%

Color #A5C068 in popluar number systems.

HEXA5C068
Decimal165192104
Binary10100101110000001101000
Octal245300150

Shades and tints

Shades of #A5C068

#A5C068
(165,192,104)
#96AF5F
(150,175,95)
#879E56
(135,158,86)
#788D4D
(120,141,77)
#697C44
(105,124,68)
#5A6B3B
(90,107,59)
#4B5A32
(75,90,50)
#3C4929
(60,73,41)
#2D3820
(45,56,32)
#1E2717
(30,39,23)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #A5C068

#A5C068
(165,192,104)
#ADC575
(173,197,117)
#B5CA82
(181,202,130)
#BDCF8F
(189,207,143)
#C5D49C
(197,212,156)
#CDD9A9
(205,217,169)
#D5DEB6
(213,222,182)
#DDE3C3
(221,227,195)
#E5E8D0
(229,232,208)
#EDEDDD
(237,237,221)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C068; }

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

This text font color is #A5C068.


Background Color

.myBgColor { background-color: #A5C068; }

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

This div background color is #A5C068.


Border color

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

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

This div border color is #A5C068.


Opacity

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

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

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

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

This text has shadow with #A5C068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C068 on black background.


Color preview on white background

This text has color #A5C068 on white background.



Black color preview on #A5C068 background

This text has black color on #A5C068 background.


White color preview on #A5C068 background

This text has white color on #A5C068 background.