COLOR #A0F963

HEX: #A0F963
RGB: (160,249,99)

Color info

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

RGB color model

#A0F963 color RGB value is (160,249,99).

  • red value is 160;
  • green value is 249;
  • blue value is 99.
RGB:
(160,249,99)
(63%,98%,39%)

RGB channels and saturation

R 160 of 255 = 63%
G 249 of 255 = 98%
B 99 of 255 = 39%

160
249
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 249 + 99 = 508 (100%)
R 160 of 508 ~ 31.5%
G 249 of 508 ~ 49.02%
B 99 of 508 ~ 19.49%

%31.5
%49.02
%19.49

CMYK color model

#A0F963 color CMYK value is (36,0,60,2).

  • cyan value is 35.74%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 2.35%
CMYK:
(36,0,60,2)
C36M0Y60K2 
(36%,0%,60%,2%)
(0.36/0.00/0.60/0.02)	

CMYK percentages

%35.74
%0
%60.24
%2.35

Codes

Color #A0F963 in popluar color models

A0F963
RGB16024999
HSL96°92.59%68.24%
HSB/HSV96°60.24%97.65%
CMYK35.74%0.00%60.24%
2.35%

Color #A0F963 in popluar number systems.

HEXA0F963
Decimal16024999
Binary10100000111110011100011
Octal240371143

Shades and tints

Shades of #A0F963

#A0F963
(160,249,99)
#92E35A
(146,227,90)
#84CD51
(132,205,81)
#76B748
(118,183,72)
#68A13F
(104,161,63)
#5A8B36
(90,139,54)
#4C752D
(76,117,45)
#3E5F24
(62,95,36)
#30491B
(48,73,27)
#223312
(34,51,18)
#141D09
(20,29,9)
#000000
(0,0,0)

Tints of #A0F963

#A0F963
(160,249,99)
#A8F971
(168,249,113)
#B0F97F
(176,249,127)
#B8F98D
(184,249,141)
#C0F99B
(192,249,155)
#C8F9A9
(200,249,169)
#D0F9B7
(208,249,183)
#D8F9C5
(216,249,197)
#E0F9D3
(224,249,211)
#E8F9E1
(232,249,225)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F963 color. Also use rgb(160,249,99) instead hex code.

Text Font Color

.myTextColor { color: #A0F963; }

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

This text font color is #A0F963.


Background Color

.myBgColor { background-color: #A0F963; }

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

This div background color is #A0F963.


Border color

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

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

This div border color is #A0F963.


Opacity

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

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

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

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

This text has shadow with #A0F963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F963 on black background.


Color preview on white background

This text has color #A0F963 on white background.



Black color preview on #A0F963 background

This text has black color on #A0F963 background.


White color preview on #A0F963 background

This text has white color on #A0F963 background.