COLOR #A7F10C

HEX: #A7F10C
RGB: (167,241,12)

Color info

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

RGB color model

#A7F10C color RGB value is (167,241,12).

  • red value is 167;
  • green value is 241;
  • blue value is 12.
RGB:
(167,241,12)
(65%,95%,5%)

RGB channels and saturation

R 167 of 255 = 65%
G 241 of 255 = 95%
B 12 of 255 = 5%

167
241
12

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

Portions of RGB colors in percentages

R + G + B =
167 + 241 + 12 = 420 (100%)
R 167 of 420 ~ 39.76%
G 241 of 420 ~ 57.38%
B 12 of 420 ~ 2.86%

%39.76
%57.38

CMYK color model

#A7F10C color CMYK value is (31,0,95,5).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 95.02%
  • key color value is 5.49%
CMYK:
(31,0,95,5)
C31M0Y95K5 
(31%,0%,95%,5%)
(0.31/0.00/0.95/0.05)	

CMYK percentages

%30.71
%0
%95.02
%5.49

Codes

Color #A7F10C in popluar color models

A7F10C
RGB16724112
HSL79°90.51%49.61%
HSB/HSV79°95.02%94.51%
CMYK30.71%0.00%95.02%
5.49%

Color #A7F10C in popluar number systems.

HEXA7F10C
Decimal16724112
Binary10100111111100011100
Octal24736114

Shades and tints

Shades of #A7F10C

#A7F10C
(167,241,12)
#98DC0B
(152,220,11)
#89C70A
(137,199,10)
#7AB209
(122,178,9)
#6B9D08
(107,157,8)
#5C8807
(92,136,7)
#4D7306
(77,115,6)
#3E5E05
(62,94,5)
#2F4904
(47,73,4)
#203403
(32,52,3)
#111F02
(17,31,2)
#000000
(0,0,0)

Tints of #A7F10C

#A7F10C
(167,241,12)
#AFF222
(175,242,34)
#B7F338
(183,243,56)
#BFF44E
(191,244,78)
#C7F564
(199,245,100)
#CFF67A
(207,246,122)
#D7F790
(215,247,144)
#DFF8A6
(223,248,166)
#E7F9BC
(231,249,188)
#EFFAD2
(239,250,210)
#F7FBE8
(247,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F10C; }

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

This text font color is #A7F10C.


Background Color

.myBgColor { background-color: #A7F10C; }

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

This div background color is #A7F10C.


Border color

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

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

This div border color is #A7F10C.


Opacity

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

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

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

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

This text has shadow with #A7F10C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F10C on black background.


Color preview on white background

This text has color #A7F10C on white background.



Black color preview on #A7F10C background

This text has black color on #A7F10C background.


White color preview on #A7F10C background

This text has white color on #A7F10C background.