COLOR #08F59E

HEX: #08F59E
RGB: (8,245,158)

Color info

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

RGB color model

#08F59E color RGB value is (8,245,158).

  • red value is 8;
  • green value is 245;
  • blue value is 158.
RGB:
(8,245,158)
(3%,96%,62%)

RGB channels and saturation

R 8 of 255 = 3%
G 245 of 255 = 96%
B 158 of 255 = 62%

8
245
158

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

Portions of RGB colors in percentages

R + G + B =
8 + 245 + 158 = 411 (100%)
R 8 of 411 ~ 1.95%
G 245 of 411 ~ 59.61%
B 158 of 411 ~ 38.44%

%59.61
%38.44

CMYK color model

#08F59E color CMYK value is (97,0,36,4).

  • cyan value is 96.73%
  • magenta value is 0.00%
  • yellow value is 35.51%
  • key color value is 3.92%
CMYK:
(97,0,36,4)
C97M0Y36K4 
(97%,0%,36%,4%)
(0.97/0.00/0.36/0.04)	

CMYK percentages

%96.73
%0
%35.51
%3.92

Codes

Color #08F59E in popluar color models

08F59E
RGB8245158
HSL158°93.68%49.61%
HSB/HSV158°96.73%96.08%
CMYK96.73%0.00%35.51%
3.92%

Color #08F59E in popluar number systems.

HEX08F59E
Decimal8245158
Binary10001111010110011110
Octal10365236

Shades and tints

Shades of #08F59E

#08F59E
(8,245,158)
#08DF90
(8,223,144)
#08C982
(8,201,130)
#08B374
(8,179,116)
#089D66
(8,157,102)
#088758
(8,135,88)
#08714A
(8,113,74)
#085B3C
(8,91,60)
#08452E
(8,69,46)
#082F20
(8,47,32)
#081912
(8,25,18)
#000000
(0,0,0)

Tints of #08F59E

#08F59E
(8,245,158)
#1EF5A6
(30,245,166)
#34F5AE
(52,245,174)
#4AF5B6
(74,245,182)
#60F5BE
(96,245,190)
#76F5C6
(118,245,198)
#8CF5CE
(140,245,206)
#A2F5D6
(162,245,214)
#B8F5DE
(184,245,222)
#CEF5E6
(206,245,230)
#E4F5EE
(228,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08F59E color. Also use rgb(8,245,158) instead hex code.

Text Font Color

.myTextColor { color: #08F59E; }

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

This text font color is #08F59E.


Background Color

.myBgColor { background-color: #08F59E; }

<div style="background-color:#08F59E">Inner text</div>

This div background color is #08F59E.


Border color

.myBorderColor { border: 1px solid #08F59E; }

<div style="border:3px solid #08F59E">Div</div>

This div border color is #08F59E.


Opacity

.myOpacity80 { color: #08F59E; opacity: 0.8; }

<p style="color:#08F59E;opacity:0.8;">80%</p>

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

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

This text has shadow with #08F59E color.

.textShadow {text-shadow: 3px 3px 1px #08F59E, 3px 3px 1px red;}

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

This text has shadow with #08F59E primary color and red secondary color.


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

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

This text has shadow with #08F59E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08F59E on black background.


Color preview on white background

This text has color #08F59E on white background.



Black color preview on #08F59E background

This text has black color on #08F59E background.


White color preview on #08F59E background

This text has white color on #08F59E background.