COLOR #A5CF89

HEX: #A5CF89 RGB: (165,207,137)

Color info

#A5CF89 contains mainly red and green colors. Web safe color of #A5CF89 is #99CC99 (or #9C9).

RGB color model

#A5CF89 color RGB value is (165,207,137).

RGB: (165,207,137) (65%, 81%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 137 of 255 = 54%

165
207
137

R + G + B ~ 67%. #A5CF89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 137 = 509 (100%)
R 165 of 509 ~ 32.42%
G 207 of 509 ~ 40.67%
B 137 of 509 ~ 26.92'%

%32.42
%40.67
%26.92

CMYK color model

#A5CF89 color CMYK value is (20,0,34,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 18.82%

CMYK: (20,0,34,19)
C20M0Y34K19 (20%, 0%, 34%, 19%)
(0.20 / 0.00 / 0.34 / 0.19)

CMYK percentages

%20.29
%0
%33.82
%18.82

Codes

Color #A5CF89 in popluar color models

A5 CF 89
RGB 165 207 137
HSL 96° 42.17% 67.45%
HSB/HSV 96° 33.82% 81.18%
CMYK 20.29% 0.00% 33.82%
18.82%

Color #A5CF89 in popluar number systems.

HEX A5 CF 89
Decimal 165 207 137
Binary 10100101 11001111 10001001
Octal 245 317 211

Shades and tints

Shades of #A5CF89

#A5CF89
(165,207,137)
#96BD7D
(150,189,125)
#87AB71
(135,171,113)
#789965
(120,153,101)
#698759
(105,135,89)
#5A754D
(90,117,77)
#4B6341
(75,99,65)
#3C5135
(60,81,53)
#2D3F29
(45,63,41)
#1E2D1D
(30,45,29)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #A5CF89

#A5CF89
(165,207,137)
#ADD393
(173,211,147)
#B5D79D
(181,215,157)
#BDDBA7
(189,219,167)
#C5DFB1
(197,223,177)
#CDE3BB
(205,227,187)
#D5E7C5
(213,231,197)
#DDEBCF
(221,235,207)
#E5EFD9
(229,239,217)
#EDF3E3
(237,243,227)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CF89 color. Also use rgb(165,207,137) instead hex code.

Text Font Color

.myTextColor { color: #A5CF89; }

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

This text font color is #A5CF89.

Background Color

.myBgColor { background-color: #A5CF89; }

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

This div background color is #A5CF89.

Border color

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

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

This div border color is #A5CF89.

Opacity

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

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

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

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

This text has shadow with #A5CF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CF89.

Preview

Color preview on black background

This text has color #A5CF89 on black background.


Color preview on white background

This text has color #A5CF89 on white background.


Black color preview on #A5CF89 background

This text has black color on #A5CF89 background.


White color preview on #A5CF89 background

This text has white color on #A5CF89 background.


Related colors

Complementary color

Complementary color for #hex is #5A3076.


I love getcolorcode.com

Triadic colors

1 #89A5CF and #CF89A5 with #A5CF89 are triadic colors.

2 #89CFA5 and #CFA589 with #A5CF89 are triadic colors.