Shades of Inch Worm #A8DA09
Tints of Inch Worm #A8DA09
RGB
CMYK
RGB Variations
Color information
#A8DA09 (or 0xA8DA09) is known color: Inch Worm. HEX triplet: A8, DA and 09. RGB value is (168,218,9). Sum of RGB (Red+Green+Blue) = 168+218+9=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA09 is #5725F6. Grayscale: #B4B4B4. Windows color (decimal): -5711351 or 645800. OLE color: 645800.
HSL color Cylindrical-coordinate representation of color #A8DA09: hue angle of 74.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8DA09 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.15 |
| HSL | 74.35º | 0.92% | 0.45% | - |
| HSV(B) | 74.35º | 0.96% | 0.85% | - |
| XYZ | 41.27 | 58.49 | 9.37 | - |
| YUV | 179.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 9 | 0.23 | 0 | 0.96 | 0.15 | 74.35 | 0.92 | 0.45 |
| Hex | A8 | DA | 9 | 17 | 0 | 60 | F | 4A | 5C | 2D |
| Octal | 250 | 332 | 11 | 27 | 0 | 140 | 17 | 112 | 134 | 55 |
| Binary | 10101000 | 11011010 | 1001 | 10111 | 0 | 1100000 | 1111 | 1001010 | 1011100 | 101101 |
Color Harmonies of #A8DA09
Complementary color
Monochromatic Colors of #A8DA09
Black with #A8DA09
Text Example
Text Example
White with #A8DA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA09; }
p { color: rgb(168,218,9); }
H1.HeaderClassName
{
color: #A8DA09;
}
.AnyTagClassName
{
color: #A8DA09;
}
</style>
background-color css
<style>
a { background-color: #A8DA09; }
a { background-color: rgb(168,218,9); }
div.DivClassName
{
background-color: #A8DA09;
}
.BgClassName
{
background-color: #A8DA09;
}
</style>
border-color css
<style>
span { border-color: #A8DA09; }
span { border-color: rgb(168,218,9); }
td.TdClassName
{
border-color: #A8DA09;
}
.TagClassName
{
border-color: #A8DA09;
}
</style>