COLOR #A5FFAE

HEX: #A5FFAE
RGB: (165,255,174)

Color info

#A5FFAE contains mainly green color. Web safe color of #A5FFAE is #99FF99 (or #9F9).

RGB color model

#A5FFAE color RGB value is (165,255,174).

  • red value is 165;
  • green value is 255;
  • blue value is 174.
RGB:
(165,255,174)
(65%,100%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 174 of 255 = 68%

165
255
174

R + G + B ~ 78%. #A5FFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 255 + 174 = 594 (100%)
R 165 of 594 ~ 27.78%
G 255 of 594 ~ 42.93%
B 174 of 594 ~ 29.29%

%27.78
%42.93
%29.29

CMYK color model

#A5FFAE color CMYK value is (35,0,32,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(35,0,32,0)
C35M0Y32K0 
(35%,0%,32%,0%)
(0.35/0.00/0.32/0.00)	

CMYK percentages

%35.29
%0
%31.76
%0

Codes

Color #A5FFAE in popluar color models

A5FFAE
RGB165255174
HSL126°100.00%82.35%
HSB/HSV126°35.29%100.00%
CMYK35.29%0.00%31.76%
0.00%

Color #A5FFAE in popluar number systems.

HEXA5FFAE
Decimal165255174
Binary101001011111111110101110
Octal245377256

Shades and tints

Shades of #A5FFAE

#A5FFAE
(165,255,174)
#96E89F
(150,232,159)
#87D190
(135,209,144)
#78BA81
(120,186,129)
#69A372
(105,163,114)
#5A8C63
(90,140,99)
#4B7554
(75,117,84)
#3C5E45
(60,94,69)
#2D4736
(45,71,54)
#1E3027
(30,48,39)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5FFAE

#A5FFAE
(165,255,174)
#ADFFB5
(173,255,181)
#B5FFBC
(181,255,188)
#BDFFC3
(189,255,195)
#C5FFCA
(197,255,202)
#CDFFD1
(205,255,209)
#D5FFD8
(213,255,216)
#DDFFDF
(221,255,223)
#E5FFE6
(229,255,230)
#EDFFED
(237,255,237)
#F5FFF4
(245,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FFAE color. Also use rgb(165,255,174) instead hex code.

Text Font Color

.myTextColor { color: #A5FFAE; }

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

This text font color is #A5FFAE.


Background Color

.myBgColor { background-color: #A5FFAE; }

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

This div background color is #A5FFAE.


Border color

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

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

This div border color is #A5FFAE.


Opacity

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

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

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

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

This text has shadow with #A5FFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FFAE on black background.


Color preview on white background

This text has color #A5FFAE on white background.



Black color preview on #A5FFAE background

This text has black color on #A5FFAE background.


White color preview on #A5FFAE background

This text has white color on #A5FFAE background.