COLOR #08E195

HEX: #08E195
RGB: (8,225,149)

Color info

#08E195 contains mainly green color. Web safe color of #08E195 is #00CC99 (or #0C9).

RGB color model

#08E195 color RGB value is (8,225,149).

  • red value is 8;
  • green value is 225;
  • blue value is 149.
RGB:
(8,225,149)
(3%,88%,58%)

RGB channels and saturation

R 8 of 255 = 3%
G 225 of 255 = 88%
B 149 of 255 = 58%

8
225
149

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

Portions of RGB colors in percentages

R + G + B =
8 + 225 + 149 = 382 (100%)
R 8 of 382 ~ 2.09%
G 225 of 382 ~ 58.9%
B 149 of 382 ~ 39.01%

%58.9
%39.01

CMYK color model

#08E195 color CMYK value is (96,0,34,12).

  • cyan value is 96.44%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(96,0,34,12)
C96M0Y34K12 
(96%,0%,34%,12%)
(0.96/0.00/0.34/0.12)	

CMYK percentages

%96.44
%0
%33.78
%11.76

Codes

Color #08E195 in popluar color models

08E195
RGB8225149
HSL159°93.13%45.69%
HSB/HSV159°96.44%88.24%
CMYK96.44%0.00%33.78%
11.76%

Color #08E195 in popluar number systems.

HEX08E195
Decimal8225149
Binary10001110000110010101
Octal10341225

Shades and tints

Shades of #08E195

#08E195
(8,225,149)
#08CD88
(8,205,136)
#08B97B
(8,185,123)
#08A56E
(8,165,110)
#089161
(8,145,97)
#087D54
(8,125,84)
#086947
(8,105,71)
#08553A
(8,85,58)
#08412D
(8,65,45)
#082D20
(8,45,32)
#081913
(8,25,19)
#000000
(0,0,0)

Tints of #08E195

#08E195
(8,225,149)
#1EE39E
(30,227,158)
#34E5A7
(52,229,167)
#4AE7B0
(74,231,176)
#60E9B9
(96,233,185)
#76EBC2
(118,235,194)
#8CEDCB
(140,237,203)
#A2EFD4
(162,239,212)
#B8F1DD
(184,241,221)
#CEF3E6
(206,243,230)
#E4F5EF
(228,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08E195 color. Also use rgb(8,225,149) instead hex code.

Text Font Color

.myTextColor { color: #08E195; }

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

This text font color is #08E195.


Background Color

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

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

This div background color is #08E195.


Border color

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

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

This div border color is #08E195.


Opacity

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

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

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

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

This text has shadow with #08E195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08E195 on black background.


Color preview on white background

This text has color #08E195 on white background.



Black color preview on #08E195 background

This text has black color on #08E195 background.


White color preview on #08E195 background

This text has white color on #08E195 background.