COLOR #A5F2C5

HEX: #A5F2C5 RGB: (165,242,197)

Color info

#A5F2C5 contains mainly green and blue colors. Web safe color of #A5F2C5 is #99FFCC (or #9FC).

RGB color model

#A5F2C5 color RGB value is (165,242,197).

RGB: (165,242,197) (65%, 95%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 242 of 255 = 95%
B 197 of 255 = 77%

165
242
197

R + G + B ~ 79%. #A5F2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 242 + 197 = 604 (100%)
R 165 of 604 ~ 27.32%
G 242 of 604 ~ 40.07%
B 197 of 604 ~ 32.62'%

%27.32
%40.07
%32.62

CMYK color model

#A5F2C5 color CMYK value is (32,0,19,5).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (32,0,19,5)
C32M0Y19K5 (32%, 0%, 19%, 5%)
(0.32 / 0.00 / 0.19 / 0.05)

CMYK percentages

%31.82
%0
%18.6
%5.1

Codes

Color #A5F2C5 in popluar color models

A5 F2 C5
RGB 165 242 197
HSL 145° 74.76% 79.80%
HSB/HSV 145° 31.82% 94.90%
CMYK 31.82% 0.00% 18.60%
5.10%

Color #A5F2C5 in popluar number systems.

HEX A5 F2 C5
Decimal 165 242 197
Binary 10100101 11110010 11000101
Octal 245 362 305

Shades and tints

Shades of #A5F2C5

#A5F2C5
(165,242,197)
#96DCB4
(150,220,180)
#87C6A3
(135,198,163)
#78B092
(120,176,146)
#699A81
(105,154,129)
#5A8470
(90,132,112)
#4B6E5F
(75,110,95)
#3C584E
(60,88,78)
#2D423D
(45,66,61)
#1E2C2C
(30,44,44)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #A5F2C5

#A5F2C5
(165,242,197)
#ADF3CA
(173,243,202)
#B5F4CF
(181,244,207)
#BDF5D4
(189,245,212)
#C5F6D9
(197,246,217)
#CDF7DE
(205,247,222)
#D5F8E3
(213,248,227)
#DDF9E8
(221,249,232)
#E5FAED
(229,250,237)
#EDFBF2
(237,251,242)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F2C5 color. Also use rgb(165,242,197) instead hex code.

Text Font Color

.myTextColor { color: #A5F2C5; }

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

This text font color is #A5F2C5.

Background Color

.myBgColor { background-color: #A5F2C5; }

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

This div background color is #A5F2C5.

Border color

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

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

This div border color is #A5F2C5.

Opacity

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

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

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

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

This text has shadow with #A5F2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F2C5.

Preview

Color preview on black background

This text has color #A5F2C5 on black background.


Color preview on white background

This text has color #A5F2C5 on white background.


Black color preview on #A5F2C5 background

This text has black color on #A5F2C5 background.


White color preview on #A5F2C5 background

This text has white color on #A5F2C5 background.


Related colors

Complementary color

Complementary color for #hex is #5A0D3A.


I love getcolorcode.com

Triadic colors

1 #C5A5F2 and #F2C5A5 with #A5F2C5 are triadic colors.

2 #C5F2A5 and #F2A5C5 with #A5F2C5 are triadic colors.