COLOR #A5CF88

HEX: #A5CF88 RGB: (165,207,136)

Color info

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

RGB color model

#A5CF88 color RGB value is (165,207,136).

RGB: (165,207,136) (65%, 81%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 136 of 255 = 53%

165
207
136

R + G + B ~ 66%. #A5CF88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 136 = 508 (100%)
R 165 of 508 ~ 32.48%
G 207 of 508 ~ 40.75%
B 136 of 508 ~ 26.77'%

%32.48
%40.75
%26.77

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • 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
%34.3
%18.82

Codes

Color #A5CF88 in popluar color models

A5 CF 88
RGB 165 207 136
HSL 95° 42.51% 67.25%
HSB/HSV 95° 34.30% 81.18%
CMYK 20.29% 0.00% 34.30%
18.82%

Color #A5CF88 in popluar number systems.

HEX A5 CF 88
Decimal 165 207 136
Binary 10100101 11001111 10001000
Octal 245 317 210

Shades and tints

Shades of #A5CF88

#A5CF88
(165,207,136)
#96BD7C
(150,189,124)
#87AB70
(135,171,112)
#789964
(120,153,100)
#698758
(105,135,88)
#5A754C
(90,117,76)
#4B6340
(75,99,64)
#3C5134
(60,81,52)
#2D3F28
(45,63,40)
#1E2D1C
(30,45,28)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #A5CF88

#A5CF88
(165,207,136)
#ADD392
(173,211,146)
#B5D79C
(181,215,156)
#BDDBA6
(189,219,166)
#C5DFB0
(197,223,176)
#CDE3BA
(205,227,186)
#D5E7C4
(213,231,196)
#DDEBCE
(221,235,206)
#E5EFD8
(229,239,216)
#EDF3E2
(237,243,226)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CF88; }

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

This text font color is #A5CF88.

Background Color

.myBgColor { background-color: #A5CF88; }

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

This div background color is #A5CF88.

Border color

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

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

This div border color is #A5CF88.

Opacity

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

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

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

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

This text has shadow with #A5CF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CF88.

Preview

Color preview on black background

This text has color #A5CF88 on black background.


Color preview on white background

This text has color #A5CF88 on white background.


Black color preview on #A5CF88 background

This text has black color on #A5CF88 background.


White color preview on #A5CF88 background

This text has white color on #A5CF88 background.


Related colors

Complementary color

Complementary color for #hex is #5A3077.


I love getcolorcode.com

Triadic colors

1 #88A5CF and #CF88A5 with #A5CF88 are triadic colors.

2 #88CFA5 and #CFA588 with #A5CF88 are triadic colors.