COLOR #A7F67D

HEX: #A7F67D
RGB: (167,246,125)

Color info

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

RGB color model

#A7F67D color RGB value is (167,246,125).

  • red value is 167;
  • green value is 246;
  • blue value is 125.
RGB:
(167,246,125)
(65%,96%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 246 of 255 = 96%
B 125 of 255 = 49%

167
246
125

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

Portions of RGB colors in percentages

R + G + B =
167 + 246 + 125 = 538 (100%)
R 167 of 538 ~ 31.04%
G 246 of 538 ~ 45.72%
B 125 of 538 ~ 23.23%

%31.04
%45.72
%23.23

CMYK color model

#A7F67D color CMYK value is (32,0,49,4).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 3.53%
CMYK:
(32,0,49,4)
C32M0Y49K4 
(32%,0%,49%,4%)
(0.32/0.00/0.49/0.04)	

CMYK percentages

%32.11
%0
%49.19
%3.53

Codes

Color #A7F67D in popluar color models

A7F67D
RGB167246125
HSL99°87.05%72.75%
HSB/HSV99°49.19%96.47%
CMYK32.11%0.00%49.19%
3.53%

Color #A7F67D in popluar number systems.

HEXA7F67D
Decimal167246125
Binary10100111111101101111101
Octal247366175

Shades and tints

Shades of #A7F67D

#A7F67D
(167,246,125)
#98E072
(152,224,114)
#89CA67
(137,202,103)
#7AB45C
(122,180,92)
#6B9E51
(107,158,81)
#5C8846
(92,136,70)
#4D723B
(77,114,59)
#3E5C30
(62,92,48)
#2F4625
(47,70,37)
#20301A
(32,48,26)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #A7F67D

#A7F67D
(167,246,125)
#AFF688
(175,246,136)
#B7F693
(183,246,147)
#BFF69E
(191,246,158)
#C7F6A9
(199,246,169)
#CFF6B4
(207,246,180)
#D7F6BF
(215,246,191)
#DFF6CA
(223,246,202)
#E7F6D5
(231,246,213)
#EFF6E0
(239,246,224)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F67D color. Also use rgb(167,246,125) instead hex code.

Text Font Color

.myTextColor { color: #A7F67D; }

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

This text font color is #A7F67D.


Background Color

.myBgColor { background-color: #A7F67D; }

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

This div background color is #A7F67D.


Border color

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

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

This div border color is #A7F67D.


Opacity

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

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

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

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

This text has shadow with #A7F67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F67D on black background.


Color preview on white background

This text has color #A7F67D on white background.



Black color preview on #A7F67D background

This text has black color on #A7F67D background.


White color preview on #A7F67D background

This text has white color on #A7F67D background.