COLOR #7AAE19

HEX: #7AAE19
RGB: (122,174,25)

Color info

#7AAE19 contains mainly red and green colors. Web safe color of #7AAE19 is #669900 (or #690).

RGB color model

#7AAE19 color RGB value is (122,174,25).

  • red value is 122;
  • green value is 174;
  • blue value is 25.
RGB:
(122,174,25)
(48%,68%,10%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 25 of 255 = 10%

122
174
25

R + G + B ~ 42%. #7AAE19 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 25 = 321 (100%)
R 122 of 321 ~ 38.01%
G 174 of 321 ~ 54.21%
B 25 of 321 ~ 7.79%

%38.01
%54.21

CMYK color model

#7AAE19 color CMYK value is (30,0,86,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 85.63%
  • key color value is 31.76%
CMYK:
(30,0,86,32)
C30M0Y86K32 
(30%,0%,86%,32%)
(0.30/0.00/0.86/0.32)	

CMYK percentages

%29.89
%0
%85.63
%31.76

Codes

Color #7AAE19 in popluar color models

7AAE19
RGB12217425
HSL81°74.87%39.02%
HSB/HSV81°85.63%68.24%
CMYK29.89%0.00%85.63%
31.76%

Color #7AAE19 in popluar number systems.

HEX7AAE19
Decimal12217425
Binary11110101010111011001
Octal17225631

Shades and tints

Shades of #7AAE19

#7AAE19
(122,174,25)
#6F9F17
(111,159,23)
#649015
(100,144,21)
#598113
(89,129,19)
#4E7211
(78,114,17)
#43630F
(67,99,15)
#38540D
(56,84,13)
#2D450B
(45,69,11)
#223609
(34,54,9)
#172707
(23,39,7)
#0C1805
(12,24,5)
#000000
(0,0,0)

Tints of #7AAE19

#7AAE19
(122,174,25)
#86B52D
(134,181,45)
#92BC41
(146,188,65)
#9EC355
(158,195,85)
#AACA69
(170,202,105)
#B6D17D
(182,209,125)
#C2D891
(194,216,145)
#CEDFA5
(206,223,165)
#DAE6B9
(218,230,185)
#E6EDCD
(230,237,205)
#F2F4E1
(242,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAE19 color. Also use rgb(122,174,25) instead hex code.

Text Font Color

.myTextColor { color: #7AAE19; }

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

This text font color is #7AAE19.


Background Color

.myBgColor { background-color: #7AAE19; }

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

This div background color is #7AAE19.


Border color

.myBorderColor { border: 1px solid #7AAE19; }

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

This div border color is #7AAE19.


Opacity

.myOpacity80 { color: #7AAE19; opacity: 0.8; }

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

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

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

This text has shadow with #7AAE19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAE19 on black background.


Color preview on white background

This text has color #7AAE19 on white background.



Black color preview on #7AAE19 background

This text has black color on #7AAE19 background.


White color preview on #7AAE19 background

This text has white color on #7AAE19 background.