COLOR #A5E67A

HEX: #A5E67A
RGB: (165,230,122)

Color info

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

RGB color model

#A5E67A color RGB value is (165,230,122).

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

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 122 of 255 = 48%

165
230
122

R + G + B ~ 68%. #A5E67A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 122 = 517 (100%)
R 165 of 517 ~ 31.91%
G 230 of 517 ~ 44.49%
B 122 of 517 ~ 23.6%

%31.91
%44.49
%23.6

CMYK color model

#A5E67A color CMYK value is (28,0,47,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 9.80%
CMYK:
(28,0,47,10)
C28M0Y47K10 
(28%,0%,47%,10%)
(0.28/0.00/0.47/0.10)	

CMYK percentages

%28.26
%0
%46.96
%9.8

Codes

Color #A5E67A in popluar color models

A5E67A
RGB165230122
HSL96°68.35%69.02%
HSB/HSV96°46.96%90.20%
CMYK28.26%0.00%46.96%
9.80%

Color #A5E67A in popluar number systems.

HEXA5E67A
Decimal165230122
Binary10100101111001101111010
Octal245346172

Shades and tints

Shades of #A5E67A

#A5E67A
(165,230,122)
#96D26F
(150,210,111)
#87BE64
(135,190,100)
#78AA59
(120,170,89)
#69964E
(105,150,78)
#5A8243
(90,130,67)
#4B6E38
(75,110,56)
#3C5A2D
(60,90,45)
#2D4622
(45,70,34)
#1E3217
(30,50,23)
#0F1E0C
(15,30,12)
#000000
(0,0,0)

Tints of #A5E67A

#A5E67A
(165,230,122)
#ADE886
(173,232,134)
#B5EA92
(181,234,146)
#BDEC9E
(189,236,158)
#C5EEAA
(197,238,170)
#CDF0B6
(205,240,182)
#D5F2C2
(213,242,194)
#DDF4CE
(221,244,206)
#E5F6DA
(229,246,218)
#EDF8E6
(237,248,230)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E67A; }

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

This text font color is #A5E67A.


Background Color

.myBgColor { background-color: #A5E67A; }

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

This div background color is #A5E67A.


Border color

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

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

This div border color is #A5E67A.


Opacity

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

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

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

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

This text has shadow with #A5E67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E67A on black background.


Color preview on white background

This text has color #A5E67A on white background.



Black color preview on #A5E67A background

This text has black color on #A5E67A background.


White color preview on #A5E67A background

This text has white color on #A5E67A background.