COLOR #08E840

HEX: #08E840
RGB: (8,232,64)

Color info

#08E840 contains mainly green color. Web safe color of #08E840 is #00FF33 (or #0F3).

RGB color model

#08E840 color RGB value is (8,232,64).

  • red value is 8;
  • green value is 232;
  • blue value is 64.
RGB:
(8,232,64)
(3%,91%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 232 of 255 = 91%
B 64 of 255 = 25%

8
232
64

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

Portions of RGB colors in percentages

R + G + B =
8 + 232 + 64 = 304 (100%)
R 8 of 304 ~ 2.63%
G 232 of 304 ~ 76.32%
B 64 of 304 ~ 21.05%

%76.32
%21.05

CMYK color model

#08E840 color CMYK value is (97,0,72,9).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 9.02%
CMYK:
(97,0,72,9)
C97M0Y72K9 
(97%,0%,72%,9%)
(0.97/0.00/0.72/0.09)	

CMYK percentages

%96.55
%0
%72.41
%9.02

Codes

Color #08E840 in popluar color models

08E840
RGB823264
HSL135°93.33%47.06%
HSB/HSV135°96.55%90.98%
CMYK96.55%0.00%72.41%
9.02%

Color #08E840 in popluar number systems.

HEX08E840
Decimal823264
Binary1000111010001000000
Octal10350100

Shades and tints

Shades of #08E840

#08E840
(8,232,64)
#08D33B
(8,211,59)
#08BE36
(8,190,54)
#08A931
(8,169,49)
#08942C
(8,148,44)
#087F27
(8,127,39)
#086A22
(8,106,34)
#08551D
(8,85,29)
#084018
(8,64,24)
#082B13
(8,43,19)
#08160E
(8,22,14)
#000000
(0,0,0)

Tints of #08E840

#08E840
(8,232,64)
#1EEA51
(30,234,81)
#34EC62
(52,236,98)
#4AEE73
(74,238,115)
#60F084
(96,240,132)
#76F295
(118,242,149)
#8CF4A6
(140,244,166)
#A2F6B7
(162,246,183)
#B8F8C8
(184,248,200)
#CEFAD9
(206,250,217)
#E4FCEA
(228,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08E840 color. Also use rgb(8,232,64) instead hex code.

Text Font Color

.myTextColor { color: #08E840; }

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

This text font color is #08E840.


Background Color

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

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

This div background color is #08E840.


Border color

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

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

This div border color is #08E840.


Opacity

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

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

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

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

This text has shadow with #08E840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08E840 on black background.


Color preview on white background

This text has color #08E840 on white background.



Black color preview on #08E840 background

This text has black color on #08E840 background.


White color preview on #08E840 background

This text has white color on #08E840 background.