Shades of Inch Worm #A8D809
Tints of Inch Worm #A8D809
RGB
CMYK
RGB Variations
Color information
#A8D809 (or 0xA8D809) is known color: Inch Worm. HEX triplet: A8, D8 and 09. RGB value is (168,216,9). Sum of RGB (Red+Green+Blue) = 168+216+9=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D809 is #5727F6. Grayscale: #B2B2B2. Windows color (decimal): -5711863 or 645288. OLE color: 645288.
HSL color Cylindrical-coordinate representation of color #A8D809: hue angle of 73.91º 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 #A8D809 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.15 |
| HSL | 73.91º | 0.92% | 0.44% | - |
| HSV(B) | 73.91º | 0.96% | 0.85% | - |
| XYZ | 40.75 | 57.46 | 9.2 | - |
| YUV | 178.05 | 32.6 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 9 | 0.22 | 0 | 0.96 | 0.15 | 73.91 | 0.92 | 0.44 |
| Hex | A8 | D8 | 9 | 16 | 0 | 60 | F | 4A | 5C | 2C |
| Octal | 250 | 330 | 11 | 26 | 0 | 140 | 17 | 112 | 134 | 54 |
| Binary | 10101000 | 11011000 | 1001 | 10110 | 0 | 1100000 | 1111 | 1001010 | 1011100 | 101100 |
Color Harmonies of #A8D809
Complementary color
Monochromatic Colors of #A8D809
Black with #A8D809
Text Example
Text Example
White with #A8D809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D809; }
p { color: rgb(168,216,9); }
H1.HeaderClassName
{
color: #A8D809;
}
.AnyTagClassName
{
color: #A8D809;
}
</style>
background-color css
<style>
a { background-color: #A8D809; }
a { background-color: rgb(168,216,9); }
div.DivClassName
{
background-color: #A8D809;
}
.BgClassName
{
background-color: #A8D809;
}
</style>
border-color css
<style>
span { border-color: #A8D809; }
span { border-color: rgb(168,216,9); }
td.TdClassName
{
border-color: #A8D809;
}
.TagClassName
{
border-color: #A8D809;
}
</style>