COLOR #A5C25E

HEX: #A5C25E RGB: (165,194,94)

Color info

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

RGB color model

#A5C25E color RGB value is (165,194,94).

RGB: (165,194,94) (65%, 76%, 37%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 94 of 255 = 37%

165
194
94

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

Portions of RGB colors in percentages

R + G + B = 165 + 194 + 94 = 453 (100%)
R 165 of 453 ~ 36.42%
G 194 of 453 ~ 42.83%
B 94 of 453 ~ 20.75'%

%36.42
%42.83
%20.75

CMYK color model

#A5C25E color CMYK value is (15,0,52,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 51.55%
  • key color value is 23.92%

CMYK: (15,0,52,24)
C15M0Y52K24 (15%, 0%, 52%, 24%)
(0.15 / 0.00 / 0.52 / 0.24)

CMYK percentages

%14.95
%0
%51.55
%23.92

Codes

Color #A5C25E in popluar color models

A5 C2 5E
RGB 165 194 94
HSL 77° 45.05% 56.47%
HSB/HSV 77° 51.55% 76.08%
CMYK 14.95% 0.00% 51.55%
23.92%

Color #A5C25E in popluar number systems.

HEX A5 C2 5E
Decimal 165 194 94
Binary 10100101 11000010 1011110
Octal 245 302 136

Shades and tints

Shades of #A5C25E

#A5C25E
(165,194,94)
#96B156
(150,177,86)
#87A04E
(135,160,78)
#788F46
(120,143,70)
#697E3E
(105,126,62)
#5A6D36
(90,109,54)
#4B5C2E
(75,92,46)
#3C4B26
(60,75,38)
#2D3A1E
(45,58,30)
#1E2916
(30,41,22)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #A5C25E

#A5C25E
(165,194,94)
#ADC76C
(173,199,108)
#B5CC7A
(181,204,122)
#BDD188
(189,209,136)
#C5D696
(197,214,150)
#CDDBA4
(205,219,164)
#D5E0B2
(213,224,178)
#DDE5C0
(221,229,192)
#E5EACE
(229,234,206)
#EDEFDC
(237,239,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C25E color. Also use rgb(165,194,94) instead hex code.

Text Font Color

.myTextColor { color: #A5C25E; }

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

This text font color is #A5C25E.

Background Color

.myBgColor { background-color: #A5C25E; }

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

This div background color is #A5C25E.

Border color

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

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

This div border color is #A5C25E.

Opacity

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

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

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

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

This text has shadow with #A5C25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C25E.

Preview

Color preview on black background

This text has color #A5C25E on black background.


Color preview on white background

This text has color #A5C25E on white background.


Black color preview on #A5C25E background

This text has black color on #A5C25E background.


White color preview on #A5C25E background

This text has white color on #A5C25E background.


Related colors

Complementary color

Complementary color for #hex is #5A3DA1.


I love getcolorcode.com

Triadic colors

1 #5EA5C2 and #C25EA5 with #A5C25E are triadic colors.

2 #5EC2A5 and #C2A55E with #A5C25E are triadic colors.