Shades of Inch Worm #A8E008
Tints of Inch Worm #A8E008
RGB
CMYK
RGB Variations
Color information
#A8E008 (or 0xA8E008) is known color: Inch Worm. HEX triplet: A8, E0 and 08. RGB value is (168,224,8). Sum of RGB (Red+Green+Blue) = 168+224+8=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E008 is #571FF7. Grayscale: #B7B7B7. Windows color (decimal): -5709816 or 581800. OLE color: 581800.
HSL color Cylindrical-coordinate representation of color #A8E008: hue angle of 75.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E008 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.12 |
| HSL | 75.56º | 0.93% | 0.45% | - |
| HSV(B) | 75.56º | 0.96% | 0.88% | - |
| XYZ | 42.85 | 61.65 | 9.87 | - |
| YUV | 182.63 | 29.45 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 8 | 0.25 | 0 | 0.96 | 0.12 | 75.56 | 0.93 | 0.45 |
| Hex | A8 | E0 | 8 | 19 | 0 | 60 | C | 4C | 5D | 2D |
| Octal | 250 | 340 | 10 | 31 | 0 | 140 | 14 | 114 | 135 | 55 |
| Binary | 10101000 | 11100000 | 1000 | 11001 | 0 | 1100000 | 1100 | 1001100 | 1011101 | 101101 |
Color Harmonies of #A8E008
Complementary color
Monochromatic Colors of #A8E008
Black with #A8E008
Text Example
Text Example
White with #A8E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E008; }
p { color: rgb(168,224,8); }
H1.HeaderClassName
{
color: #A8E008;
}
.AnyTagClassName
{
color: #A8E008;
}
</style>
background-color css
<style>
a { background-color: #A8E008; }
a { background-color: rgb(168,224,8); }
div.DivClassName
{
background-color: #A8E008;
}
.BgClassName
{
background-color: #A8E008;
}
</style>
border-color css
<style>
span { border-color: #A8E008; }
span { border-color: rgb(168,224,8); }
td.TdClassName
{
border-color: #A8E008;
}
.TagClassName
{
border-color: #A8E008;
}
</style>