COLOR #A9F692

HEX: #A9F692
RGB: (169,246,146)

Color info

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

RGB color model

#A9F692 color RGB value is (169,246,146).

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

RGB channels and saturation

R 169 of 255 = 66%
G 246 of 255 = 96%
B 146 of 255 = 57%

169
246
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 246 + 146 = 561 (100%)
R 169 of 561 ~ 30.12%
G 246 of 561 ~ 43.85%
B 146 of 561 ~ 26.02%

%30.12
%43.85
%26.02

CMYK color model

#A9F692 color CMYK value is (31,0,41,4).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 3.53%
CMYK:
(31,0,41,4)
C31M0Y41K4 
(31%,0%,41%,4%)
(0.31/0.00/0.41/0.04)	

CMYK percentages

%31.3
%0
%40.65
%3.53

Codes

Color #A9F692 in popluar color models

A9F692
RGB169246146
HSL106°84.75%76.86%
HSB/HSV106°40.65%96.47%
CMYK31.30%0.00%40.65%
3.53%

Color #A9F692 in popluar number systems.

HEXA9F692
Decimal169246146
Binary101010011111011010010010
Octal251366222

Shades and tints

Shades of #A9F692

#A9F692
(169,246,146)
#9AE085
(154,224,133)
#8BCA78
(139,202,120)
#7CB46B
(124,180,107)
#6D9E5E
(109,158,94)
#5E8851
(94,136,81)
#4F7244
(79,114,68)
#405C37
(64,92,55)
#31462A
(49,70,42)
#22301D
(34,48,29)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #A9F692

#A9F692
(169,246,146)
#B0F69B
(176,246,155)
#B7F6A4
(183,246,164)
#BEF6AD
(190,246,173)
#C5F6B6
(197,246,182)
#CCF6BF
(204,246,191)
#D3F6C8
(211,246,200)
#DAF6D1
(218,246,209)
#E1F6DA
(225,246,218)
#E8F6E3
(232,246,227)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F692; }

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

This text font color is #A9F692.


Background Color

.myBgColor { background-color: #A9F692; }

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

This div background color is #A9F692.


Border color

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

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

This div border color is #A9F692.


Opacity

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

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

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

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

This text has shadow with #A9F692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F692 on black background.


Color preview on white background

This text has color #A9F692 on white background.



Black color preview on #A9F692 background

This text has black color on #A9F692 background.


White color preview on #A9F692 background

This text has white color on #A9F692 background.