COLOR #A9F655

HEX: #A9F655
RGB: (169,246,85)

Color info

#A9F655 contains mainly green color. Web safe color of #A9F655 is #99FF66 (or #9F6).

RGB color model

#A9F655 color RGB value is (169,246,85).

  • red value is 169;
  • green value is 246;
  • blue value is 85.
RGB:
(169,246,85)
(66%,96%,33%)

RGB channels and saturation

R 169 of 255 = 66%
G 246 of 255 = 96%
B 85 of 255 = 33%

169
246
85

R + G + B ~ 65%. #A9F655 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 246 + 85 = 500 (100%)
R 169 of 500 ~ 33.8%
G 246 of 500 ~ 49.2%
B 85 of 500 ~ 17%

%33.8
%49.2
%17

CMYK color model

#A9F655 color CMYK value is (31,0,65,4).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 3.53%
CMYK:
(31,0,65,4)
C31M0Y65K4 
(31%,0%,65%,4%)
(0.31/0.00/0.65/0.04)	

CMYK percentages

%31.3
%0
%65.45
%3.53

Codes

Color #A9F655 in popluar color models

A9F655
RGB16924685
HSL89°89.94%64.90%
HSB/HSV89°65.45%96.47%
CMYK31.30%0.00%65.45%
3.53%

Color #A9F655 in popluar number systems.

HEXA9F655
Decimal16924685
Binary10101001111101101010101
Octal251366125

Shades and tints

Shades of #A9F655

#A9F655
(169,246,85)
#9AE04E
(154,224,78)
#8BCA47
(139,202,71)
#7CB440
(124,180,64)
#6D9E39
(109,158,57)
#5E8832
(94,136,50)
#4F722B
(79,114,43)
#405C24
(64,92,36)
#31461D
(49,70,29)
#223016
(34,48,22)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #A9F655

#A9F655
(169,246,85)
#B0F664
(176,246,100)
#B7F673
(183,246,115)
#BEF682
(190,246,130)
#C5F691
(197,246,145)
#CCF6A0
(204,246,160)
#D3F6AF
(211,246,175)
#DAF6BE
(218,246,190)
#E1F6CD
(225,246,205)
#E8F6DC
(232,246,220)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F655 color. Also use rgb(169,246,85) instead hex code.

Text Font Color

.myTextColor { color: #A9F655; }

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

This text font color is #A9F655.


Background Color

.myBgColor { background-color: #A9F655; }

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

This div background color is #A9F655.


Border color

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

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

This div border color is #A9F655.


Opacity

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

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

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

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

This text has shadow with #A9F655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F655 on black background.


Color preview on white background

This text has color #A9F655 on white background.



Black color preview on #A9F655 background

This text has black color on #A9F655 background.


White color preview on #A9F655 background

This text has white color on #A9F655 background.