COLOR #7AD218

HEX: #7AD218
RGB: (122,210,24)

Color info

#7AD218 contains mainly green color. Web safe color of #7AD218 is #66CC00 (or #6C0).

RGB color model

#7AD218 color RGB value is (122,210,24).

  • red value is 122;
  • green value is 210;
  • blue value is 24.
RGB:
(122,210,24)
(48%,82%,9%)

RGB channels and saturation

R 122 of 255 = 48%
G 210 of 255 = 82%
B 24 of 255 = 9%

122
210
24

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

Portions of RGB colors in percentages

R + G + B =
122 + 210 + 24 = 356 (100%)
R 122 of 356 ~ 34.27%
G 210 of 356 ~ 58.99%
B 24 of 356 ~ 6.74%

%34.27
%58.99

CMYK color model

#7AD218 color CMYK value is (42,0,89,18).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 88.57%
  • key color value is 17.65%
CMYK:
(42,0,89,18)
C42M0Y89K18 
(42%,0%,89%,18%)
(0.42/0.00/0.89/0.18)	

CMYK percentages

%41.9
%0
%88.57
%17.65

Codes

Color #7AD218 in popluar color models

7AD218
RGB12221024
HSL88°79.49%45.88%
HSB/HSV88°88.57%82.35%
CMYK41.90%0.00%88.57%
17.65%

Color #7AD218 in popluar number systems.

HEX7AD218
Decimal12221024
Binary11110101101001011000
Octal17232230

Shades and tints

Shades of #7AD218

#7AD218
(122,210,24)
#6FBF16
(111,191,22)
#64AC14
(100,172,20)
#599912
(89,153,18)
#4E8610
(78,134,16)
#43730E
(67,115,14)
#38600C
(56,96,12)
#2D4D0A
(45,77,10)
#223A08
(34,58,8)
#172706
(23,39,6)
#0C1404
(12,20,4)
#000000
(0,0,0)

Tints of #7AD218

#7AD218
(122,210,24)
#86D62D
(134,214,45)
#92DA42
(146,218,66)
#9EDE57
(158,222,87)
#AAE26C
(170,226,108)
#B6E681
(182,230,129)
#C2EA96
(194,234,150)
#CEEEAB
(206,238,171)
#DAF2C0
(218,242,192)
#E6F6D5
(230,246,213)
#F2FAEA
(242,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD218 color. Also use rgb(122,210,24) instead hex code.

Text Font Color

.myTextColor { color: #7AD218; }

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

This text font color is #7AD218.


Background Color

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

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

This div background color is #7AD218.


Border color

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

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

This div border color is #7AD218.


Opacity

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

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

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

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

This text has shadow with #7AD218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD218 on black background.


Color preview on white background

This text has color #7AD218 on white background.



Black color preview on #7AD218 background

This text has black color on #7AD218 background.


White color preview on #7AD218 background

This text has white color on #7AD218 background.