Shades of Inch Worm #A8DF16
Tints of Inch Worm #A8DF16
RGB
CMYK
RGB Variations
Color information
#A8DF16 (or 0xA8DF16) is known color: Inch Worm. HEX triplet: A8, DF and 16. RGB value is (168,223,22). Sum of RGB (Red+Green+Blue) = 168+223+22=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF16 is #5720E9. Grayscale: #B8B8B8. Windows color (decimal): -5710058 or 1499048. OLE color: 1499048.
HSL color Cylindrical-coordinate representation of color #A8DF16: hue angle of 76.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8DF16 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.13 |
| HSL | 76.42º | 0.82% | 0.48% | - |
| HSV(B) | 76.42º | 0.9% | 0.87% | - |
| XYZ | 42.68 | 61.16 | 10.31 | - |
| YUV | 183.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 22 | 0.25 | 0 | 0.90 | 0.13 | 76.42 | 0.82 | 0.48 |
| Hex | A8 | DF | 16 | 19 | 0 | 5A | D | 4C | 52 | 30 |
| Octal | 250 | 337 | 26 | 31 | 0 | 132 | 15 | 114 | 122 | 60 |
| Binary | 10101000 | 11011111 | 10110 | 11001 | 0 | 1011010 | 1101 | 1001100 | 1010010 | 110000 |
Color Harmonies of #A8DF16
Complementary color
Monochromatic Colors of #A8DF16
Black with #A8DF16
Text Example
Text Example
White with #A8DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF16; }
p { color: rgb(168,223,22); }
H1.HeaderClassName
{
color: #A8DF16;
}
.AnyTagClassName
{
color: #A8DF16;
}
</style>
background-color css
<style>
a { background-color: #A8DF16; }
a { background-color: rgb(168,223,22); }
div.DivClassName
{
background-color: #A8DF16;
}
.BgClassName
{
background-color: #A8DF16;
}
</style>
border-color css
<style>
span { border-color: #A8DF16; }
span { border-color: rgb(168,223,22); }
td.TdClassName
{
border-color: #A8DF16;
}
.TagClassName
{
border-color: #A8DF16;
}
</style>