COLOR #A5F28E

HEX: #A5F28E
RGB: (165,242,142)

Color info

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

RGB color model

#A5F28E color RGB value is (165,242,142).

  • red value is 165;
  • green value is 242;
  • blue value is 142.
RGB:
(165,242,142)
(65%,95%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 242 of 255 = 95%
B 142 of 255 = 56%

165
242
142

R + G + B ~ 72%. #A5F28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 242 + 142 = 549 (100%)
R 165 of 549 ~ 30.05%
G 242 of 549 ~ 44.08%
B 142 of 549 ~ 25.87%

%30.05
%44.08
%25.87

CMYK color model

#A5F28E color CMYK value is (32,0,41,5).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 5.10%
CMYK:
(32,0,41,5)
C32M0Y41K5 
(32%,0%,41%,5%)
(0.32/0.00/0.41/0.05)	

CMYK percentages

%31.82
%0
%41.32
%5.1

Codes

Color #A5F28E in popluar color models

A5F28E
RGB165242142
HSL106°79.37%75.29%
HSB/HSV106°41.32%94.90%
CMYK31.82%0.00%41.32%
5.10%

Color #A5F28E in popluar number systems.

HEXA5F28E
Decimal165242142
Binary101001011111001010001110
Octal245362216

Shades and tints

Shades of #A5F28E

#A5F28E
(165,242,142)
#96DC82
(150,220,130)
#87C676
(135,198,118)
#78B06A
(120,176,106)
#699A5E
(105,154,94)
#5A8452
(90,132,82)
#4B6E46
(75,110,70)
#3C583A
(60,88,58)
#2D422E
(45,66,46)
#1E2C22
(30,44,34)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A5F28E

#A5F28E
(165,242,142)
#ADF398
(173,243,152)
#B5F4A2
(181,244,162)
#BDF5AC
(189,245,172)
#C5F6B6
(197,246,182)
#CDF7C0
(205,247,192)
#D5F8CA
(213,248,202)
#DDF9D4
(221,249,212)
#E5FADE
(229,250,222)
#EDFBE8
(237,251,232)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F28E color. Also use rgb(165,242,142) instead hex code.

Text Font Color

.myTextColor { color: #A5F28E; }

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

This text font color is #A5F28E.


Background Color

.myBgColor { background-color: #A5F28E; }

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

This div background color is #A5F28E.


Border color

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

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

This div border color is #A5F28E.


Opacity

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

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

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

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

This text has shadow with #A5F28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F28E on black background.


Color preview on white background

This text has color #A5F28E on white background.



Black color preview on #A5F28E background

This text has black color on #A5F28E background.


White color preview on #A5F28E background

This text has white color on #A5F28E background.