COLOR #7AD864

HEX: #7AD864
RGB: (122,216,100)

Color info

#7AD864 contains mainly green color. Web safe color of #7AD864 is #66CC66 (or #6C6).

RGB color model

#7AD864 color RGB value is (122,216,100).

  • red value is 122;
  • green value is 216;
  • blue value is 100.
RGB:
(122,216,100)
(48%,85%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 216 of 255 = 85%
B 100 of 255 = 39%

122
216
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 216 + 100 = 438 (100%)
R 122 of 438 ~ 27.85%
G 216 of 438 ~ 49.32%
B 100 of 438 ~ 22.83%

%27.85
%49.32
%22.83

CMYK color model

#7AD864 color CMYK value is (44,0,54,15).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 15.29%
CMYK:
(44,0,54,15)
C44M0Y54K15 
(44%,0%,54%,15%)
(0.44/0.00/0.54/0.15)	

CMYK percentages

%43.52
%0
%53.7
%15.29

Codes

Color #7AD864 in popluar color models

7AD864
RGB122216100
HSL109°59.79%61.96%
HSB/HSV109°53.70%84.71%
CMYK43.52%0.00%53.70%
15.29%

Color #7AD864 in popluar number systems.

HEX7AD864
Decimal122216100
Binary1111010110110001100100
Octal172330144

Shades and tints

Shades of #7AD864

#7AD864
(122,216,100)
#6FC55B
(111,197,91)
#64B252
(100,178,82)
#599F49
(89,159,73)
#4E8C40
(78,140,64)
#437937
(67,121,55)
#38662E
(56,102,46)
#2D5325
(45,83,37)
#22401C
(34,64,28)
#172D13
(23,45,19)
#0C1A0A
(12,26,10)
#000000
(0,0,0)

Tints of #7AD864

#7AD864
(122,216,100)
#86DB72
(134,219,114)
#92DE80
(146,222,128)
#9EE18E
(158,225,142)
#AAE49C
(170,228,156)
#B6E7AA
(182,231,170)
#C2EAB8
(194,234,184)
#CEEDC6
(206,237,198)
#DAF0D4
(218,240,212)
#E6F3E2
(230,243,226)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD864 color. Also use rgb(122,216,100) instead hex code.

Text Font Color

.myTextColor { color: #7AD864; }

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

This text font color is #7AD864.


Background Color

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

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

This div background color is #7AD864.


Border color

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

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

This div border color is #7AD864.


Opacity

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

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

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

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

This text has shadow with #7AD864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD864 on black background.


Color preview on white background

This text has color #7AD864 on white background.



Black color preview on #7AD864 background

This text has black color on #7AD864 background.


White color preview on #7AD864 background

This text has white color on #7AD864 background.