COLOR #A9F595

HEX: #A9F595
RGB: (169,245,149)

Color info

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

RGB color model

#A9F595 color RGB value is (169,245,149).

  • red value is 169;
  • green value is 245;
  • blue value is 149.
RGB:
(169,245,149)
(66%,96%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 245 of 255 = 96%
B 149 of 255 = 58%

169
245
149

R + G + B ~ 73%. #A9F595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 245 + 149 = 563 (100%)
R 169 of 563 ~ 30.02%
G 245 of 563 ~ 43.52%
B 149 of 563 ~ 26.47%

%30.02
%43.52
%26.47

CMYK color model

#A9F595 color CMYK value is (31,0,39,4).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 3.92%
CMYK:
(31,0,39,4)
C31M0Y39K4 
(31%,0%,39%,4%)
(0.31/0.00/0.39/0.04)	

CMYK percentages

%31.02
%0
%39.18
%3.92

Codes

Color #A9F595 in popluar color models

A9F595
RGB169245149
HSL108°82.76%77.25%
HSB/HSV108°39.18%96.08%
CMYK31.02%0.00%39.18%
3.92%

Color #A9F595 in popluar number systems.

HEXA9F595
Decimal169245149
Binary101010011111010110010101
Octal251365225

Shades and tints

Shades of #A9F595

#A9F595
(169,245,149)
#9ADF88
(154,223,136)
#8BC97B
(139,201,123)
#7CB36E
(124,179,110)
#6D9D61
(109,157,97)
#5E8754
(94,135,84)
#4F7147
(79,113,71)
#405B3A
(64,91,58)
#31452D
(49,69,45)
#222F20
(34,47,32)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #A9F595

#A9F595
(169,245,149)
#B0F59E
(176,245,158)
#B7F5A7
(183,245,167)
#BEF5B0
(190,245,176)
#C5F5B9
(197,245,185)
#CCF5C2
(204,245,194)
#D3F5CB
(211,245,203)
#DAF5D4
(218,245,212)
#E1F5DD
(225,245,221)
#E8F5E6
(232,245,230)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F595 color. Also use rgb(169,245,149) instead hex code.

Text Font Color

.myTextColor { color: #A9F595; }

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

This text font color is #A9F595.


Background Color

.myBgColor { background-color: #A9F595; }

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

This div background color is #A9F595.


Border color

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

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

This div border color is #A9F595.


Opacity

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

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

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

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

This text has shadow with #A9F595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F595 on black background.


Color preview on white background

This text has color #A9F595 on white background.



Black color preview on #A9F595 background

This text has black color on #A9F595 background.


White color preview on #A9F595 background

This text has white color on #A9F595 background.