COLOR #A7D119

HEX: #A7D119
RGB: (167,209,25)

Color info

#A7D119 contains mainly red and green colors. Web safe color of #A7D119 is #99CC00 (or #9C0).

RGB color model

#A7D119 color RGB value is (167,209,25).

  • red value is 167;
  • green value is 209;
  • blue value is 25.
RGB:
(167,209,25)
(65%,82%,10%)

RGB channels and saturation

R 167 of 255 = 65%
G 209 of 255 = 82%
B 25 of 255 = 10%

167
209
25

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

Portions of RGB colors in percentages

R + G + B =
167 + 209 + 25 = 401 (100%)
R 167 of 401 ~ 41.65%
G 209 of 401 ~ 52.12%
B 25 of 401 ~ 6.23%

%41.65
%52.12

CMYK color model

#A7D119 color CMYK value is (20,0,88,18).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 88.04%
  • key color value is 18.04%
CMYK:
(20,0,88,18)
C20M0Y88K18 
(20%,0%,88%,18%)
(0.20/0.00/0.88/0.18)	

CMYK percentages

%20.1
%0
%88.04
%18.04

Codes

Color #A7D119 in popluar color models

A7D119
RGB16720925
HSL74°78.63%45.88%
HSB/HSV74°88.04%81.96%
CMYK20.10%0.00%88.04%
18.04%

Color #A7D119 in popluar number systems.

HEXA7D119
Decimal16720925
Binary101001111101000111001
Octal24732131

Shades and tints

Shades of #A7D119

#A7D119
(167,209,25)
#98BE17
(152,190,23)
#89AB15
(137,171,21)
#7A9813
(122,152,19)
#6B8511
(107,133,17)
#5C720F
(92,114,15)
#4D5F0D
(77,95,13)
#3E4C0B
(62,76,11)
#2F3909
(47,57,9)
#202607
(32,38,7)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #A7D119

#A7D119
(167,209,25)
#AFD52D
(175,213,45)
#B7D941
(183,217,65)
#BFDD55
(191,221,85)
#C7E169
(199,225,105)
#CFE57D
(207,229,125)
#D7E991
(215,233,145)
#DFEDA5
(223,237,165)
#E7F1B9
(231,241,185)
#EFF5CD
(239,245,205)
#F7F9E1
(247,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D119 color. Also use rgb(167,209,25) instead hex code.

Text Font Color

.myTextColor { color: #A7D119; }

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

This text font color is #A7D119.


Background Color

.myBgColor { background-color: #A7D119; }

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

This div background color is #A7D119.


Border color

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

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

This div border color is #A7D119.


Opacity

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

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

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

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

This text has shadow with #A7D119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D119 on black background.


Color preview on white background

This text has color #A7D119 on white background.



Black color preview on #A7D119 background

This text has black color on #A7D119 background.


White color preview on #A7D119 background

This text has white color on #A7D119 background.