COLOR #7FAA19

HEX: #7FAA19 RGB: (127,170,25)

Color info

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

RGB color model

#7FAA19 color RGB value is (127,170,25).

RGB: (127,170,25) (50%, 67%, 10%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 25 of 255 = 10%

127
170
25

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 25 = 322 (100%)
R 127 of 322 ~ 39.44%
G 170 of 322 ~ 52.8%
B 25 of 322 ~ 7.76'%

%39.44
%52.8

CMYK color model

#7FAA19 color CMYK value is (25,0,85,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 85.29%
  • key color value is 33.33%

CMYK: (25,0,85,33)
C25M0Y85K33 (25%, 0%, 85%, 33%)
(0.25 / 0.00 / 0.85 / 0.33)

CMYK percentages

%25.29
%0
%85.29
%33.33

Codes

Color #7FAA19 in popluar color models

7F AA 19
RGB 127 170 25
HSL 78° 74.36% 38.24%
HSB/HSV 78° 85.29% 66.67%
CMYK 25.29% 0.00% 85.29%
33.33%

Color #7FAA19 in popluar number systems.

HEX 7F AA 19
Decimal 127 170 25
Binary 1111111 10101010 11001
Octal 177 252 31

Shades and tints

Shades of #7FAA19

#7FAA19
(127,170,25)
#749B17
(116,155,23)
#698C15
(105,140,21)
#5E7D13
(94,125,19)
#536E11
(83,110,17)
#485F0F
(72,95,15)
#3D500D
(61,80,13)
#32410B
(50,65,11)
#273209
(39,50,9)
#1C2307
(28,35,7)
#111405
(17,20,5)
#000000
(0,0,0)

Tints of #7FAA19

#7FAA19
(127,170,25)
#8AB12D
(138,177,45)
#95B841
(149,184,65)
#A0BF55
(160,191,85)
#ABC669
(171,198,105)
#B6CD7D
(182,205,125)
#C1D491
(193,212,145)
#CCDBA5
(204,219,165)
#D7E2B9
(215,226,185)
#E2E9CD
(226,233,205)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAA19 color. Also use rgb(127,170,25) instead hex code.

Text Font Color

.myTextColor { color: #7FAA19; }

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

This text font color is #7FAA19.

Background Color

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

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

This div background color is #7FAA19.

Border color

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

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

This div border color is #7FAA19.

Opacity

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

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

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

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

This text has shadow with #7FAA19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAA19.

Preview

Color preview on black background

This text has color #7FAA19 on black background.


Color preview on white background

This text has color #7FAA19 on white background.


Black color preview on #7FAA19 background

This text has black color on #7FAA19 background.


White color preview on #7FAA19 background

This text has white color on #7FAA19 background.


Related colors

Complementary color

Complementary color for #hex is #8055E6.


I love getcolorcode.com

Triadic colors

1 #197FAA and #AA197F with #7FAA19 are triadic colors.

2 #19AA7F and #AA7F19 with #7FAA19 are triadic colors.