COLOR #7AF17B

HEX: #7AF17B
RGB: (122,241,123)

Color info

#7AF17B contains mainly green color. Web safe color of #7AF17B is #66FF66 (or #6F6).

RGB color model

#7AF17B color RGB value is (122,241,123).

  • red value is 122;
  • green value is 241;
  • blue value is 123.
RGB:
(122,241,123)
(48%,95%,48%)

RGB channels and saturation

R 122 of 255 = 48%
G 241 of 255 = 95%
B 123 of 255 = 48%

122
241
123

R + G + B ~ 64%. #7AF17B is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 241 + 123 = 486 (100%)
R 122 of 486 ~ 25.1%
G 241 of 486 ~ 49.59%
B 123 of 486 ~ 25.31%

%25.1
%49.59
%25.31

CMYK color model

#7AF17B color CMYK value is (49,0,49,5).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 48.96%
  • key color value is 5.49%
CMYK:
(49,0,49,5)
C49M0Y49K5 
(49%,0%,49%,5%)
(0.49/0.00/0.49/0.05)	

CMYK percentages

%49.38
%0
%48.96
%5.49

Codes

Color #7AF17B in popluar color models

7AF17B
RGB122241123
HSL121°80.95%71.18%
HSB/HSV121°49.38%94.51%
CMYK49.38%0.00%48.96%
5.49%

Color #7AF17B in popluar number systems.

HEX7AF17B
Decimal122241123
Binary1111010111100011111011
Octal172361173

Shades and tints

Shades of #7AF17B

#7AF17B
(122,241,123)
#6FDC70
(111,220,112)
#64C765
(100,199,101)
#59B25A
(89,178,90)
#4E9D4F
(78,157,79)
#438844
(67,136,68)
#387339
(56,115,57)
#2D5E2E
(45,94,46)
#224923
(34,73,35)
#173418
(23,52,24)
#0C1F0D
(12,31,13)
#000000
(0,0,0)

Tints of #7AF17B

#7AF17B
(122,241,123)
#86F287
(134,242,135)
#92F393
(146,243,147)
#9EF49F
(158,244,159)
#AAF5AB
(170,245,171)
#B6F6B7
(182,246,183)
#C2F7C3
(194,247,195)
#CEF8CF
(206,248,207)
#DAF9DB
(218,249,219)
#E6FAE7
(230,250,231)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AF17B color. Also use rgb(122,241,123) instead hex code.

Text Font Color

.myTextColor { color: #7AF17B; }

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

This text font color is #7AF17B.


Background Color

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

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

This div background color is #7AF17B.


Border color

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

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

This div border color is #7AF17B.


Opacity

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

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

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

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

This text has shadow with #7AF17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AF17B on black background.


Color preview on white background

This text has color #7AF17B on white background.



Black color preview on #7AF17B background

This text has black color on #7AF17B background.


White color preview on #7AF17B background

This text has white color on #7AF17B background.