COLOR #A5F235

HEX: #A5F235
RGB: (165,242,53)

Color info

#A5F235 contains mainly green color. Web safe color of #A5F235 is #99FF33 (or #9F3).

RGB color model

#A5F235 color RGB value is (165,242,53).

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

RGB channels and saturation

R 165 of 255 = 65%
G 242 of 255 = 95%
B 53 of 255 = 21%

165
242
53

R + G + B ~ 60%. #A5F235 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 242 + 53 = 460 (100%)
R 165 of 460 ~ 35.87%
G 242 of 460 ~ 52.61%
B 53 of 460 ~ 11.52%

%35.87
%52.61
%11.52

CMYK color model

#A5F235 color CMYK value is (32,0,78,5).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 78.10%
  • key color value is 5.10%
CMYK:
(32,0,78,5)
C32M0Y78K5 
(32%,0%,78%,5%)
(0.32/0.00/0.78/0.05)	

CMYK percentages

%31.82
%0
%78.1
%5.1

Codes

Color #A5F235 in popluar color models

A5F235
RGB16524253
HSL84°87.91%57.84%
HSB/HSV84°78.10%94.90%
CMYK31.82%0.00%78.10%
5.10%

Color #A5F235 in popluar number systems.

HEXA5F235
Decimal16524253
Binary1010010111110010110101
Octal24536265

Shades and tints

Shades of #A5F235

#A5F235
(165,242,53)
#96DC31
(150,220,49)
#87C62D
(135,198,45)
#78B029
(120,176,41)
#699A25
(105,154,37)
#5A8421
(90,132,33)
#4B6E1D
(75,110,29)
#3C5819
(60,88,25)
#2D4215
(45,66,21)
#1E2C11
(30,44,17)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #A5F235

#A5F235
(165,242,53)
#ADF347
(173,243,71)
#B5F459
(181,244,89)
#BDF56B
(189,245,107)
#C5F67D
(197,246,125)
#CDF78F
(205,247,143)
#D5F8A1
(213,248,161)
#DDF9B3
(221,249,179)
#E5FAC5
(229,250,197)
#EDFBD7
(237,251,215)
#F5FCE9
(245,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F235; }

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

This text font color is #A5F235.


Background Color

.myBgColor { background-color: #A5F235; }

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

This div background color is #A5F235.


Border color

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

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

This div border color is #A5F235.


Opacity

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

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

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

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

This text has shadow with #A5F235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F235 on black background.


Color preview on white background

This text has color #A5F235 on white background.



Black color preview on #A5F235 background

This text has black color on #A5F235 background.


White color preview on #A5F235 background

This text has white color on #A5F235 background.