Shades of Inch Worm #A8E516
Tints of Inch Worm #A8E516
RGB
CMYK
RGB Variations
Color information
#A8E516 (or 0xA8E516) is known color: Inch Worm. HEX triplet: A8, E5 and 16. RGB value is (168,229,22). Sum of RGB (Red+Green+Blue) = 168+229+22=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E516 is #571AE9. Grayscale: #BBBBBB. Windows color (decimal): -5708522 or 1500584. OLE color: 1500584.
HSL color Cylindrical-coordinate representation of color #A8E516: hue angle of 77.68º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8E516 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.10 |
| HSL | 77.68º | 0.82% | 0.49% | - |
| HSV(B) | 77.68º | 0.9% | 0.9% | - |
| XYZ | 44.31 | 64.42 | 10.86 | - |
| YUV | 187.16 | 34.79 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 22 | 0.27 | 0 | 0.90 | 0.10 | 77.68 | 0.82 | 0.49 |
| Hex | A8 | E5 | 16 | 1B | 0 | 5A | A | 4E | 52 | 31 |
| Octal | 250 | 345 | 26 | 33 | 0 | 132 | 12 | 116 | 122 | 61 |
| Binary | 10101000 | 11100101 | 10110 | 11011 | 0 | 1011010 | 1010 | 1001110 | 1010010 | 110001 |
Color Harmonies of #A8E516
Complementary color
Monochromatic Colors of #A8E516
Black with #A8E516
Text Example
Text Example
White with #A8E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E516; }
p { color: rgb(168,229,22); }
H1.HeaderClassName
{
color: #A8E516;
}
.AnyTagClassName
{
color: #A8E516;
}
</style>
background-color css
<style>
a { background-color: #A8E516; }
a { background-color: rgb(168,229,22); }
div.DivClassName
{
background-color: #A8E516;
}
.BgClassName
{
background-color: #A8E516;
}
</style>
border-color css
<style>
span { border-color: #A8E516; }
span { border-color: rgb(168,229,22); }
td.TdClassName
{
border-color: #A8E516;
}
.TagClassName
{
border-color: #A8E516;
}
</style>