COLOR #7AD38F

HEX: #7AD38F
RGB: (122,211,143)

Color info

#7AD38F contains mainly green color. Web safe color of #7AD38F is #66CC99 (or #6C9).

RGB color model

#7AD38F color RGB value is (122,211,143).

  • red value is 122;
  • green value is 211;
  • blue value is 143.
RGB:
(122,211,143)
(48%,83%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 211 of 255 = 83%
B 143 of 255 = 56%

122
211
143

R + G + B ~ 62%. #7AD38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 211 + 143 = 476 (100%)
R 122 of 476 ~ 25.63%
G 211 of 476 ~ 44.33%
B 143 of 476 ~ 30.04%

%25.63
%44.33
%30.04

CMYK color model

#7AD38F color CMYK value is (42,0,32,17).

  • cyan value is 42.18%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 17.25%
CMYK:
(42,0,32,17)
C42M0Y32K17 
(42%,0%,32%,17%)
(0.42/0.00/0.32/0.17)	

CMYK percentages

%42.18
%0
%32.23
%17.25

Codes

Color #7AD38F in popluar color models

7AD38F
RGB122211143
HSL134°50.28%65.29%
HSB/HSV134°42.18%82.75%
CMYK42.18%0.00%32.23%
17.25%

Color #7AD38F in popluar number systems.

HEX7AD38F
Decimal122211143
Binary11110101101001110001111
Octal172323217

Shades and tints

Shades of #7AD38F

#7AD38F
(122,211,143)
#6FC082
(111,192,130)
#64AD75
(100,173,117)
#599A68
(89,154,104)
#4E875B
(78,135,91)
#43744E
(67,116,78)
#386141
(56,97,65)
#2D4E34
(45,78,52)
#223B27
(34,59,39)
#17281A
(23,40,26)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #7AD38F

#7AD38F
(122,211,143)
#86D799
(134,215,153)
#92DBA3
(146,219,163)
#9EDFAD
(158,223,173)
#AAE3B7
(170,227,183)
#B6E7C1
(182,231,193)
#C2EBCB
(194,235,203)
#CEEFD5
(206,239,213)
#DAF3DF
(218,243,223)
#E6F7E9
(230,247,233)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD38F color. Also use rgb(122,211,143) instead hex code.

Text Font Color

.myTextColor { color: #7AD38F; }

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

This text font color is #7AD38F.


Background Color

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

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

This div background color is #7AD38F.


Border color

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

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

This div border color is #7AD38F.


Opacity

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

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

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

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

This text has shadow with #7AD38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD38F on black background.


Color preview on white background

This text has color #7AD38F on white background.



Black color preview on #7AD38F background

This text has black color on #7AD38F background.


White color preview on #7AD38F background

This text has white color on #7AD38F background.