COLOR #07FAA9

HEX: #07FAA9 RGB: (7,250,169)

Color info

#07FAA9 contains mainly green color. Web safe color of #07FAA9 is #00FF99 (or #0F9).

RGB color model

#07FAA9 color RGB value is (7,250,169).

RGB: (7,250,169) (3%, 98%, 66%)

RGB channels and saturation

R 7 of 255 = 3%
G 250 of 255 = 98%
B 169 of 255 = 66%

7
250
169

R + G + B ~ 56%. #07FAA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 7 + 250 + 169 = 426 (100%)
R 7 of 426 ~ 1.64%
G 250 of 426 ~ 58.69%
B 169 of 426 ~ 39.67'%

%58.69
%39.67

CMYK color model

#07FAA9 color CMYK value is (97,0,32,2).

  • cyan value is 97.20%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 1.96%

CMYK: (97,0,32,2)
C97M0Y32K2 (97%, 0%, 32%, 2%)
(0.97 / 0.00 / 0.32 / 0.02)

CMYK percentages

%97.2
%0
%32.4
%1.96

Codes

Color #07FAA9 in popluar color models

07 FA A9
RGB 7 250 169
HSL 160° 96.05% 50.39%
HSB/HSV 160° 97.20% 98.04%
CMYK 97.20% 0.00% 32.40%
1.96%

Color #07FAA9 in popluar number systems.

HEX 07 FA A9
Decimal 7 250 169
Binary 111 11111010 10101001
Octal 7 372 251

Shades and tints

Shades of #07FAA9

#07FAA9
(7,250,169)
#07E49A
(7,228,154)
#07CE8B
(7,206,139)
#07B87C
(7,184,124)
#07A26D
(7,162,109)
#078C5E
(7,140,94)
#07764F
(7,118,79)
#076040
(7,96,64)
#074A31
(7,74,49)
#073422
(7,52,34)
#071E13
(7,30,19)
#000000
(0,0,0)

Tints of #07FAA9

#07FAA9
(7,250,169)
#1DFAB0
(29,250,176)
#33FAB7
(51,250,183)
#49FABE
(73,250,190)
#5FFAC5
(95,250,197)
#75FACC
(117,250,204)
#8BFAD3
(139,250,211)
#A1FADA
(161,250,218)
#B7FAE1
(183,250,225)
#CDFAE8
(205,250,232)
#E3FAEF
(227,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07FAA9 color. Also use rgb(7,250,169) instead hex code.

Text Font Color

.myTextColor { color: #07FAA9; }

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

This text font color is #07FAA9.

Background Color

.myBgColor { background-color: #07FAA9; }

<div style="background-color:#07FAA9">Inner text</div>

This div background color is #07FAA9.

Border color

.myBorderColor { border: 1px solid #07FAA9; }

<div style="border:3px solid #07FAA9">Div</div>

This div border color is #07FAA9.

Opacity

.myOpacity80 { color: #07FAA9; opacity: 0.8; }

<p style="color:#07FAA9;opacity:0.8;">80%</p>

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

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

This text has shadow with #07FAA9 color.


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

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

This text has shadow with #07FAA9 primary color and red secondary color.


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

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

This text has shadow with #07FAA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07FAA9.

Preview

Color preview on black background

This text has color #07FAA9 on black background.


Color preview on white background

This text has color #07FAA9 on white background.


Black color preview on #07FAA9 background

This text has black color on #07FAA9 background.


White color preview on #07FAA9 background

This text has white color on #07FAA9 background.


Related colors

Complementary color

Complementary color for #hex is #F80556.


I love getcolorcode.com

Triadic colors

1 #A907FA and #FAA907 with #07FAA9 are triadic colors.

2 #A9FA07 and #FA07A9 with #07FAA9 are triadic colors.