COLOR #A7FB84

HEX: #A7FB84 RGB: (167,251,132)

Color info

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

RGB color model

#A7FB84 color RGB value is (167,251,132).

RGB: (167,251,132) (65%, 98%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 251 of 255 = 98%
B 132 of 255 = 52%

167
251
132

R + G + B ~ 72%. #A7FB84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 251 + 132 = 550 (100%)
R 167 of 550 ~ 30.36%
G 251 of 550 ~ 45.64%
B 132 of 550 ~ 24'%

%30.36
%45.64
%24

CMYK color model

#A7FB84 color CMYK value is (33,0,47,2).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 1.57%

CMYK: (33,0,47,2)
C33M0Y47K2 (33%, 0%, 47%, 2%)
(0.33 / 0.00 / 0.47 / 0.02)

CMYK percentages

%33.47
%0
%47.41
%1.57

Codes

Color #A7FB84 in popluar color models

A7 FB 84
RGB 167 251 132
HSL 102° 93.70% 75.10%
HSB/HSV 102° 47.41% 98.43%
CMYK 33.47% 0.00% 47.41%
1.57%

Color #A7FB84 in popluar number systems.

HEX A7 FB 84
Decimal 167 251 132
Binary 10100111 11111011 10000100
Octal 247 373 204

Shades and tints

Shades of #A7FB84

#A7FB84
(167,251,132)
#98E578
(152,229,120)
#89CF6C
(137,207,108)
#7AB960
(122,185,96)
#6BA354
(107,163,84)
#5C8D48
(92,141,72)
#4D773C
(77,119,60)
#3E6130
(62,97,48)
#2F4B24
(47,75,36)
#203518
(32,53,24)
#111F0C
(17,31,12)
#000000
(0,0,0)

Tints of #A7FB84

#A7FB84
(167,251,132)
#AFFB8F
(175,251,143)
#B7FB9A
(183,251,154)
#BFFBA5
(191,251,165)
#C7FBB0
(199,251,176)
#CFFBBB
(207,251,187)
#D7FBC6
(215,251,198)
#DFFBD1
(223,251,209)
#E7FBDC
(231,251,220)
#EFFBE7
(239,251,231)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FB84 color. Also use rgb(167,251,132) instead hex code.

Text Font Color

.myTextColor { color: #A7FB84; }

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

This text font color is #A7FB84.

Background Color

.myBgColor { background-color: #A7FB84; }

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

This div background color is #A7FB84.

Border color

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

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

This div border color is #A7FB84.

Opacity

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

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

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

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

This text has shadow with #A7FB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7FB84.

Preview

Color preview on black background

This text has color #A7FB84 on black background.


Color preview on white background

This text has color #A7FB84 on white background.


Black color preview on #A7FB84 background

This text has black color on #A7FB84 background.


White color preview on #A7FB84 background

This text has white color on #A7FB84 background.


Related colors

Complementary color

Complementary color for #hex is #58047B.


I love getcolorcode.com

Triadic colors

1 #84A7FB and #FB84A7 with #A7FB84 are triadic colors.

2 #84FBA7 and #FBA784 with #A7FB84 are triadic colors.