COLOR #A7C250

HEX: #A7C250 RGB: (167,194,80)

Color info

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

RGB color model

#A7C250 color RGB value is (167,194,80).

RGB: (167,194,80) (65%, 76%, 31%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 80 of 255 = 31%

167
194
80

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

Portions of RGB colors in percentages

R + G + B = 167 + 194 + 80 = 441 (100%)
R 167 of 441 ~ 37.87%
G 194 of 441 ~ 43.99%
B 80 of 441 ~ 18.14'%

%37.87
%43.99
%18.14

CMYK color model

#A7C250 color CMYK value is (14,0,59,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 58.76%
  • key color value is 23.92%
CMYK: (14,0,59,24) C14M0Y59K24 (14%,0%,59%,24%) (0.14/0.00/0.59/0.24) 

CMYK percentages

%13.92
%0
%58.76
%23.92

Codes

Color #A7C250 in popluar color models

A7 C2 50
RGB 167 194 80
HSL 74° 48.31% 53.73%
HSB/HSV 74° 58.76% 76.08%
CMYK 13.92% 0.00% 58.76%
23.92%

Color #A7C250 in popluar number systems.

HEX A7 C2 50
Decimal 167 194 80
Binary 10100111 11000010 1010000
Octal 247 302 120

Shades and tints

Shades of #A7C250

#A7C250
(167,194,80)
#98B149
(152,177,73)
#89A042
(137,160,66)
#7A8F3B
(122,143,59)
#6B7E34
(107,126,52)
#5C6D2D
(92,109,45)
#4D5C26
(77,92,38)
#3E4B1F
(62,75,31)
#2F3A18
(47,58,24)
#202911
(32,41,17)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #A7C250

#A7C250
(167,194,80)
#AFC75F
(175,199,95)
#B7CC6E
(183,204,110)
#BFD17D
(191,209,125)
#C7D68C
(199,214,140)
#CFDB9B
(207,219,155)
#D7E0AA
(215,224,170)
#DFE5B9
(223,229,185)
#E7EAC8
(231,234,200)
#EFEFD7
(239,239,215)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C250 color. Also use rgb(167,194,80) instead hex code.

Text Font Color

.myTextColor { color: #A7C250; }

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

This text font color is #A7C250.

Background Color

.myBgColor { background-color: #A7C250; }

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

This div background color is #A7C250.

Border color

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

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

This div border color is #A7C250.

Opacity

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

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

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

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

This text has shadow with #A7C250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C250.

Preview

Color preview on black background

This text has color #A7C250 on black background.


Color preview on white background

This text has color #A7C250 on white background.


Black color preview on #A7C250 background

This text has black color on #A7C250 background.


White color preview on #A7C250 background

This text has white color on #A7C250 background.


Related colors

Complementary color

Complementary color for #hex is #583DAF.


I love getcolorcode.com

Triadic colors

1 #50A7C2 and #C250A7 with #A7C250 are triadic colors.

2 #50C2A7 and #C2A750 with #A7C250 are triadic colors.