COLOR #A5C25F

HEX: #A5C25F RGB: (165,194,95)

Color info

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

RGB color model

#A5C25F color RGB value is (165,194,95).

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

RGB channels and saturation

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

165
194
95

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

Portions of RGB colors in percentages

R + G + B = 165 + 194 + 95 = 454 (100%)
R 165 of 454 ~ 36.34%
G 194 of 454 ~ 42.73%
B 95 of 454 ~ 20.93'%

%36.34
%42.73
%20.93

CMYK color model

#A5C25F color CMYK value is (15,0,51,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK: (15,0,51,24) C15M0Y51K24 (15%,0%,51%,24%) (0.15/0.00/0.51/0.24) 

CMYK percentages

%14.95
%0
%51.03
%23.92

Codes

Color #A5C25F in popluar color models

A5 C2 5F
RGB 165 194 95
HSL 78° 44.80% 56.67%
HSB/HSV 78° 51.03% 76.08%
CMYK 14.95% 0.00% 51.03%
23.92%

Color #A5C25F in popluar number systems.

HEX A5 C2 5F
Decimal 165 194 95
Binary 10100101 11000010 1011111
Octal 245 302 137

Shades and tints

Shades of #A5C25F

#A5C25F
(165,194,95)
#96B157
(150,177,87)
#87A04F
(135,160,79)
#788F47
(120,143,71)
#697E3F
(105,126,63)
#5A6D37
(90,109,55)
#4B5C2F
(75,92,47)
#3C4B27
(60,75,39)
#2D3A1F
(45,58,31)
#1E2917
(30,41,23)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5C25F

#A5C25F
(165,194,95)
#ADC76D
(173,199,109)
#B5CC7B
(181,204,123)
#BDD189
(189,209,137)
#C5D697
(197,214,151)
#CDDBA5
(205,219,165)
#D5E0B3
(213,224,179)
#DDE5C1
(221,229,193)
#E5EACF
(229,234,207)
#EDEFDD
(237,239,221)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C25F; }

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

This text font color is #A5C25F.

Background Color

.myBgColor { background-color: #A5C25F; }

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

This div background color is #A5C25F.

Border color

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

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

This div border color is #A5C25F.

Opacity

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

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

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

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

This text has shadow with #A5C25F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C25F.

Preview

Color preview on black background

This text has color #A5C25F on black background.


Color preview on white background

This text has color #A5C25F on white background.


Black color preview on #A5C25F background

This text has black color on #A5C25F background.


White color preview on #A5C25F background

This text has white color on #A5C25F background.


Related colors

Complementary color

Complementary color for #hex is #5A3DA0.


I love getcolorcode.com

Triadic colors

1 #5FA5C2 and #C25FA5 with #A5C25F are triadic colors.

2 #5FC2A5 and #C2A55F with #A5C25F are triadic colors.