COLOR #A0F077

HEX: #A0F077 RGB: (160,240,119)

Color info

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

RGB color model

#A0F077 color RGB value is (160,240,119).

RGB: (160,240,119) (63%, 94%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 240 of 255 = 94%
B 119 of 255 = 47%

160
240
119

R + G + B ~ 68%. #A0F077 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 240 + 119 = 519 (100%)
R 160 of 519 ~ 30.83%
G 240 of 519 ~ 46.24%
B 119 of 519 ~ 22.93'%

%30.83
%46.24
%22.93

CMYK color model

#A0F077 color CMYK value is (33,0,50,6).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 5.88%

CMYK: (33,0,50,6)
C33M0Y50K6 (33%, 0%, 50%, 6%)
(0.33 / 0.00 / 0.50 / 0.06)

CMYK percentages

%33.33
%0
%50.42
%5.88

Codes

Color #A0F077 in popluar color models

A0 F0 77
RGB 160 240 119
HSL 100° 80.13% 70.39%
HSB/HSV 100° 50.42% 94.12%
CMYK 33.33% 0.00% 50.42%
5.88%

Color #A0F077 in popluar number systems.

HEX A0 F0 77
Decimal 160 240 119
Binary 10100000 11110000 1110111
Octal 240 360 167

Shades and tints

Shades of #A0F077

#A0F077
(160,240,119)
#92DB6D
(146,219,109)
#84C663
(132,198,99)
#76B159
(118,177,89)
#689C4F
(104,156,79)
#5A8745
(90,135,69)
#4C723B
(76,114,59)
#3E5D31
(62,93,49)
#304827
(48,72,39)
#22331D
(34,51,29)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #A0F077

#A0F077
(160,240,119)
#A8F183
(168,241,131)
#B0F28F
(176,242,143)
#B8F39B
(184,243,155)
#C0F4A7
(192,244,167)
#C8F5B3
(200,245,179)
#D0F6BF
(208,246,191)
#D8F7CB
(216,247,203)
#E0F8D7
(224,248,215)
#E8F9E3
(232,249,227)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F077 color. Also use rgb(160,240,119) instead hex code.

Text Font Color

.myTextColor { color: #A0F077; }

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

This text font color is #A0F077.

Background Color

.myBgColor { background-color: #A0F077; }

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

This div background color is #A0F077.

Border color

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

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

This div border color is #A0F077.

Opacity

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

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

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

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

This text has shadow with #A0F077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0F077.

Preview

Color preview on black background

This text has color #A0F077 on black background.


Color preview on white background

This text has color #A0F077 on white background.


Black color preview on #A0F077 background

This text has black color on #A0F077 background.


White color preview on #A0F077 background

This text has white color on #A0F077 background.


Related colors

Complementary color

Complementary color for #hex is #5F0F88.


I love getcolorcode.com

Triadic colors

1 #77A0F0 and #F077A0 with #A0F077 are triadic colors.

2 #77F0A0 and #F0A077 with #A0F077 are triadic colors.