COLOR #A8EB00

HEX: #A8EB00
RGB: (168,235,0)

Color info

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

RGB color model

#A8EB00 color RGB value is (168,235,0).

  • red value is 168;
  • green value is 235;
  • blue value is 0.
RGB:
(168,235,0)
(66%,92%,0%)

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 0 of 255 = 0%

168
235
0

R + G + B ~ 53%. #A8EB00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 235 + 0 = 403 (100%)
R 168 of 403 ~ 41.69%
G 235 of 403 ~ 58.31%
B 0 of 403 ~ 0%

%41.69
%58.31

CMYK color model

#A8EB00 color CMYK value is (29,0,100,8).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 7.84%
CMYK:
(29,0,100,8)
C29M0Y100K8 
(29%,0%,100%,8%)
(0.29/0.00/1.00/0.08)	

CMYK percentages

%28.51
%0
%100
%7.84

Codes

Color #A8EB00 in popluar color models

A8EB00
RGB1682350
HSL77°100.00%46.08%
HSB/HSV77°100.00%92.16%
CMYK28.51%0.00%100.00%
7.84%

Color #A8EB00 in popluar number systems.

HEXA8EB00
Decimal1682350
Binary10101000111010110
Octal2503530

Shades and tints

Shades of #A8EB00

#A8EB00
(168,235,0)
#99D600
(153,214,0)
#8AC100
(138,193,0)
#7BAC00
(123,172,0)
#6C9700
(108,151,0)
#5D8200
(93,130,0)
#4E6D00
(78,109,0)
#3F5800
(63,88,0)
#304300
(48,67,0)
#212E00
(33,46,0)
#121900
(18,25,0)
#000000
(0,0,0)

Tints of #A8EB00

#A8EB00
(168,235,0)
#AFEC17
(175,236,23)
#B6ED2E
(182,237,46)
#BDEE45
(189,238,69)
#C4EF5C
(196,239,92)
#CBF073
(203,240,115)
#D2F18A
(210,241,138)
#D9F2A1
(217,242,161)
#E0F3B8
(224,243,184)
#E7F4CF
(231,244,207)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EB00 color. Also use rgb(168,235,0) instead hex code.

Text Font Color

.myTextColor { color: #A8EB00; }

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

This text font color is #A8EB00.


Background Color

.myBgColor { background-color: #A8EB00; }

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

This div background color is #A8EB00.


Border color

.myBorderColor { border: 1px solid #A8EB00; }

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

This div border color is #A8EB00.


Opacity

.myOpacity80 { color: #A8EB00; opacity: 0.8; }

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

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

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

This text has shadow with #A8EB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EB00 on black background.


Color preview on white background

This text has color #A8EB00 on white background.



Black color preview on #A8EB00 background

This text has black color on #A8EB00 background.


White color preview on #A8EB00 background

This text has white color on #A8EB00 background.