Shades of Inch Worm #A0DF09
Tints of Inch Worm #A0DF09
RGB
CMYK
RGB Variations
Color information
#A0DF09 (or 0xA0DF09) is known color: Inch Worm. HEX triplet: A0, DF and 09. RGB value is (160,223,9). Sum of RGB (Red+Green+Blue) = 160+223+9=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF09 is #5F20F6. Grayscale: #B4B4B4. Windows color (decimal): -6234359 or 647072. OLE color: 647072.
HSL color Cylindrical-coordinate representation of color #A0DF09: hue angle of 77.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0DF09 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 9 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.13 |
| HSL | 77.66º | 0.92% | 0.45% | - |
| HSV(B) | 77.66º | 0.96% | 0.87% | - |
| XYZ | 40.93 | 60.27 | 9.73 | - |
| YUV | 179.77 | 31.63 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 9 | 0.28 | 0 | 0.96 | 0.13 | 77.66 | 0.92 | 0.45 |
| Hex | A0 | DF | 9 | 1C | 0 | 60 | D | 4E | 5C | 2D |
| Octal | 240 | 337 | 11 | 34 | 0 | 140 | 15 | 116 | 134 | 55 |
| Binary | 10100000 | 11011111 | 1001 | 11100 | 0 | 1100000 | 1101 | 1001110 | 1011100 | 101101 |
Color Harmonies of #A0DF09
Complementary color
Monochromatic Colors of #A0DF09
Black with #A0DF09
Text Example
Text Example
White with #A0DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF09; }
p { color: rgb(160,223,9); }
H1.HeaderClassName
{
color: #A0DF09;
}
.AnyTagClassName
{
color: #A0DF09;
}
</style>
background-color css
<style>
a { background-color: #A0DF09; }
a { background-color: rgb(160,223,9); }
div.DivClassName
{
background-color: #A0DF09;
}
.BgClassName
{
background-color: #A0DF09;
}
</style>
border-color css
<style>
span { border-color: #A0DF09; }
span { border-color: rgb(160,223,9); }
td.TdClassName
{
border-color: #A0DF09;
}
.TagClassName
{
border-color: #A0DF09;
}
</style>