COLOR #A7F90B

HEX: #A7F90B
RGB: (167,249,11)

Color info

#A7F90B contains mainly green color. Web safe color of #A7F90B is #99FF00 (or #9F0).

RGB color model

#A7F90B color RGB value is (167,249,11).

  • red value is 167;
  • green value is 249;
  • blue value is 11.
RGB:
(167,249,11)
(65%,98%,4%)

RGB channels and saturation

R 167 of 255 = 65%
G 249 of 255 = 98%
B 11 of 255 = 4%

167
249
11

R + G + B ~ 56%. #A7F90B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 249 + 11 = 427 (100%)
R 167 of 427 ~ 39.11%
G 249 of 427 ~ 58.31%
B 11 of 427 ~ 2.58%

%39.11
%58.31

CMYK color model

#A7F90B color CMYK value is (33,0,96,2).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 95.58%
  • key color value is 2.35%
CMYK:
(33,0,96,2)
C33M0Y96K2 
(33%,0%,96%,2%)
(0.33/0.00/0.96/0.02)	

CMYK percentages

%32.93
%0
%95.58
%2.35

Codes

Color #A7F90B in popluar color models

A7F90B
RGB16724911
HSL81°95.20%50.98%
HSB/HSV81°95.58%97.65%
CMYK32.93%0.00%95.58%
2.35%

Color #A7F90B in popluar number systems.

HEXA7F90B
Decimal16724911
Binary10100111111110011011
Octal24737113

Shades and tints

Shades of #A7F90B

#A7F90B
(167,249,11)
#98E30A
(152,227,10)
#89CD09
(137,205,9)
#7AB708
(122,183,8)
#6BA107
(107,161,7)
#5C8B06
(92,139,6)
#4D7505
(77,117,5)
#3E5F04
(62,95,4)
#2F4903
(47,73,3)
#203302
(32,51,2)
#111D01
(17,29,1)
#000000
(0,0,0)

Tints of #A7F90B

#A7F90B
(167,249,11)
#AFF921
(175,249,33)
#B7F937
(183,249,55)
#BFF94D
(191,249,77)
#C7F963
(199,249,99)
#CFF979
(207,249,121)
#D7F98F
(215,249,143)
#DFF9A5
(223,249,165)
#E7F9BB
(231,249,187)
#EFF9D1
(239,249,209)
#F7F9E7
(247,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F90B color. Also use rgb(167,249,11) instead hex code.

Text Font Color

.myTextColor { color: #A7F90B; }

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

This text font color is #A7F90B.


Background Color

.myBgColor { background-color: #A7F90B; }

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

This div background color is #A7F90B.


Border color

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

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

This div border color is #A7F90B.


Opacity

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

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

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

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

This text has shadow with #A7F90B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F90B on black background.


Color preview on white background

This text has color #A7F90B on white background.



Black color preview on #A7F90B background

This text has black color on #A7F90B background.


White color preview on #A7F90B background

This text has white color on #A7F90B background.