Shades of Inch Worm #A8E308
Tints of Inch Worm #A8E308
RGB
CMYK
RGB Variations
Color information
#A8E308 (or 0xA8E308) is known color: Inch Worm. HEX triplet: A8, E3 and 08. RGB value is (168,227,8). Sum of RGB (Red+Green+Blue) = 168+227+8=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E308 is #571CF7. Grayscale: #B9B9B9. Windows color (decimal): -5709048 or 582568. OLE color: 582568.
HSL color Cylindrical-coordinate representation of color #A8E308: hue angle of 76.16º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E308 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.11 |
| HSL | 76.16º | 0.93% | 0.46% | - |
| HSV(B) | 76.16º | 0.96% | 0.89% | - |
| XYZ | 43.66 | 63.28 | 10.14 | - |
| YUV | 184.39 | 28.45 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 8 | 0.26 | 0 | 0.96 | 0.11 | 76.16 | 0.93 | 0.46 |
| Hex | A8 | E3 | 8 | 1A | 0 | 60 | B | 4C | 5D | 2E |
| Octal | 250 | 343 | 10 | 32 | 0 | 140 | 13 | 114 | 135 | 56 |
| Binary | 10101000 | 11100011 | 1000 | 11010 | 0 | 1100000 | 1011 | 1001100 | 1011101 | 101110 |
Color Harmonies of #A8E308
Complementary color
Monochromatic Colors of #A8E308
Black with #A8E308
Text Example
Text Example
White with #A8E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E308; }
p { color: rgb(168,227,8); }
H1.HeaderClassName
{
color: #A8E308;
}
.AnyTagClassName
{
color: #A8E308;
}
</style>
background-color css
<style>
a { background-color: #A8E308; }
a { background-color: rgb(168,227,8); }
div.DivClassName
{
background-color: #A8E308;
}
.BgClassName
{
background-color: #A8E308;
}
</style>
border-color css
<style>
span { border-color: #A8E308; }
span { border-color: rgb(168,227,8); }
td.TdClassName
{
border-color: #A8E308;
}
.TagClassName
{
border-color: #A8E308;
}
</style>