COLOR #7AB204

HEX: #7AB204
RGB: (122,178,4)

Color info

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

RGB color model

#7AB204 color RGB value is (122,178,4).

  • red value is 122;
  • green value is 178;
  • blue value is 4.
RGB:
(122,178,4)
(48%,70%,2%)

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 4 of 255 = 2%

122
178
4

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 4 = 304 (100%)
R 122 of 304 ~ 40.13%
G 178 of 304 ~ 58.55%
B 4 of 304 ~ 1.32%

%40.13
%58.55

CMYK color model

#7AB204 color CMYK value is (31,0,98,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 97.75%
  • key color value is 30.20%
CMYK:
(31,0,98,30)
C31M0Y98K30 
(31%,0%,98%,30%)
(0.31/0.00/0.98/0.30)	

CMYK percentages

%31.46
%0
%97.75
%30.2

Codes

Color #7AB204 in popluar color models

7AB204
RGB1221784
HSL79°95.60%35.69%
HSB/HSV79°97.75%69.80%
CMYK31.46%0.00%97.75%
30.20%

Color #7AB204 in popluar number systems.

HEX7AB204
Decimal1221784
Binary111101010110010100
Octal1722624

Shades and tints

Shades of #7AB204

#7AB204
(122,178,4)
#6FA204
(111,162,4)
#649204
(100,146,4)
#598204
(89,130,4)
#4E7204
(78,114,4)
#436204
(67,98,4)
#385204
(56,82,4)
#2D4204
(45,66,4)
#223204
(34,50,4)
#172204
(23,34,4)
#0C1204
(12,18,4)
#000000
(0,0,0)

Tints of #7AB204

#7AB204
(122,178,4)
#86B91A
(134,185,26)
#92C030
(146,192,48)
#9EC746
(158,199,70)
#AACE5C
(170,206,92)
#B6D572
(182,213,114)
#C2DC88
(194,220,136)
#CEE39E
(206,227,158)
#DAEAB4
(218,234,180)
#E6F1CA
(230,241,202)
#F2F8E0
(242,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB204 color. Also use rgb(122,178,4) instead hex code.

Text Font Color

.myTextColor { color: #7AB204; }

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

This text font color is #7AB204.


Background Color

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

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

This div background color is #7AB204.


Border color

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

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

This div border color is #7AB204.


Opacity

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

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

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

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

This text has shadow with #7AB204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB204 on black background.


Color preview on white background

This text has color #7AB204 on white background.



Black color preview on #7AB204 background

This text has black color on #7AB204 background.


White color preview on #7AB204 background

This text has white color on #7AB204 background.