COLOR #06F86A

HEX: #06F86A
RGB: (6,248,106)

Color info

#06F86A contains mainly green color. Web safe color of #06F86A is #00FF66 (or #0F6).

RGB color model

#06F86A color RGB value is (6,248,106).

  • red value is 6;
  • green value is 248;
  • blue value is 106.
RGB:
(6,248,106)
(2%,97%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 248 of 255 = 97%
B 106 of 255 = 42%

6
248
106

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

Portions of RGB colors in percentages

R + G + B =
6 + 248 + 106 = 360 (100%)
R 6 of 360 ~ 1.67%
G 248 of 360 ~ 68.89%
B 106 of 360 ~ 29.44%

%68.89
%29.44

CMYK color model

#06F86A color CMYK value is (98,0,57,3).

  • cyan value is 97.58%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 2.75%
CMYK:
(98,0,57,3)
C98M0Y57K3 
(98%,0%,57%,3%)
(0.98/0.00/0.57/0.03)	

CMYK percentages

%97.58
%0
%57.26
%2.75

Codes

Color #06F86A in popluar color models

06F86A
RGB6248106
HSL145°95.28%49.80%
HSB/HSV145°97.58%97.25%
CMYK97.58%0.00%57.26%
2.75%

Color #06F86A in popluar number systems.

HEX06F86A
Decimal6248106
Binary110111110001101010
Octal6370152

Shades and tints

Shades of #06F86A

#06F86A
(6,248,106)
#06E261
(6,226,97)
#06CC58
(6,204,88)
#06B64F
(6,182,79)
#06A046
(6,160,70)
#068A3D
(6,138,61)
#067434
(6,116,52)
#065E2B
(6,94,43)
#064822
(6,72,34)
#063219
(6,50,25)
#061C10
(6,28,16)
#000000
(0,0,0)

Tints of #06F86A

#06F86A
(6,248,106)
#1CF877
(28,248,119)
#32F884
(50,248,132)
#48F891
(72,248,145)
#5EF89E
(94,248,158)
#74F8AB
(116,248,171)
#8AF8B8
(138,248,184)
#A0F8C5
(160,248,197)
#B6F8D2
(182,248,210)
#CCF8DF
(204,248,223)
#E2F8EC
(226,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06F86A color. Also use rgb(6,248,106) instead hex code.

Text Font Color

.myTextColor { color: #06F86A; }

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

This text font color is #06F86A.


Background Color

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

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

This div background color is #06F86A.


Border color

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

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

This div border color is #06F86A.


Opacity

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

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

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

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

This text has shadow with #06F86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06F86A on black background.


Color preview on white background

This text has color #06F86A on white background.



Black color preview on #06F86A background

This text has black color on #06F86A background.


White color preview on #06F86A background

This text has white color on #06F86A background.