Shades of Inch Worm #A0D809
Tints of Inch Worm #A0D809
RGB
CMYK
RGB Variations
Color information
#A0D809 (or 0xA0D809) is known color: Inch Worm. HEX triplet: A0, D8 and 09. RGB value is (160,216,9). Sum of RGB (Red+Green+Blue) = 160+216+9=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D809 is #5F27F6. Grayscale: #B0B0B0. Windows color (decimal): -6236151 or 645280. OLE color: 645280.
HSL color Cylindrical-coordinate representation of color #A0D809: hue angle of 76.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0D809 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.15 |
| HSL | 76.23º | 0.92% | 0.44% | - |
| HSV(B) | 76.23º | 0.96% | 0.85% | - |
| XYZ | 39.1 | 56.61 | 9.12 | - |
| YUV | 175.66 | 33.95 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 9 | 0.26 | 0 | 0.96 | 0.15 | 76.23 | 0.92 | 0.44 |
| Hex | A0 | D8 | 9 | 1A | 0 | 60 | F | 4C | 5C | 2C |
| Octal | 240 | 330 | 11 | 32 | 0 | 140 | 17 | 114 | 134 | 54 |
| Binary | 10100000 | 11011000 | 1001 | 11010 | 0 | 1100000 | 1111 | 1001100 | 1011100 | 101100 |
Color Harmonies of #A0D809
Complementary color
Monochromatic Colors of #A0D809
Black with #A0D809
Text Example
Text Example
White with #A0D809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D809; }
p { color: rgb(160,216,9); }
H1.HeaderClassName
{
color: #A0D809;
}
.AnyTagClassName
{
color: #A0D809;
}
</style>
background-color css
<style>
a { background-color: #A0D809; }
a { background-color: rgb(160,216,9); }
div.DivClassName
{
background-color: #A0D809;
}
.BgClassName
{
background-color: #A0D809;
}
</style>
border-color css
<style>
span { border-color: #A0D809; }
span { border-color: rgb(160,216,9); }
td.TdClassName
{
border-color: #A0D809;
}
.TagClassName
{
border-color: #A0D809;
}
</style>