Shades of Inch Worm #A5E809
Tints of Inch Worm #A5E809
RGB
CMYK
RGB Variations
Color information
#A5E809 (or 0xA5E809) is known color: Inch Worm. HEX triplet: A5, E8 and 09. RGB value is (165,232,9). Sum of RGB (Red+Green+Blue) = 165+232+9=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 232 (91.02% from 255 or 57.14% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E809 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E809 is #5A17F6. Grayscale: #BBBBBB. Windows color (decimal): -5904375 or 649381. OLE color: 649381.
HSL color Cylindrical-coordinate representation of color #A5E809: hue angle of 78.03º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5E809 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 9 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.09 |
| HSL | 78.03º | 0.93% | 0.47% | - |
| HSV(B) | 78.03º | 0.96% | 0.91% | - |
| XYZ | 44.42 | 65.73 | 10.6 | - |
| YUV | 186.55 | 27.8 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 9 | 0.29 | 0 | 0.96 | 0.09 | 78.03 | 0.93 | 0.47 |
| Hex | A5 | E8 | 9 | 1D | 0 | 60 | 9 | 4E | 5D | 2F |
| Octal | 245 | 350 | 11 | 35 | 0 | 140 | 11 | 116 | 135 | 57 |
| Binary | 10100101 | 11101000 | 1001 | 11101 | 0 | 1100000 | 1001 | 1001110 | 1011101 | 101111 |
Color Harmonies of #A5E809
Complementary color
Monochromatic Colors of #A5E809
Black with #A5E809
Text Example
Text Example
White with #A5E809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E809; }
p { color: rgb(165,232,9); }
H1.HeaderClassName
{
color: #A5E809;
}
.AnyTagClassName
{
color: #A5E809;
}
</style>
background-color css
<style>
a { background-color: #A5E809; }
a { background-color: rgb(165,232,9); }
div.DivClassName
{
background-color: #A5E809;
}
.BgClassName
{
background-color: #A5E809;
}
</style>
border-color css
<style>
span { border-color: #A5E809; }
span { border-color: rgb(165,232,9); }
td.TdClassName
{
border-color: #A5E809;
}
.TagClassName
{
border-color: #A5E809;
}
</style>