COLOR #A0FA99

HEX: #A0FA99 RGB: (160,250,153)

Color info

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

RGB color model

#A0FA99 color RGB value is (160,250,153).

RGB: (160,250,153) (63%, 98%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 250 of 255 = 98%
B 153 of 255 = 60%

160
250
153

R + G + B ~ 74%. #A0FA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 250 + 153 = 563 (100%)
R 160 of 563 ~ 28.42%
G 250 of 563 ~ 44.4%
B 153 of 563 ~ 27.18'%

%28.42
%44.4
%27.18

CMYK color model

#A0FA99 color CMYK value is (36,0,39,2).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 38.80%
  • key color value is 1.96%

CMYK: (36,0,39,2)
C36M0Y39K2 (36%, 0%, 39%, 2%)
(0.36 / 0.00 / 0.39 / 0.02)

CMYK percentages

%36
%0
%38.8
%1.96

Codes

Color #A0FA99 in popluar color models

A0 FA 99
RGB 160 250 153
HSL 116° 90.65% 79.02%
HSB/HSV 116° 38.80% 98.04%
CMYK 36.00% 0.00% 38.80%
1.96%

Color #A0FA99 in popluar number systems.

HEX A0 FA 99
Decimal 160 250 153
Binary 10100000 11111010 10011001
Octal 240 372 231

Shades and tints

Shades of #A0FA99

#A0FA99
(160,250,153)
#92E48C
(146,228,140)
#84CE7F
(132,206,127)
#76B872
(118,184,114)
#68A265
(104,162,101)
#5A8C58
(90,140,88)
#4C764B
(76,118,75)
#3E603E
(62,96,62)
#304A31
(48,74,49)
#223424
(34,52,36)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #A0FA99

#A0FA99
(160,250,153)
#A8FAA2
(168,250,162)
#B0FAAB
(176,250,171)
#B8FAB4
(184,250,180)
#C0FABD
(192,250,189)
#C8FAC6
(200,250,198)
#D0FACF
(208,250,207)
#D8FAD8
(216,250,216)
#E0FAE1
(224,250,225)
#E8FAEA
(232,250,234)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0FA99 color. Also use rgb(160,250,153) instead hex code.

Text Font Color

.myTextColor { color: #A0FA99; }

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

This text font color is #A0FA99.

Background Color

.myBgColor { background-color: #A0FA99; }

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

This div background color is #A0FA99.

Border color

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

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

This div border color is #A0FA99.

Opacity

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

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

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

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

This text has shadow with #A0FA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0FA99.

Preview

Color preview on black background

This text has color #A0FA99 on black background.


Color preview on white background

This text has color #A0FA99 on white background.


Black color preview on #A0FA99 background

This text has black color on #A0FA99 background.


White color preview on #A0FA99 background

This text has white color on #A0FA99 background.


Related colors

Complementary color

Complementary color for #hex is #5F0566.


I love getcolorcode.com

Triadic colors

1 #99A0FA and #FA99A0 with #A0FA99 are triadic colors.

2 #99FAA0 and #FAA099 with #A0FA99 are triadic colors.