COLOR #06FC89

HEX: #06FC89
RGB: (6,252,137)

Color info

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

RGB color model

#06FC89 color RGB value is (6,252,137).

  • red value is 6;
  • green value is 252;
  • blue value is 137.
RGB:
(6,252,137)
(2%,99%,54%)

RGB channels and saturation

R 6 of 255 = 2%
G 252 of 255 = 99%
B 137 of 255 = 54%

6
252
137

R + G + B ~ 52%. #06FC89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 252 + 137 = 395 (100%)
R 6 of 395 ~ 1.52%
G 252 of 395 ~ 63.8%
B 137 of 395 ~ 34.68%

%63.8
%34.68

CMYK color model

#06FC89 color CMYK value is (98,0,46,1).

  • cyan value is 97.62%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 1.18%
CMYK:
(98,0,46,1)
C98M0Y46K1 
(98%,0%,46%,1%)
(0.98/0.00/0.46/0.01)	

CMYK percentages

%97.62
%0
%45.63
%1.18

Codes

Color #06FC89 in popluar color models

06FC89
RGB6252137
HSL152°97.62%50.59%
HSB/HSV152°97.62%98.82%
CMYK97.62%0.00%45.63%
1.18%

Color #06FC89 in popluar number systems.

HEX06FC89
Decimal6252137
Binary1101111110010001001
Octal6374211

Shades and tints

Shades of #06FC89

#06FC89
(6,252,137)
#06E67D
(6,230,125)
#06D071
(6,208,113)
#06BA65
(6,186,101)
#06A459
(6,164,89)
#068E4D
(6,142,77)
#067841
(6,120,65)
#066235
(6,98,53)
#064C29
(6,76,41)
#06361D
(6,54,29)
#062011
(6,32,17)
#000000
(0,0,0)

Tints of #06FC89

#06FC89
(6,252,137)
#1CFC93
(28,252,147)
#32FC9D
(50,252,157)
#48FCA7
(72,252,167)
#5EFCB1
(94,252,177)
#74FCBB
(116,252,187)
#8AFCC5
(138,252,197)
#A0FCCF
(160,252,207)
#B6FCD9
(182,252,217)
#CCFCE3
(204,252,227)
#E2FCED
(226,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06FC89 color. Also use rgb(6,252,137) instead hex code.

Text Font Color

.myTextColor { color: #06FC89; }

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

This text font color is #06FC89.


Background Color

.myBgColor { background-color: #06FC89; }

<div style="background-color:#06FC89">Inner text</div>

This div background color is #06FC89.


Border color

.myBorderColor { border: 1px solid #06FC89; }

<div style="border:3px solid #06FC89">Div</div>

This div border color is #06FC89.


Opacity

.myOpacity80 { color: #06FC89; opacity: 0.8; }

<p style="color:#06FC89;opacity:0.8;">80%</p>

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

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

This text has shadow with #06FC89 color.

.textShadow {text-shadow: 3px 3px 1px #06FC89, 3px 3px 1px red;}

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

This text has shadow with #06FC89 primary color and red secondary color.


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

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

This text has shadow with #06FC89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06FC89 on black background.


Color preview on white background

This text has color #06FC89 on white background.



Black color preview on #06FC89 background

This text has black color on #06FC89 background.


White color preview on #06FC89 background

This text has white color on #06FC89 background.