COLOR #0AFF88

HEX: #0AFF88
RGB: (10,255,136)

Color info

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

RGB color model

#0AFF88 color RGB value is (10,255,136).

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

RGB channels and saturation

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

10
255
136

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

Portions of RGB colors in percentages

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

%63.59
%33.92

CMYK color model

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

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

CMYK percentages

%96.08
%0
%46.67
%0

Codes

Color #0AFF88 in popluar color models

0AFF88
RGB10255136
HSL151°100.00%51.96%
HSB/HSV151°96.08%100.00%
CMYK96.08%0.00%46.67%
0.00%

Color #0AFF88 in popluar number systems.

HEX0AFF88
Decimal10255136
Binary10101111111110001000
Octal12377210

Shades and tints

Shades of #0AFF88

#0AFF88
(10,255,136)
#0AE87C
(10,232,124)
#0AD170
(10,209,112)
#0ABA64
(10,186,100)
#0AA358
(10,163,88)
#0A8C4C
(10,140,76)
#0A7540
(10,117,64)
#0A5E34
(10,94,52)
#0A4728
(10,71,40)
#0A301C
(10,48,28)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #0AFF88

#0AFF88
(10,255,136)
#20FF92
(32,255,146)
#36FF9C
(54,255,156)
#4CFFA6
(76,255,166)
#62FFB0
(98,255,176)
#78FFBA
(120,255,186)
#8EFFC4
(142,255,196)
#A4FFCE
(164,255,206)
#BAFFD8
(186,255,216)
#D0FFE2
(208,255,226)
#E6FFEC
(230,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0AFF88; }

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

This text font color is #0AFF88.


Background Color

.myBgColor { background-color: #0AFF88; }

<div style="background-color:#0AFF88">Inner text</div>

This div background color is #0AFF88.


Border color

.myBorderColor { border: 1px solid #0AFF88; }

<div style="border:3px solid #0AFF88">Div</div>

This div border color is #0AFF88.


Opacity

.myOpacity80 { color: #0AFF88; opacity: 0.8; }

<p style="color:#0AFF88;opacity:0.8;">80%</p>

Text with #0AFF88 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 #0AFF88;}

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

This text has shadow with #0AFF88 color.

.textShadow {text-shadow: 3px 3px 1px #0AFF88, 3px 3px 1px red;}

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

This text has shadow with #0AFF88 primary color and red secondary color.


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

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

This text has shadow with #0AFF88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AFF88 on black background.


Color preview on white background

This text has color #0AFF88 on white background.



Black color preview on #0AFF88 background

This text has black color on #0AFF88 background.


White color preview on #0AFF88 background

This text has white color on #0AFF88 background.