COLOR #88FF0A

HEX: #88FF0A
RGB: (136,255,10)

Color info

#88FF0A contains mainly green color. Web safe color of #88FF0A is #99FF00 (or #9F0).

RGB color model

#88FF0A color RGB value is (136,255,10).

  • red value is 136;
  • green value is 255;
  • blue value is 10.
RGB:
(136,255,10)
(53%,100%,4%)

RGB channels and saturation

R 136 of 255 = 53%
G 255 of 255 = 100%
B 10 of 255 = 4%

136
255
10

R + G + B ~ 52%. #88FF0A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 255 + 10 = 401 (100%)
R 136 of 401 ~ 33.92%
G 255 of 401 ~ 63.59%
B 10 of 401 ~ 2.49%

%33.92
%63.59

CMYK color model

#88FF0A color CMYK value is (47,0,96,0).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 96.08%
  • key color value is 0.00%
CMYK:
(47,0,96,0)
C47M0Y96K0 
(47%,0%,96%,0%)
(0.47/0.00/0.96/0.00)	

CMYK percentages

%46.67
%0
%96.08
%0

Codes

Color #88FF0A in popluar color models

88FF0A
RGB13625510
HSL89°100.00%51.96%
HSB/HSV89°96.08%100.00%
CMYK46.67%0.00%96.08%
0.00%

Color #88FF0A in popluar number systems.

HEX88FF0A
Decimal13625510
Binary10001000111111111010
Octal21037712

Shades and tints

Shades of #88FF0A

#88FF0A
(136,255,10)
#7CE80A
(124,232,10)
#70D10A
(112,209,10)
#64BA0A
(100,186,10)
#58A30A
(88,163,10)
#4C8C0A
(76,140,10)
#40750A
(64,117,10)
#345E0A
(52,94,10)
#28470A
(40,71,10)
#1C300A
(28,48,10)
#10190A
(16,25,10)
#000000
(0,0,0)

Tints of #88FF0A

#88FF0A
(136,255,10)
#92FF20
(146,255,32)
#9CFF36
(156,255,54)
#A6FF4C
(166,255,76)
#B0FF62
(176,255,98)
#BAFF78
(186,255,120)
#C4FF8E
(196,255,142)
#CEFFA4
(206,255,164)
#D8FFBA
(216,255,186)
#E2FFD0
(226,255,208)
#ECFFE6
(236,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FF0A color. Also use rgb(136,255,10) instead hex code.

Text Font Color

.myTextColor { color: #88FF0A; }

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

This text font color is #88FF0A.


Background Color

.myBgColor { background-color: #88FF0A; }

<div style="background-color:#88FF0A">Inner text</div>

This div background color is #88FF0A.


Border color

.myBorderColor { border: 1px solid #88FF0A; }

<div style="border:3px solid #88FF0A">Div</div>

This div border color is #88FF0A.


Opacity

.myOpacity80 { color: #88FF0A; opacity: 0.8; }

<p style="color:#88FF0A;opacity:0.8;">80%</p>

Text with #88FF0A 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 #88FF0A;}

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

This text has shadow with #88FF0A color.

.textShadow {text-shadow: 3px 3px 1px #88FF0A, 3px 3px 1px red;}

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

This text has shadow with #88FF0A primary color and red secondary color.


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

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

This text has shadow with #88FF0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FF0A on black background.


Color preview on white background

This text has color #88FF0A on white background.



Black color preview on #88FF0A background

This text has black color on #88FF0A background.


White color preview on #88FF0A background

This text has white color on #88FF0A background.