Shades of Inch Worm #A9DF00
Tints of Inch Worm #A9DF00
RGB
CMYK
RGB Variations
Color information
#A9DF00 (or 0xA9DF00) is known color: Inch Worm. HEX triplet: A9, DF and 00. RGB value is (169,223,0). Sum of RGB (Red+Green+Blue) = 169+223+0=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF00 is #5620FF. Grayscale: #B6B6B6. Windows color (decimal): -5644544 or 57257. OLE color: 57257.
HSL color Cylindrical-coordinate representation of color #A9DF00: hue angle of 74.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9DF00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.13 |
| HSL | 74.53º | 1% | 0.44% | - |
| HSV(B) | 74.53º | 1% | 0.87% | - |
| XYZ | 42.75 | 61.21 | 9.56 | - |
| YUV | 181.43 | 25.61 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 0 | 0.24 | 0 | 1 | 0.13 | 74.53 | 1 | 0.44 |
| Hex | A9 | DF | 0 | 18 | 0 | 64 | D | 4B | 64 | 2C |
| Octal | 251 | 337 | 0 | 30 | 0 | 144 | 15 | 113 | 144 | 54 |
| Binary | 10101001 | 11011111 | 0 | 11000 | 0 | 1100100 | 1101 | 1001011 | 1100100 | 101100 |
Color Harmonies of #A9DF00
Complementary color
Monochromatic Colors of #A9DF00
Black with #A9DF00
Text Example
Text Example
White with #A9DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF00; }
p { color: rgb(169,223,0); }
H1.HeaderClassName
{
color: #A9DF00;
}
.AnyTagClassName
{
color: #A9DF00;
}
</style>
background-color css
<style>
a { background-color: #A9DF00; }
a { background-color: rgb(169,223,0); }
div.DivClassName
{
background-color: #A9DF00;
}
.BgClassName
{
background-color: #A9DF00;
}
</style>
border-color css
<style>
span { border-color: #A9DF00; }
span { border-color: rgb(169,223,0); }
td.TdClassName
{
border-color: #A9DF00;
}
.TagClassName
{
border-color: #A9DF00;
}
</style>