COLOR #A7ED48

HEX: #A7ED48
RGB: (167,237,72)

Color info

#A7ED48 contains mainly green color. Web safe color of #A7ED48 is #99FF33 (or #9F3).

RGB color model

#A7ED48 color RGB value is (167,237,72).

  • red value is 167;
  • green value is 237;
  • blue value is 72.
RGB:
(167,237,72)
(65%,93%,28%)

RGB channels and saturation

R 167 of 255 = 65%
G 237 of 255 = 93%
B 72 of 255 = 28%

167
237
72

R + G + B ~ 62%. #A7ED48 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 237 + 72 = 476 (100%)
R 167 of 476 ~ 35.08%
G 237 of 476 ~ 49.79%
B 72 of 476 ~ 15.13%

%35.08
%49.79
%15.13

CMYK color model

#A7ED48 color CMYK value is (30,0,70,7).

  • cyan value is 29.54%
  • magenta value is 0.00%
  • yellow value is 69.62%
  • key color value is 7.06%
CMYK:
(30,0,70,7)
C30M0Y70K7 
(30%,0%,70%,7%)
(0.30/0.00/0.70/0.07)	

CMYK percentages

%29.54
%0
%69.62
%7.06

Codes

Color #A7ED48 in popluar color models

A7ED48
RGB16723772
HSL85°82.09%60.59%
HSB/HSV85°69.62%92.94%
CMYK29.54%0.00%69.62%
7.06%

Color #A7ED48 in popluar number systems.

HEXA7ED48
Decimal16723772
Binary10100111111011011001000
Octal247355110

Shades and tints

Shades of #A7ED48

#A7ED48
(167,237,72)
#98D842
(152,216,66)
#89C33C
(137,195,60)
#7AAE36
(122,174,54)
#6B9930
(107,153,48)
#5C842A
(92,132,42)
#4D6F24
(77,111,36)
#3E5A1E
(62,90,30)
#2F4518
(47,69,24)
#203012
(32,48,18)
#111B0C
(17,27,12)
#000000
(0,0,0)

Tints of #A7ED48

#A7ED48
(167,237,72)
#AFEE58
(175,238,88)
#B7EF68
(183,239,104)
#BFF078
(191,240,120)
#C7F188
(199,241,136)
#CFF298
(207,242,152)
#D7F3A8
(215,243,168)
#DFF4B8
(223,244,184)
#E7F5C8
(231,245,200)
#EFF6D8
(239,246,216)
#F7F7E8
(247,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ED48 color. Also use rgb(167,237,72) instead hex code.

Text Font Color

.myTextColor { color: #A7ED48; }

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

This text font color is #A7ED48.


Background Color

.myBgColor { background-color: #A7ED48; }

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

This div background color is #A7ED48.


Border color

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

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

This div border color is #A7ED48.


Opacity

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

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

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

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

This text has shadow with #A7ED48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ED48 on black background.


Color preview on white background

This text has color #A7ED48 on white background.



Black color preview on #A7ED48 background

This text has black color on #A7ED48 background.


White color preview on #A7ED48 background

This text has white color on #A7ED48 background.