COLOR #A5C048

HEX: #A5C048
RGB: (165,192,72)

Color info

#A5C048 contains mainly red and green colors. Web safe color of #A5C048 is #99CC33 (or #9C3).

RGB color model

#A5C048 color RGB value is (165,192,72).

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

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 72 of 255 = 28%

165
192
72

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 72 = 429 (100%)
R 165 of 429 ~ 38.46%
G 192 of 429 ~ 44.76%
B 72 of 429 ~ 16.78%

%38.46
%44.76
%16.78

CMYK color model

#A5C048 color CMYK value is (14,0,63,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 24.71%
CMYK:
(14,0,63,25)
C14M0Y63K25 
(14%,0%,63%,25%)
(0.14/0.00/0.63/0.25)	

CMYK percentages

%14.06
%0
%62.5
%24.71

Codes

Color #A5C048 in popluar color models

A5C048
RGB16519272
HSL74°48.78%51.76%
HSB/HSV74°62.50%75.29%
CMYK14.06%0.00%62.50%
24.71%

Color #A5C048 in popluar number systems.

HEXA5C048
Decimal16519272
Binary10100101110000001001000
Octal245300110

Shades and tints

Shades of #A5C048

#A5C048
(165,192,72)
#96AF42
(150,175,66)
#879E3C
(135,158,60)
#788D36
(120,141,54)
#697C30
(105,124,48)
#5A6B2A
(90,107,42)
#4B5A24
(75,90,36)
#3C491E
(60,73,30)
#2D3818
(45,56,24)
#1E2712
(30,39,18)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #A5C048

#A5C048
(165,192,72)
#ADC558
(173,197,88)
#B5CA68
(181,202,104)
#BDCF78
(189,207,120)
#C5D488
(197,212,136)
#CDD998
(205,217,152)
#D5DEA8
(213,222,168)
#DDE3B8
(221,227,184)
#E5E8C8
(229,232,200)
#EDEDD8
(237,237,216)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C048; }

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

This text font color is #A5C048.


Background Color

.myBgColor { background-color: #A5C048; }

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

This div background color is #A5C048.


Border color

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

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

This div border color is #A5C048.


Opacity

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

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

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

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

This text has shadow with #A5C048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C048 on black background.


Color preview on white background

This text has color #A5C048 on white background.



Black color preview on #A5C048 background

This text has black color on #A5C048 background.


White color preview on #A5C048 background

This text has white color on #A5C048 background.