Shades of Inch Worm #A0DF10
Tints of Inch Worm #A0DF10
RGB
CMYK
RGB Variations
Color information
#A0DF10 (or 0xA0DF10) is known color: Inch Worm. HEX triplet: A0, DF and 10. RGB value is (160,223,16). Sum of RGB (Red+Green+Blue) = 160+223+16=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF10 is #5F20EF. Grayscale: #B5B5B5. Windows color (decimal): -6234352 or 1105824. OLE color: 1105824.
HSL color Cylindrical-coordinate representation of color #A0DF10: hue angle of 78.26º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0DF10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.13 |
| HSL | 78.26º | 0.87% | 0.47% | - |
| HSV(B) | 78.26º | 0.93% | 0.87% | - |
| XYZ | 40.98 | 60.29 | 9.97 | - |
| YUV | 180.57 | 35.13 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 16 | 0.28 | 0 | 0.93 | 0.13 | 78.26 | 0.87 | 0.47 |
| Hex | A0 | DF | 10 | 1C | 0 | 5D | D | 4E | 57 | 2F |
| Octal | 240 | 337 | 20 | 34 | 0 | 135 | 15 | 116 | 127 | 57 |
| Binary | 10100000 | 11011111 | 10000 | 11100 | 0 | 1011101 | 1101 | 1001110 | 1010111 | 101111 |
Color Harmonies of #A0DF10
Complementary color
Monochromatic Colors of #A0DF10
Black with #A0DF10
Text Example
Text Example
White with #A0DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF10; }
p { color: rgb(160,223,16); }
H1.HeaderClassName
{
color: #A0DF10;
}
.AnyTagClassName
{
color: #A0DF10;
}
</style>
background-color css
<style>
a { background-color: #A0DF10; }
a { background-color: rgb(160,223,16); }
div.DivClassName
{
background-color: #A0DF10;
}
.BgClassName
{
background-color: #A0DF10;
}
</style>
border-color css
<style>
span { border-color: #A0DF10; }
span { border-color: rgb(160,223,16); }
td.TdClassName
{
border-color: #A0DF10;
}
.TagClassName
{
border-color: #A0DF10;
}
</style>