COLOR #A8D100

HEX: #A8D100
RGB: (168,209,0)

Color info

#A8D100 contains only red and green colors. Web safe color of #A8D100 is #99CC00 (or #9C0).

RGB color model

#A8D100 color RGB value is (168,209,0).

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

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 0 of 255 = 0%

168
209
0

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 0 = 377 (100%)
R 168 of 377 ~ 44.56%
G 209 of 377 ~ 55.44%
B 0 of 377 ~ 0%

%44.56
%55.44

CMYK color model

#A8D100 color CMYK value is (20,0,100,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(20,0,100,18)
C20M0Y100K18 
(20%,0%,100%,18%)
(0.20/0.00/1.00/0.18)	

CMYK percentages

%19.62
%0
%100
%18.04

Codes

Color #A8D100 in popluar color models

A8D100
RGB1682090
HSL72°100.00%40.98%
HSB/HSV72°100.00%81.96%
CMYK19.62%0.00%100.00%
18.04%

Color #A8D100 in popluar number systems.

HEXA8D100
Decimal1682090
Binary10101000110100010
Octal2503210

Shades and tints

Shades of #A8D100

#A8D100
(168,209,0)
#99BE00
(153,190,0)
#8AAB00
(138,171,0)
#7B9800
(123,152,0)
#6C8500
(108,133,0)
#5D7200
(93,114,0)
#4E5F00
(78,95,0)
#3F4C00
(63,76,0)
#303900
(48,57,0)
#212600
(33,38,0)
#121300
(18,19,0)
#000000
(0,0,0)

Tints of #A8D100

#A8D100
(168,209,0)
#AFD517
(175,213,23)
#B6D92E
(182,217,46)
#BDDD45
(189,221,69)
#C4E15C
(196,225,92)
#CBE573
(203,229,115)
#D2E98A
(210,233,138)
#D9EDA1
(217,237,161)
#E0F1B8
(224,241,184)
#E7F5CF
(231,245,207)
#EEF9E6
(238,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D100; }

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

This text font color is #A8D100.


Background Color

.myBgColor { background-color: #A8D100; }

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

This div background color is #A8D100.


Border color

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

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

This div border color is #A8D100.


Opacity

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

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

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

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

This text has shadow with #A8D100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D100 on black background.


Color preview on white background

This text has color #A8D100 on white background.



Black color preview on #A8D100 background

This text has black color on #A8D100 background.


White color preview on #A8D100 background

This text has white color on #A8D100 background.