Shades of Inch Worm #A5DF00
Tints of Inch Worm #A5DF00
RGB
CMYK
RGB Variations
Color information
#A5DF00 (or 0xA5DF00) is known color: Inch Worm. HEX triplet: A5, DF and 00. RGB value is (165,223,0). Sum of RGB (Red+Green+Blue) = 165+223+0=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DF00 is #5A20FF. Grayscale: #B5B5B5. Windows color (decimal): -5906688 or 57253. OLE color: 57253.
HSL color Cylindrical-coordinate representation of color #A5DF00: hue angle of 75.61º 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 #A5DF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.13 |
| HSL | 75.61º | 1% | 0.44% | - |
| HSV(B) | 75.61º | 1% | 0.87% | - |
| XYZ | 41.9 | 60.77 | 9.52 | - |
| YUV | 180.24 | 26.28 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 0 | 0.26 | 0 | 1 | 0.13 | 75.61 | 1 | 0.44 |
| Hex | A5 | DF | 0 | 1A | 0 | 64 | D | 4C | 64 | 2C |
| Octal | 245 | 337 | 0 | 32 | 0 | 144 | 15 | 114 | 144 | 54 |
| Binary | 10100101 | 11011111 | 0 | 11010 | 0 | 1100100 | 1101 | 1001100 | 1100100 | 101100 |
Color Harmonies of #A5DF00
Complementary color
Monochromatic Colors of #A5DF00
Black with #A5DF00
Text Example
Text Example
White with #A5DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF00; }
p { color: rgb(165,223,0); }
H1.HeaderClassName
{
color: #A5DF00;
}
.AnyTagClassName
{
color: #A5DF00;
}
</style>
background-color css
<style>
a { background-color: #A5DF00; }
a { background-color: rgb(165,223,0); }
div.DivClassName
{
background-color: #A5DF00;
}
.BgClassName
{
background-color: #A5DF00;
}
</style>
border-color css
<style>
span { border-color: #A5DF00; }
span { border-color: rgb(165,223,0); }
td.TdClassName
{
border-color: #A5DF00;
}
.TagClassName
{
border-color: #A5DF00;
}
</style>