COLOR #02F8A0

HEX: #02F8A0
RGB: (2,248,160)

Color info

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

RGB color model

#02F8A0 color RGB value is (2,248,160).

  • red value is 2;
  • green value is 248;
  • blue value is 160.
RGB:
(2,248,160)
(1%,97%,63%)

RGB channels and saturation

R 2 of 255 = 1%
G 248 of 255 = 97%
B 160 of 255 = 63%

2
248
160

R + G + B ~ 54%. #02F8A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 248 + 160 = 410 (100%)
R 2 of 410 ~ 0.49%
G 248 of 410 ~ 60.49%
B 160 of 410 ~ 39.02%

%60.49
%39.02

CMYK color model

#02F8A0 color CMYK value is (99,0,35,3).

  • cyan value is 99.19%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 2.75%
CMYK:
(99,0,35,3)
C99M0Y35K3 
(99%,0%,35%,3%)
(0.99/0.00/0.35/0.03)	

CMYK percentages

%99.19
%0
%35.48
%2.75

Codes

Color #02F8A0 in popluar color models

02F8A0
RGB2248160
HSL159°98.40%49.02%
HSB/HSV159°99.19%97.25%
CMYK99.19%0.00%35.48%
2.75%

Color #02F8A0 in popluar number systems.

HEX02F8A0
Decimal2248160
Binary101111100010100000
Octal2370240

Shades and tints

Shades of #02F8A0

#02F8A0
(2,248,160)
#02E292
(2,226,146)
#02CC84
(2,204,132)
#02B676
(2,182,118)
#02A068
(2,160,104)
#028A5A
(2,138,90)
#02744C
(2,116,76)
#025E3E
(2,94,62)
#024830
(2,72,48)
#023222
(2,50,34)
#021C14
(2,28,20)
#000000
(0,0,0)

Tints of #02F8A0

#02F8A0
(2,248,160)
#19F8A8
(25,248,168)
#30F8B0
(48,248,176)
#47F8B8
(71,248,184)
#5EF8C0
(94,248,192)
#75F8C8
(117,248,200)
#8CF8D0
(140,248,208)
#A3F8D8
(163,248,216)
#BAF8E0
(186,248,224)
#D1F8E8
(209,248,232)
#E8F8F0
(232,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02F8A0 color. Also use rgb(2,248,160) instead hex code.

Text Font Color

.myTextColor { color: #02F8A0; }

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

This text font color is #02F8A0.


Background Color

.myBgColor { background-color: #02F8A0; }

<div style="background-color:#02F8A0">Inner text</div>

This div background color is #02F8A0.


Border color

.myBorderColor { border: 1px solid #02F8A0; }

<div style="border:3px solid #02F8A0">Div</div>

This div border color is #02F8A0.


Opacity

.myOpacity80 { color: #02F8A0; opacity: 0.8; }

<p style="color:#02F8A0;opacity:0.8;">80%</p>

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

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

This text has shadow with #02F8A0 color.

.textShadow {text-shadow: 3px 3px 1px #02F8A0, 3px 3px 1px red;}

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

This text has shadow with #02F8A0 primary color and red secondary color.


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

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

This text has shadow with #02F8A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02F8A0 on black background.


Color preview on white background

This text has color #02F8A0 on white background.



Black color preview on #02F8A0 background

This text has black color on #02F8A0 background.


White color preview on #02F8A0 background

This text has white color on #02F8A0 background.