COLOR #7AC444

HEX: #7AC444
RGB: (122,196,68)

Color info

#7AC444 contains mainly green color. Web safe color of #7AC444 is #66CC33 (or #6C3).

RGB color model

#7AC444 color RGB value is (122,196,68).

  • red value is 122;
  • green value is 196;
  • blue value is 68.
RGB:
(122,196,68)
(48%,77%,27%)

RGB channels and saturation

R 122 of 255 = 48%
G 196 of 255 = 77%
B 68 of 255 = 27%

122
196
68

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

Portions of RGB colors in percentages

R + G + B =
122 + 196 + 68 = 386 (100%)
R 122 of 386 ~ 31.61%
G 196 of 386 ~ 50.78%
B 68 of 386 ~ 17.62%

%31.61
%50.78
%17.62

CMYK color model

#7AC444 color CMYK value is (38,0,65,23).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 23.14%
CMYK:
(38,0,65,23)
C38M0Y65K23 
(38%,0%,65%,23%)
(0.38/0.00/0.65/0.23)	

CMYK percentages

%37.76
%0
%65.31
%23.14

Codes

Color #7AC444 in popluar color models

7AC444
RGB12219668
HSL95°52.03%51.76%
HSB/HSV95°65.31%76.86%
CMYK37.76%0.00%65.31%
23.14%

Color #7AC444 in popluar number systems.

HEX7AC444
Decimal12219668
Binary1111010110001001000100
Octal172304104

Shades and tints

Shades of #7AC444

#7AC444
(122,196,68)
#6FB33E
(111,179,62)
#64A238
(100,162,56)
#599132
(89,145,50)
#4E802C
(78,128,44)
#436F26
(67,111,38)
#385E20
(56,94,32)
#2D4D1A
(45,77,26)
#223C14
(34,60,20)
#172B0E
(23,43,14)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #7AC444

#7AC444
(122,196,68)
#86C955
(134,201,85)
#92CE66
(146,206,102)
#9ED377
(158,211,119)
#AAD888
(170,216,136)
#B6DD99
(182,221,153)
#C2E2AA
(194,226,170)
#CEE7BB
(206,231,187)
#DAECCC
(218,236,204)
#E6F1DD
(230,241,221)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC444 color. Also use rgb(122,196,68) instead hex code.

Text Font Color

.myTextColor { color: #7AC444; }

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

This text font color is #7AC444.


Background Color

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

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

This div background color is #7AC444.


Border color

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

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

This div border color is #7AC444.


Opacity

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

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

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

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

This text has shadow with #7AC444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC444 on black background.


Color preview on white background

This text has color #7AC444 on white background.



Black color preview on #7AC444 background

This text has black color on #7AC444 background.


White color preview on #7AC444 background

This text has white color on #7AC444 background.