Shades of Inch Worm #A0DF16
Tints of Inch Worm #A0DF16
RGB
CMYK
RGB Variations
Color information
#A0DF16 (or 0xA0DF16) is known color: Inch Worm. HEX triplet: A0, DF and 16. RGB value is (160,223,22). Sum of RGB (Red+Green+Blue) = 160+223+22=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF16 is #5F20E9. Grayscale: #B5B5B5. Windows color (decimal): -6234346 or 1499040. OLE color: 1499040.
HSL color Cylindrical-coordinate representation of color #A0DF16: hue angle of 78.81º 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 #A0DF16 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 22 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.13 |
| HSL | 78.81º | 0.82% | 0.48% | - |
| HSV(B) | 78.81º | 0.9% | 0.87% | - |
| XYZ | 41.03 | 60.31 | 10.24 | - |
| YUV | 181.25 | 38.13 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 22 | 0.28 | 0 | 0.90 | 0.13 | 78.81 | 0.82 | 0.48 |
| Hex | A0 | DF | 16 | 1C | 0 | 5A | D | 4F | 52 | 30 |
| Octal | 240 | 337 | 26 | 34 | 0 | 132 | 15 | 117 | 122 | 60 |
| Binary | 10100000 | 11011111 | 10110 | 11100 | 0 | 1011010 | 1101 | 1001111 | 1010010 | 110000 |
Color Harmonies of #A0DF16
Complementary color
Monochromatic Colors of #A0DF16
Black with #A0DF16
Text Example
Text Example
White with #A0DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF16; }
p { color: rgb(160,223,22); }
H1.HeaderClassName
{
color: #A0DF16;
}
.AnyTagClassName
{
color: #A0DF16;
}
</style>
background-color css
<style>
a { background-color: #A0DF16; }
a { background-color: rgb(160,223,22); }
div.DivClassName
{
background-color: #A0DF16;
}
.BgClassName
{
background-color: #A0DF16;
}
</style>
border-color css
<style>
span { border-color: #A0DF16; }
span { border-color: rgb(160,223,22); }
td.TdClassName
{
border-color: #A0DF16;
}
.TagClassName
{
border-color: #A0DF16;
}
</style>