COLOR #7FFAA1

HEX: #7FFAA1 RGB: (127,250,161)

Color info

#7FFAA1 contains mainly green color. Web safe color of #7FFAA1 is #66FF99 (or #6F9).

RGB color model

#7FFAA1 color RGB value is (127,250,161).

RGB: (127,250,161) (50%, 98%, 63%)

RGB channels and saturation

R 127 of 255 = 50%
G 250 of 255 = 98%
B 161 of 255 = 63%

127
250
161

R + G + B ~ 70%. #7FFAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 250 + 161 = 538 (100%)
R 127 of 538 ~ 23.61%
G 250 of 538 ~ 46.47%
B 161 of 538 ~ 29.93'%

%23.61
%46.47
%29.93

CMYK color model

#7FFAA1 color CMYK value is (49,0,36,2).

  • cyan value is 49.20%
  • magenta value is 0.00%
  • yellow value is 35.60%
  • key color value is 1.96%

CMYK: (49,0,36,2)
C49M0Y36K2 (49%, 0%, 36%, 2%)
(0.49 / 0.00 / 0.36 / 0.02)

CMYK percentages

%49.2
%0
%35.6
%1.96

Codes

Color #7FFAA1 in popluar color models

7F FA A1
RGB 127 250 161
HSL 137° 92.48% 73.92%
HSB/HSV 137° 49.20% 98.04%
CMYK 49.20% 0.00% 35.60%
1.96%

Color #7FFAA1 in popluar number systems.

HEX 7F FA A1
Decimal 127 250 161
Binary 1111111 11111010 10100001
Octal 177 372 241

Shades and tints

Shades of #7FFAA1

#7FFAA1
(127,250,161)
#74E493
(116,228,147)
#69CE85
(105,206,133)
#5EB877
(94,184,119)
#53A269
(83,162,105)
#488C5B
(72,140,91)
#3D764D
(61,118,77)
#32603F
(50,96,63)
#274A31
(39,74,49)
#1C3423
(28,52,35)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #7FFAA1

#7FFAA1
(127,250,161)
#8AFAA9
(138,250,169)
#95FAB1
(149,250,177)
#A0FAB9
(160,250,185)
#ABFAC1
(171,250,193)
#B6FAC9
(182,250,201)
#C1FAD1
(193,250,209)
#CCFAD9
(204,250,217)
#D7FAE1
(215,250,225)
#E2FAE9
(226,250,233)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FFAA1 color. Also use rgb(127,250,161) instead hex code.

Text Font Color

.myTextColor { color: #7FFAA1; }

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

This text font color is #7FFAA1.

Background Color

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

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

This div background color is #7FFAA1.

Border color

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

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

This div border color is #7FFAA1.

Opacity

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

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

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

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

This text has shadow with #7FFAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FFAA1.

Preview

Color preview on black background

This text has color #7FFAA1 on black background.


Color preview on white background

This text has color #7FFAA1 on white background.


Black color preview on #7FFAA1 background

This text has black color on #7FFAA1 background.


White color preview on #7FFAA1 background

This text has white color on #7FFAA1 background.


Related colors

Complementary color

Complementary color for #hex is #80055E.


I love getcolorcode.com

Triadic colors

1 #A17FFA and #FAA17F with #7FFAA1 are triadic colors.

2 #A1FA7F and #FA7FA1 with #7FFAA1 are triadic colors.