COLOR #A5EE99

HEX: #A5EE99
RGB: (165,238,153)

Color info

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

RGB color model

#A5EE99 color RGB value is (165,238,153).

  • red value is 165;
  • green value is 238;
  • blue value is 153.
RGB:
(165,238,153)
(65%,93%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 238 of 255 = 93%
B 153 of 255 = 60%

165
238
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 238 + 153 = 556 (100%)
R 165 of 556 ~ 29.68%
G 238 of 556 ~ 42.81%
B 153 of 556 ~ 27.52%

%29.68
%42.81
%27.52

CMYK color model

#A5EE99 color CMYK value is (31,0,36,7).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 6.67%
CMYK:
(31,0,36,7)
C31M0Y36K7 
(31%,0%,36%,7%)
(0.31/0.00/0.36/0.07)	

CMYK percentages

%30.67
%0
%35.71
%6.67

Codes

Color #A5EE99 in popluar color models

A5EE99
RGB165238153
HSL112°71.43%76.67%
HSB/HSV112°35.71%93.33%
CMYK30.67%0.00%35.71%
6.67%

Color #A5EE99 in popluar number systems.

HEXA5EE99
Decimal165238153
Binary101001011110111010011001
Octal245356231

Shades and tints

Shades of #A5EE99

#A5EE99
(165,238,153)
#96D98C
(150,217,140)
#87C47F
(135,196,127)
#78AF72
(120,175,114)
#699A65
(105,154,101)
#5A8558
(90,133,88)
#4B704B
(75,112,75)
#3C5B3E
(60,91,62)
#2D4631
(45,70,49)
#1E3124
(30,49,36)
#0F1C17
(15,28,23)
#000000
(0,0,0)

Tints of #A5EE99

#A5EE99
(165,238,153)
#ADEFA2
(173,239,162)
#B5F0AB
(181,240,171)
#BDF1B4
(189,241,180)
#C5F2BD
(197,242,189)
#CDF3C6
(205,243,198)
#D5F4CF
(213,244,207)
#DDF5D8
(221,245,216)
#E5F6E1
(229,246,225)
#EDF7EA
(237,247,234)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EE99 color. Also use rgb(165,238,153) instead hex code.

Text Font Color

.myTextColor { color: #A5EE99; }

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

This text font color is #A5EE99.


Background Color

.myBgColor { background-color: #A5EE99; }

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

This div background color is #A5EE99.


Border color

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

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

This div border color is #A5EE99.


Opacity

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

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

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

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

This text has shadow with #A5EE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EE99 on black background.


Color preview on white background

This text has color #A5EE99 on white background.



Black color preview on #A5EE99 background

This text has black color on #A5EE99 background.


White color preview on #A5EE99 background

This text has white color on #A5EE99 background.