COLOR #A7E073

HEX: #A7E073
RGB: (167,224,115)

Color info

#A7E073 contains mainly red and green colors. Web safe color of #A7E073 is #99CC66 (or #9C6).

RGB color model

#A7E073 color RGB value is (167,224,115).

  • red value is 167;
  • green value is 224;
  • blue value is 115.
RGB:
(167,224,115)
(65%,88%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 224 of 255 = 88%
B 115 of 255 = 45%

167
224
115

R + G + B ~ 66%. #A7E073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 224 + 115 = 506 (100%)
R 167 of 506 ~ 33%
G 224 of 506 ~ 44.27%
B 115 of 506 ~ 22.73%

%33
%44.27
%22.73

CMYK color model

#A7E073 color CMYK value is (25,0,49,12).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(25,0,49,12)
C25M0Y49K12 
(25%,0%,49%,12%)
(0.25/0.00/0.49/0.12)	

CMYK percentages

%25.45
%0
%48.66
%12.16

Codes

Color #A7E073 in popluar color models

A7E073
RGB167224115
HSL91°63.74%66.47%
HSB/HSV91°48.66%87.84%
CMYK25.45%0.00%48.66%
12.16%

Color #A7E073 in popluar number systems.

HEXA7E073
Decimal167224115
Binary10100111111000001110011
Octal247340163

Shades and tints

Shades of #A7E073

#A7E073
(167,224,115)
#98CC69
(152,204,105)
#89B85F
(137,184,95)
#7AA455
(122,164,85)
#6B904B
(107,144,75)
#5C7C41
(92,124,65)
#4D6837
(77,104,55)
#3E542D
(62,84,45)
#2F4023
(47,64,35)
#202C19
(32,44,25)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #A7E073

#A7E073
(167,224,115)
#AFE27F
(175,226,127)
#B7E48B
(183,228,139)
#BFE697
(191,230,151)
#C7E8A3
(199,232,163)
#CFEAAF
(207,234,175)
#D7ECBB
(215,236,187)
#DFEEC7
(223,238,199)
#E7F0D3
(231,240,211)
#EFF2DF
(239,242,223)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E073 color. Also use rgb(167,224,115) instead hex code.

Text Font Color

.myTextColor { color: #A7E073; }

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

This text font color is #A7E073.


Background Color

.myBgColor { background-color: #A7E073; }

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

This div background color is #A7E073.


Border color

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

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

This div border color is #A7E073.


Opacity

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

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

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

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

This text has shadow with #A7E073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E073 on black background.


Color preview on white background

This text has color #A7E073 on white background.



Black color preview on #A7E073 background

This text has black color on #A7E073 background.


White color preview on #A7E073 background

This text has white color on #A7E073 background.