COLOR #A2FB60

HEX: #A2FB60
RGB: (162,251,96)

Color info

#A2FB60 contains mainly green color. Web safe color of #A2FB60 is #99FF66 (or #9F6).

RGB color model

#A2FB60 color RGB value is (162,251,96).

  • red value is 162;
  • green value is 251;
  • blue value is 96.
RGB:
(162,251,96)
(64%,98%,38%)

RGB channels and saturation

R 162 of 255 = 64%
G 251 of 255 = 98%
B 96 of 255 = 38%

162
251
96

R + G + B ~ 67%. #A2FB60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 251 + 96 = 509 (100%)
R 162 of 509 ~ 31.83%
G 251 of 509 ~ 49.31%
B 96 of 509 ~ 18.86%

%31.83
%49.31
%18.86

CMYK color model

#A2FB60 color CMYK value is (35,0,62,2).

  • cyan value is 35.46%
  • magenta value is 0.00%
  • yellow value is 61.75%
  • key color value is 1.57%
CMYK:
(35,0,62,2)
C35M0Y62K2 
(35%,0%,62%,2%)
(0.35/0.00/0.62/0.02)	

CMYK percentages

%35.46
%0
%61.75
%1.57

Codes

Color #A2FB60 in popluar color models

A2FB60
RGB16225196
HSL94°95.09%68.04%
HSB/HSV94°61.75%98.43%
CMYK35.46%0.00%61.75%
1.57%

Color #A2FB60 in popluar number systems.

HEXA2FB60
Decimal16225196
Binary10100010111110111100000
Octal242373140

Shades and tints

Shades of #A2FB60

#A2FB60
(162,251,96)
#94E558
(148,229,88)
#86CF50
(134,207,80)
#78B948
(120,185,72)
#6AA340
(106,163,64)
#5C8D38
(92,141,56)
#4E7730
(78,119,48)
#406128
(64,97,40)
#324B20
(50,75,32)
#243518
(36,53,24)
#161F10
(22,31,16)
#000000
(0,0,0)

Tints of #A2FB60

#A2FB60
(162,251,96)
#AAFB6E
(170,251,110)
#B2FB7C
(178,251,124)
#BAFB8A
(186,251,138)
#C2FB98
(194,251,152)
#CAFBA6
(202,251,166)
#D2FBB4
(210,251,180)
#DAFBC2
(218,251,194)
#E2FBD0
(226,251,208)
#EAFBDE
(234,251,222)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2FB60 color. Also use rgb(162,251,96) instead hex code.

Text Font Color

.myTextColor { color: #A2FB60; }

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

This text font color is #A2FB60.


Background Color

.myBgColor { background-color: #A2FB60; }

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

This div background color is #A2FB60.


Border color

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

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

This div border color is #A2FB60.


Opacity

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

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

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

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

This text has shadow with #A2FB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2FB60 on black background.


Color preview on white background

This text has color #A2FB60 on white background.



Black color preview on #A2FB60 background

This text has black color on #A2FB60 background.


White color preview on #A2FB60 background

This text has white color on #A2FB60 background.