COLOR #A8F77A

HEX: #A8F77A RGB: (168,247,122)

Color info

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

RGB color model

#A8F77A color RGB value is (168,247,122).

RGB: (168,247,122) (66%, 97%, 48%)

RGB channels and saturation

R 168 of 255 = 66%
G 247 of 255 = 97%
B 122 of 255 = 48%

168
247
122

R + G + B ~ 70%. #A8F77A is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 247 + 122 = 537 (100%)
R 168 of 537 ~ 31.28%
G 247 of 537 ~ 46%
B 122 of 537 ~ 22.72'%

%31.28
%46
%22.72

CMYK color model

#A8F77A color CMYK value is (32,0,51,3).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 50.61%
  • key color value is 3.14%

CMYK: (32,0,51,3)
C32M0Y51K3 (32%, 0%, 51%, 3%)
(0.32 / 0.00 / 0.51 / 0.03)

CMYK percentages

%31.98
%0
%50.61
%3.14

Codes

Color #A8F77A in popluar color models

A8 F7 7A
RGB 168 247 122
HSL 98° 88.65% 72.35%
HSB/HSV 98° 50.61% 96.86%
CMYK 31.98% 0.00% 50.61%
3.14%

Color #A8F77A in popluar number systems.

HEX A8 F7 7A
Decimal 168 247 122
Binary 10101000 11110111 1111010
Octal 250 367 172

Shades and tints

Shades of #A8F77A

#A8F77A
(168,247,122)
#99E16F
(153,225,111)
#8ACB64
(138,203,100)
#7BB559
(123,181,89)
#6C9F4E
(108,159,78)
#5D8943
(93,137,67)
#4E7338
(78,115,56)
#3F5D2D
(63,93,45)
#304722
(48,71,34)
#213117
(33,49,23)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #A8F77A

#A8F77A
(168,247,122)
#AFF786
(175,247,134)
#B6F792
(182,247,146)
#BDF79E
(189,247,158)
#C4F7AA
(196,247,170)
#CBF7B6
(203,247,182)
#D2F7C2
(210,247,194)
#D9F7CE
(217,247,206)
#E0F7DA
(224,247,218)
#E7F7E6
(231,247,230)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F77A color. Also use rgb(168,247,122) instead hex code.

Text Font Color

.myTextColor { color: #A8F77A; }

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

This text font color is #A8F77A.

Background Color

.myBgColor { background-color: #A8F77A; }

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

This div background color is #A8F77A.

Border color

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

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

This div border color is #A8F77A.

Opacity

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

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

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

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

This text has shadow with #A8F77A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F77A.

Preview

Color preview on black background

This text has color #A8F77A on black background.


Color preview on white background

This text has color #A8F77A on white background.


Black color preview on #A8F77A background

This text has black color on #A8F77A background.


White color preview on #A8F77A background

This text has white color on #A8F77A background.


Related colors

Complementary color

Complementary color for #hex is #570885.


I love getcolorcode.com

Triadic colors

1 #7AA8F7 and #F77AA8 with #A8F77A are triadic colors.

2 #7AF7A8 and #F7A87A with #A8F77A are triadic colors.