COLOR #A7F15B

HEX: #A7F15B RGB: (167,241,91)

Color info

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

RGB color model

#A7F15B color RGB value is (167,241,91).

RGB: (167,241,91) (65%, 95%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 241 of 255 = 95%
B 91 of 255 = 36%

167
241
91

R + G + B ~ 65%. #A7F15B is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 241 + 91 = 499 (100%)
R 167 of 499 ~ 33.47%
G 241 of 499 ~ 48.3%
B 91 of 499 ~ 18.24'%

%33.47
%48.3
%18.24

CMYK color model

#A7F15B color CMYK value is (31,0,62,5).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 5.49%

CMYK: (31,0,62,5)
C31M0Y62K5 (31%, 0%, 62%, 5%)
(0.31 / 0.00 / 0.62 / 0.05)

CMYK percentages

%30.71
%0
%62.24
%5.49

Codes

Color #A7F15B in popluar color models

A7 F1 5B
RGB 167 241 91
HSL 90° 84.27% 65.10%
HSB/HSV 90° 62.24% 94.51%
CMYK 30.71% 0.00% 62.24%
5.49%

Color #A7F15B in popluar number systems.

HEX A7 F1 5B
Decimal 167 241 91
Binary 10100111 11110001 1011011
Octal 247 361 133

Shades and tints

Shades of #A7F15B

#A7F15B
(167,241,91)
#98DC53
(152,220,83)
#89C74B
(137,199,75)
#7AB243
(122,178,67)
#6B9D3B
(107,157,59)
#5C8833
(92,136,51)
#4D732B
(77,115,43)
#3E5E23
(62,94,35)
#2F491B
(47,73,27)
#203413
(32,52,19)
#111F0B
(17,31,11)
#000000
(0,0,0)

Tints of #A7F15B

#A7F15B
(167,241,91)
#AFF269
(175,242,105)
#B7F377
(183,243,119)
#BFF485
(191,244,133)
#C7F593
(199,245,147)
#CFF6A1
(207,246,161)
#D7F7AF
(215,247,175)
#DFF8BD
(223,248,189)
#E7F9CB
(231,249,203)
#EFFAD9
(239,250,217)
#F7FBE7
(247,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F15B color. Also use rgb(167,241,91) instead hex code.

Text Font Color

.myTextColor { color: #A7F15B; }

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

This text font color is #A7F15B.

Background Color

.myBgColor { background-color: #A7F15B; }

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

This div background color is #A7F15B.

Border color

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

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

This div border color is #A7F15B.

Opacity

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

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

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

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

This text has shadow with #A7F15B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F15B.

Preview

Color preview on black background

This text has color #A7F15B on black background.


Color preview on white background

This text has color #A7F15B on white background.


Black color preview on #A7F15B background

This text has black color on #A7F15B background.


White color preview on #A7F15B background

This text has white color on #A7F15B background.


Related colors

Complementary color

Complementary color for #hex is #580EA4.


I love getcolorcode.com

Triadic colors

1 #5BA7F1 and #F15BA7 with #A7F15B are triadic colors.

2 #5BF1A7 and #F1A75B with #A7F15B are triadic colors.