COLOR #A5E662

HEX: #A5E662
RGB: (165,230,98)

Color info

#A5E662 contains mainly green color. Web safe color of #A5E662 is #99CC66 (or #9C6).

RGB color model

#A5E662 color RGB value is (165,230,98).

  • red value is 165;
  • green value is 230;
  • blue value is 98.
RGB:
(165,230,98)
(65%,90%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 98 of 255 = 38%

165
230
98

R + G + B ~ 64%. #A5E662 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 98 = 493 (100%)
R 165 of 493 ~ 33.47%
G 230 of 493 ~ 46.65%
B 98 of 493 ~ 19.88%

%33.47
%46.65
%19.88

CMYK color model

#A5E662 color CMYK value is (28,0,57,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 57.39%
  • key color value is 9.80%
CMYK:
(28,0,57,10)
C28M0Y57K10 
(28%,0%,57%,10%)
(0.28/0.00/0.57/0.10)	

CMYK percentages

%28.26
%0
%57.39
%9.8

Codes

Color #A5E662 in popluar color models

A5E662
RGB16523098
HSL90°72.53%64.31%
HSB/HSV90°57.39%90.20%
CMYK28.26%0.00%57.39%
9.80%

Color #A5E662 in popluar number systems.

HEXA5E662
Decimal16523098
Binary10100101111001101100010
Octal245346142

Shades and tints

Shades of #A5E662

#A5E662
(165,230,98)
#96D25A
(150,210,90)
#87BE52
(135,190,82)
#78AA4A
(120,170,74)
#699642
(105,150,66)
#5A823A
(90,130,58)
#4B6E32
(75,110,50)
#3C5A2A
(60,90,42)
#2D4622
(45,70,34)
#1E321A
(30,50,26)
#0F1E12
(15,30,18)
#000000
(0,0,0)

Tints of #A5E662

#A5E662
(165,230,98)
#ADE870
(173,232,112)
#B5EA7E
(181,234,126)
#BDEC8C
(189,236,140)
#C5EE9A
(197,238,154)
#CDF0A8
(205,240,168)
#D5F2B6
(213,242,182)
#DDF4C4
(221,244,196)
#E5F6D2
(229,246,210)
#EDF8E0
(237,248,224)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E662 color. Also use rgb(165,230,98) instead hex code.

Text Font Color

.myTextColor { color: #A5E662; }

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

This text font color is #A5E662.


Background Color

.myBgColor { background-color: #A5E662; }

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

This div background color is #A5E662.


Border color

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

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

This div border color is #A5E662.


Opacity

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

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

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

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

This text has shadow with #A5E662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E662 on black background.


Color preview on white background

This text has color #A5E662 on white background.



Black color preview on #A5E662 background

This text has black color on #A5E662 background.


White color preview on #A5E662 background

This text has white color on #A5E662 background.